Handbook
Glossary
(reorder-components) ( image src-order dest-order -- image )
Vocabulary
images
.
normalization
.
private
Inputs
image
an
object
src-order
an
object
dest-order
an
object
Outputs
image
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
images.normalization.private
:
(reorder-components)
( image src-order dest-order -- image )
[
[
]
[
dim>>
first
]
[
stride
]
tri
]
2dip
[
permute
]
3curry
curry
change-bitmap
;