LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

CorrelationImage Property (CorrelationCommand)

Show in webframe







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

Property Value

RasterImage that references the image for which to search.
Example
Refer to CorrelationCommand.
Requirements

Target Platforms

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.