CogOCVMaxParagraphIterator PropertiesCognex VisionPro

The CogOCVMaxParagraphIterator type exposes the following members.

Properties

  NameDescription
Public propertyConfusionThreshold
Get or set the confusion threshold for this paragraph. Every paragraph builds a confusion matrix when it is trained. This two dimensional array has one dimension with as many elements as there are unique keys to be searched for within this paragraph - we will call these the search keys. The other dimension has as many elements as there are in the (current) alphabet - we will call these the alphabet keys. For any combination of search key and alphabet key there is an associated confusion value. That value indicates how confusable the two keys are, with values near one being very confusable (e.g. '5' and 'S') and values near zero being not confusable (e.g. '5' and '1'). The ConfusionThreshold property specifies the value below which other keys are not considered by the operator for confusion purposes. So, with a ConfusionThreshold of zero, all keys will be tried.
Public propertyFont
Get or set the font for this paragraph.
Public propertyFontRenderParams
Get or set the font render parameters for this paragraph.
Public propertyIsEnd
Whether or not this iterator is positioned past the last paragraph in the containing CogOCVMaxPattern object.
Public propertyIsFirst
Whether or not this paragraph position is the initial paragraph position within the containing CogOCVMaxPattern object.
Public propertyIsInvalid
Whether or not this iterator is NOT positioned at a valid paragraph. If true, attempting to access paragraph-level properties or methods will produce an error.
Public propertyLineCount
The number of lines currently contained in the paragraph referenced by this iterator.
Public propertyOrigin
Get or set the origin for this paragraph.
Public propertyPattern
Public propertyPolarity
Get or set the polarity for this paragraph.
Public propertyPose
Get or set the pose for this paragraph.
Public propertyPosition
Indicates the relative position of this paragraph within the CogOCVMaxPattern object. Numbering is zero based, so a value of zero indicates that this paragraph is the initial paragraph of the CogOCVMaxPattern object.
Public propertyTuneParams
Get or set the tune parameters for this paragraph.
Top
See Also