Gets the image used to train the SearchMax pattern.
This is the smallest possible sub-image of TrainImage that contains
the TrainRegion.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.0.0.0
Syntax
Return Value
Type: ICogImageExceptions
| 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. |
See Also