LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

NumberOfPoints Property (CorrelationListCommand)

Show in webframe







Gets a value that indicates the number of areas in the image actually found to be correlated to one or more of the listed images.
Syntax
public int NumberOfPoints {get;}
'Declaration
 
Public ReadOnly Property NumberOfPoints As Integer
'Usage
 
Dim instance As CorrelationListCommand
Dim value As Integer
 
value = instance.NumberOfPoints
public int NumberOfPoints {get;}
@property (nonatomic, assign, readonly) unsigned int numberOfPoints;
public int getNumberOfPoints()
 get_NumberOfPoints(); 
public:
property int NumberOfPoints {
   int get();
}

Property Value

Value that indicates the number of areas in the image actually found to be correlated to one or more of the listed images.
Example
Refer to CorrelationListCommand example.
Requirements

Target Platforms

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.