←Select platform

NumberOfPoints Property

Summary

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
C#
VB
Objective-C
C++
Java
public int NumberOfPoints { get; } 
Public ReadOnly Property NumberOfPoints As Integer 
@property (nonatomic, assign, readonly) NSUInteger numberOfPoints 
public int getNumberOfPoints() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly