This is the computed mask that helps us figure out which output pixels were computed and which were copied from InputImage.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
public CogImage8Grey OutputImageMask { get; }public CogImage8Grey OutputImageMask { get; }Public ReadOnly Property OutputImageMask As CogImage8Grey
Get
Public ReadOnly Property OutputImageMask As CogImage8Grey
Get
public:
property CogImage8Grey^ OutputImageMask {
CogImage8Grey^ get ();
}public:
property CogImage8Grey^ OutputImageMask {
CogImage8Grey^ get ();
}Property Value
Type:
CogImage8GreyWhen processing images of type CogImage16Range, this property will always be null.