CogSearchMaxCurrentRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of data that can be included in the tool's CurrentRecord.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogSearchMaxCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
SearchRegion2 Include the search region in the CurrentRecord.
SearchImageMask4 Include a graphic representing the search image mask in the CurrentRecord.
TrainImage8 Include the entire train image in the CurrentRecord.
TrainImageMask16 Include a graphic representing the train image mask in the CurrentRecord.
TrainRegion32 Include the (interactive) train region in the CurrentRecord.
PatternOrigin64 Include an interactive pattern origin in the CurrentRecord.
SearchOriginBoundary128 Include in the current record, an interactive rectangle graphic which bounds the area in which the pattern origin can be found.
StartPose256 Include an interactive start pose in the current record graphic.
All-1 Include all possible records in the CurrentRecord.
See Also