Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

NumberOfPoints Property (CorrelationListCommand)








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) NSUInteger 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

Error processing SSI file