CogOCVMaxPattern PropertiesCognex VisionPro 9.8

The CogOCVMaxPattern type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCharacterRegistration
Gets or sets the type of registration (fitting) done for each character found.
Public propertyDOFEnable
The degrees of freedom (DOFs) to be searched. There are five degrees of freedom: Rotation, (uniform) Scale, ScaleX, ScaleY, and Shear. Any combination of these (including None) may be searched. If a particular DOF is enabled, the search will be performed between that DOF's LowerLimit and UpperLimit values, otherwise the search will be performed with that DOF's Nominal value.
Public propertyExpectedDeformationRate
Gets or sets the expected deformation rate of the nonlinear fit used for registration.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyOrigin
Gets or sets the origin of the arrangement.
Public propertyScoreMode
Gets or sets the mode used to compute the score for each character.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyTrained
Gets whether this pattern has been trained.
Public propertyTrainTimeout
If TrainTimeoutEnabled is True, this is the maximum amount of time in milliseconds that TrainTimeoutEnabledcan run.
Public propertyTrainTimeoutEnabled
Gets or sets whether the pattern is allowed to time out during training.
Public propertyTrainTransform
Gets or sets the transformation that specifies the mapping from the synthetically generated training images
Public propertyTuned
True if the pattern has been tuned.
Public propertyTunedRunTimeout
Gets the run timeout value in milliseconds generated during the most recent call to to Tune .
Public propertyTuneImage
Gets the image used during tuning.
Public propertyTuneRegion
Gets or sets the optional region that specifies which portion of the TuneImage is used during tuning. If this property is NULL, the entire TuneImage is used.
Public propertyTuneResult
Public propertyTuneRunParams
Gets or sets the run parameters used for tuning.
Top
See Also