←Select platform

ReferenceImagePoints Property

Summary

Gets or sets an array of LeadPoint structures that contain the feature points in the reference image.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] ReferenceImagePoints { get; set; } 
Public Property ReferenceImagePoints As LeadPoint() 
@property (nonatomic, strong, nullable) NSArray<NSValue *> *referenceImagePoints //LeadPoint 
public ArrayList<LeadPoint> getReferenceImagePoints() 
public void setReferenceImagePoints(ArrayList<LeadPoint> value) 
public: 
property array<LeadPoint>^ ReferenceImagePoints { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

Property Value

Array of feature points in the reference image to be used for the registration process.

Example

Refer to the AlignImagesCommand 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