Crate fast_morphology

Source

Structs§

ImageSize
KernelShape
MorphScalar

Enums§

BorderMode
Declares an edge handling mode
MorphExOp
Declares morphology operations
MorphologyThreadingPolicy

Functions§

dilate
Dilate a gray (planar) image
dilate_f32
Dilate a gray (planar) stored in f32 image
dilate_gray_alpha
Dilate an Gray image with alpha
dilate_gray_alpha_f32
Dilate an Gray image with alpha
dilate_gray_alpha_u16
Dilate an Gray image with alpha stored in u16
dilate_rgb
Dilate an RGB image
dilate_rgb_f32
Dilate an RGB stored in f32 image
dilate_rgb_u16
Dilate an RGB stored in u16 image
dilate_rgba
Dilate an RGBA image
dilate_rgba_f32
Dilate an RGBA image stored in f32
dilate_rgba_u16
Dilate an RGBA image stored in u16
dilate_u16
Dilate a gray (planar) stored in u16 image
erode
Erode a gray (planar) image
erode_f32
Erode a gray (planar) stored in f32 image
erode_gray_alpha
Erode Gray image with alpha
erode_gray_alpha_f32
Erode Gray image with alpha
erode_gray_alpha_u16
Erode Gray image with alpha stored in u16
erode_rgb
Erode an RGB image
erode_rgb_f32
Erode an RGB image stored in f32
erode_rgb_u16
Erode an RGB image stored in u16
erode_rgba
Erode an RGBA image
erode_rgba_f32
Erode an RGBA image stored in f32
erode_rgba_u16
Erode an RGBA image stored in u16
erode_u16
Erode a gray (planar) stored in u16 image
morph_1d_f32
morph_1d_u8
morph_1d_u16
morphology
Morphology a gray (planar) image
morphology_gray_alpha
Morphology a Planar image with alpha 8-bit image
morphology_gray_alpha_u16
Morphology Gray image with alpha stored in u16
morphology_gray_u16
Morphology Gray image stored in u16
morphology_rgb
Morphology a RGB 8-bit image
morphology_rgb_f32
Morphology an RGB image stored in f32
morphology_rgb_u16
Morphology RGB image stored in u16
morphology_rgba
Morphology a RGBA 8-bit image
morphology_rgba_f32
Morphology an RGBA image stored in f32
morphology_rgba_u16
Morphology RGBA image stored in u16