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

Show in webframe

ReferenceImagePoints Property








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

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

See Also

Reference

AlignImagesCommand Class
AlignImagesCommand Members

Error processing SSI file