The CogPMRedLineRunParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AcceptThreshold |
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.
| |
| AccuracyMode |
Gets or sets the desired level of accuracy for result poses. PMRedLine
may run faster if your application can tolerate lower accuracy.
| |
| ChangedEventSuspended |
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.) | |
| CoarseAcceptThresholdFraction |
Gets or sets the fraction of the accept threshold that should be used
to evaluate candidate scores during the coarse phase of PMRedLine.
| |
| CoarseAcceptThresholdFractionEnabled |
Gets or sets whether to enable the coarse accept threshold fraction.
| |
| ContrastFractionThreshold |
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.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IgnorePolarity |
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.
| |
| NumberToFind |
Gets or sets the number of results to search for.
| |
| ReturnAllResults |
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.
| |
| ScoreUsingClutter |
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.
| |
| SearchImageMask |
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".
| |
| SearchImageMaskOffsetX |
Gets or sets the X offset (in pixels) for the search image mask.
| |
| SearchImageMaskOffsetY |
Gets or sets the Y offset (in pixels) for the search image mask.
| |
| SearchRegionMode |
Gets or sets the search region mode. This mode specifies how the
search region is applied to the input image.
| |
| StateFlags |
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.) | |
| Timeout |
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".
| |
| TimeoutEnabled |
Gets or sets whether to enable the runtime timeout.
| |
| XYOverlap |
Gets or sets the area overlap threshold.
| |
| ZoneAngle |
Gets the zone configuration for the angle degree of freedom.
| |
| ZoneScale |
Gets the zone configuration for the scale degree of freedom.
|
See Also