FastVision
FastVision is a module
module FastVision
Data blocks, encodings and more for computer vision.
The most important [
Block] is
Image
{N}.
Blocks:
Image
{N}: an
N-dimensional color image
Mask
{N}: an
N-dimensional categorical mask
Keypoints
{N}: a fixed number of
N-dimensional keypoints
Encodings:
OneHot is implemented for
Masks
ImagePreprocessing prepares an
Image for training by normalizing and expanding the color channels
KeypointPreprocessing prepares
Keypoints for training by normalizing them.
| Name | Kind |
|---|---|
ImageClassificationMulti
|
function |
ImageClassificationSingle
|
function |
ImageKeypointRegression
|
function |
ImageSegmentation
|
function |
augs_lighting
|
function |
augs_projection
|
function |
plotimage
|
function |
plotimage!
|
function |
plotmask
|
function |
plotmask!
|
function |
FastVision
|
module |
Bounded
|
struct |
Image
|
struct |
ImagePreprocessing
|
struct |
KeypointPreprocessing
|
struct |
Keypoints
|
struct |
Mask
|
struct |
ProjectiveTransforms
|
struct |