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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

TemplateImagePoints Property








Gets or sets an array of LeadPoint structures that contain the feature points in the template image.
Syntax
public LeadPoint[] TemplateImagePoints {get; set;}
public LeadPoint[] TemplateImagePoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *templateImagePoints //LeadPoint
public ArrayList<LeadPoint> getTemplateImagePoints()
public void setTemplateImagePoints(ArrayList<LeadPoint> value)
            
 <br/>get_TemplateImagePoints();<br/>set_TemplateImagePoints(value);<br/>Object.defineProperty('TemplateImagePoints'); 
public:
property array<LeadPoint>^ TemplateImagePoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}
'Declaration
 
Public Property TemplateImagePoints As LeadPoint()
 
'Usage
 
Dim instance As AlignImagesCommand
Dim value() As LeadPoint
 
instance.TemplateImagePoints = value
 
value = instance.TemplateImagePoints

Property Value

Array of points in the template image that correspond to points in the reference image.
Example
Refer to the AlignImagesCommand example.
Requirements

Target Platforms

See Also

Reference

AlignImagesCommand Class
AlignImagesCommand Members

Error processing SSI file