Gets the actual mask image used to train the current pattern.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 83.0.0.0
Syntax
Return Value
Type: CogImage8GreyExceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
| CogOperatorNotTrainedException | Thrown if this operator is not trained. |
| InvalidOperationException | Thrown if TrainedImage is NULL. |
Remarks
See Also