|
Enrollment 28.2.0
|
#include "enrollment/Image/ImageAttribute.h"#include "enrollment/Serialization/Writer.h"#include <memory>Go to the source code of this file.
Classes | |
| class | ImageMaskConfiguration |
| Configuration parameters for image masking operations, including mask type, and color. More... | |
| class | ImageMasker |
| Interface for image masking operations. More... | |
| class | ImageMask |
| Defines the interface for applying mask to the image with a masker. More... | |
| class | CircleImageMask |
| Represents an image mask in the shape of a circle. More... | |
| class | PolygonImageMask |
| Represents an image mask defined by a polygonal shape. More... | |
Enumerations | |
| enum class | ImageMaskType : uint8_t { OUTSIDE = 0 , INSIDE = 1 } |
| Defines the polygon mask application area in image processing. More... | |
| enum class | ImageBlurType : uint8_t { NO_BORDER_BLURRING = 0 , ISO_19794_BORDER_BLURRING = 1 } |
| Defines the type of border blurring applied to an image. More... | |