Name | Description | |
---|---|---|
![]() | IdentificationProcessor Constructor | Initializes a new instance of the class. |
The following tables list the members exposed by IdentificationProcessor.
Name | Description | |
---|---|---|
![]() | IdentificationProcessor Constructor | Initializes a new instance of the class. |
Name | Description | |
---|---|---|
![]() | AcceptMultipleMatches | Indicates whether this object should throw a multiple similar matches error when there are multiple matches with identical confidence values. |
![]() | AutoAlign | Gets or sets a value indicating whether the unknownImage argument to Identify will be aligned to the best matching FormModel object, during the call to Identify. |
![]() | EnableIdentificationAdaptation | Controls run-time adaptation of the identification process. |
![]() | FormModels | The FormModel objects that are candidates for matching. |
![]() | IdentificationCertainty | Indicates the likelihood that an unknown form should match a form in the FormModels collection. |
![]() | IdentificationQuality | Controls the amount of effort this object expends in the identification process. |
![]() | IdentificationSubset | A subset of the forms in FormModels to compare unknown images to. |
![]() | IdentifyRotated180 | Instructs this object to identify images that are rotated 180 degrees counter-clockwise from the matching FormModel. |
![]() | IdentifyRotated270 | Instructs this object to identify images that are rotated 270 degrees counter-clockwise from the matching FormModel. |
![]() | IdentifyRotated90 | Instructs this object to identify images that are rotated 90 degrees counter-clockwise from the matching FormModel. |
![]() | IncludeBestMatchesBelowConfidence | Gets or sets a value indicating whether matches with a confidence lower than IdentificationProcessor.MinimumIdentificationConfidence are included in the collection IdentificationResult.BestMatches. |
![]() | LimitIdentificationToSubset | Indicates whether this object should use a subset of the forms in the FormModels collection. |
![]() | MaximumIdentificationBestMatches | The maximum number of matches to return in the IdentificationResult.BestMatches collection. |
![]() | MinimumIdentificationConfidence | The minimum confidence for a successful match. |
![]() | Tag | This method is deprecated. Gets or sets an object that contains additional data about this object. |
![]() | UserTag | Gets or sets an object that contains additional data about this object. |
Name | Description | |
---|---|---|
![]() | ConstructDataItems | Causes the object to analyze its FormModels collection and construct the data items that it will use during identification. |
![]() | ConstructTestDataItems | This method is deprecated. Creates test data items in preparation for a more extensive test. |
![]() | Dispose | Overloaded. Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer. |
![]() | GetSimilarFormModels | Gets a list of the forms that are similar to the given one. |
![]() | Identify | Identifies a form. |
![]() | ReadFromStream | Reads a specially-formatted stream and places the values into properties of this object. |
![]() | TestReadChecksumEvent | This method is deprecated. Tests a ReadChecksum event. |
![]() | TestReadDataItemEvent | This method is deprecated. Tests a ReadDataItem event. |
![]() | TestWriteDataItemEvent | This method is deprecated. Tests a WriteDataItem event. |
![]() | VerifyTestDataItems | This method is deprecated. Tests data items that you created using ConstructTestDataItems. |
![]() | WriteToStream | Writes some properties of this object to a specially-formatted stream. |
Name | Description | |
---|---|---|
![]() | ReadChecksum | An event for retrieving a checksum for the persistent state of a form set. |
![]() | ReadDataItem | An event for reading a data item from the persistent storage. |
![]() | WriteDataItem | An event for writing a data item to the persistent storage. |