CogPMRedLineRunParams PropertiesCognex VisionPro

The CogPMRedLineRunParams type exposes the following members.

Properties

  NameDescription
Public propertyAcceptThreshold
Gets or sets the acceptance threshold for the score of a result. Only instances of the pattern that receive scores greater than or equal to this threshold are accepted. Valid range is from zero to one.
Public propertyAccuracyMode
Gets or sets the desired level of accuracy for result poses. PMRedLine may run faster if your application can tolerate lower accuracy.
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 propertyCoarseAcceptThresholdFraction
Gets or sets the fraction of the accept threshold that should be used to evaluate candidate scores during the coarse phase of PMRedLine.
Public propertyCoarseAcceptThresholdFractionEnabled
Gets or sets whether to enable the coarse accept threshold fraction.
Public propertyContrastFractionThreshold
Gets or sets the threshold for the contrast fraction of a result. Only instances of the pattern that have a contrast fraction greater than or equal to this threshold are accepted. Valid range is from zero to one.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIgnorePolarity
Gets or sets whether to ignore the polarity of edge features when searching for patterns. If "true", the polarity of the pattern features is ignored. If "false", only patterns whose polarity matches the trained pattern will be found.
Public propertyNumberToFind
Gets or sets the number of results to search for.
Public propertyReturnAllResults
Gets or sets whether PMRedLine should return only the results that you asked for or whether it should also return results that are similar to the ones you asked for.
Public propertyScoreUsingClutter
Gets or sets whether PMRedLine should reduce the score of results that contain extraneous features at the found image location. Extraneous features are known as clutter. They appear in the runtime image at locations which should be empty.
Public propertySearchImageMask
Gets or sets the mask to be used when running CogPMRedLine. The mask allows you to identify areas of the runtime input image as "Care" or "Don't Care".
Public propertySearchImageMaskOffsetX
Gets or sets the X offset (in pixels) for the search image mask.
Public propertySearchImageMaskOffsetY
Gets or sets the Y offset (in pixels) for the search image mask.
Public propertySearchRegionMode
Gets or sets the search region mode. This mode specifies how the search region is applied to the input image.
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 propertyTimeout
Gets or sets the maximum execution time (in msec) allowed when a PMRedLine tool is run. This value only applies if TimeoutEnabled is set to "true".
Public propertyTimeoutEnabled
Gets or sets whether to enable the runtime timeout.
Public propertyXYOverlap
Gets or sets the area overlap threshold.
Public propertyZoneAngle
Gets the zone configuration for the angle degree of freedom.
Public propertyZoneScale
Gets the zone configuration for the scale degree of freedom.
Top
See Also