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

Show in webframe

CorrelationImage Property (CorrelationListCommand)








Gets or sets the RasterImage object that references the image(s) for which to search.
Syntax
public RasterImage CorrelationImage {get; set;}
'Declaration
 
Public Property CorrelationImage As RasterImage
'Usage
 
Dim instance As CorrelationListCommand
Dim value As RasterImage
 
instance.CorrelationImage = value
 
value = instance.CorrelationImage
public RasterImage CorrelationImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *correlationImage
public RasterImage getCorrelationImage()
public void setCorrelationImage(RasterImage value)
            
 <br/>get_CorrelationImage();<br/>set_CorrelationImage(value);<br/>Object.defineProperty('CorrelationImage'); 
public:
property RasterImage^ CorrelationImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

RasterImage that references the image(s) for which to search.
Example
Refer to CorrelationListCommand example.
Requirements

Target Platforms

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

Error processing SSI file