Detection mask
A compound tool that splits an image to fixed-size blocks and produces a low-resolution detection mask image by classifying each sub-image. The sub-image classifier is provided by an inherited implementation.
Inputs
- image
- The image in which objects are to be detected.
- gridSpacing
- The horizontal and vertical spacing between grid corner points in pixel coordinates. A 1-by-2 matrix.
Outputs
- mask
- A low-resolution mask image whose pixel intensities are classifications/regressions/probabilities produced by the internal classifier, scaled to [0, 255].
Inherited by BarcodeDetectionMaskTool, and MatrixcodeDetectionMaskTool.
Different ways of positioning the grid.