←Select platform

CorrelationImage Property

Summary

Gets or sets the RasterImage object that references the image(s) for which to search.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage CorrelationImage { get; set; } 
Public Property CorrelationImage As RasterImage 
@property (nonatomic, strong, nullable) LTRasterImage *correlationImage 
public RasterImage getCorrelationImage() 
public void setCorrelationImage(RasterImage value) 
public: 
property RasterImage^ CorrelationImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

RasterImage that references the image(s) for which to search.

Example

Refer to CorrelationListCommand 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