Image
struct
defined in module
DataAugmentation
Image(image[, bounds])
Item representing an N-dimensional image with element type T.
using
DataAugmentation
,
Images
imagedata
=
rand
(
RGB
,
100
,
100
)
item
=
Image
(
imagedata
)
showitems
(
item
)
If
T
is not a color, the image will be interpreted as grayscale:
imagedata
=
rand
(
Float32
,
100
,
100
)
item
=
Image
(
imagedata
)
showitems
(
item
)
There are
3
methods for DataAugmentation.Image
:
The following pages link back here:
Blocks and encodings, Custom learning tasks, Discovery, Feature registries in FastAI.jl, How to train a model, Image segmentation, Introduction, Keypoint regression, New visualization tools for FastAI.jl, Saving and loading models for inference, Siamese image similarity, Variational autoencoders, fastai API comparison
DataAugmentation.jl , colortransforms.jl , items/image.jl , preprocessing.jl , projective/affine.jl , testing.jl