←Select platform

GetMinimumRecognizedConfidencePage Method

Summary

Automatically finds the minimum confidence value that is needed to consider an unknown page as recognized and no further Master Form Pages comparison is needed.

Syntax

C#
VB
C++
public int GetMinimumRecognizedConfidencePage() 
  
Public Function GetMinimumRecognizedConfidencePage() As Integer 
public: 
int GetMinimumRecognizedConfidencePage();  

Return Value

The minimum confidence value that is needed to consider unknown page is recognized.

Remarks

Automatically finds the minimum confidence value that is needed to consider an unknown page as recognized and no further Master Form Pages comparison is needed.

The comparison is done on the page level.

If the MinimumConfidenceRecognized is set to this value it will speed up the page recognition process without losing the accuracy, by reducing the required number of comparisons

This value is useful when using the RecognizePage(rasterimage,int32,list<imasterformscategory>) method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly