CorrelationListCount property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

long CorrelationListCount;

Overview

Refer to Bitmaps and Bitmap Lists.

Remarks

(Raster Pro and above only) (Read only) Gets the number of areas in the bitmap referenced by pRaster that correlate to an image in the BitmapList property.

This property will be updated by calling the CorrelationList or CorrelationList2 methods.

The maximum value of this property is the value of the CorrelationListMaxPoints property.

See Also

Elements:

CorrelationList method, CorrelationListMaxPoints property, CorrelationListX property, CorrelationListY property, CorrelationListIndex property, IntensityDetect method, SpatialFilter method, BinaryFilter method, MaxFilter method, MinFilter method, Correlation method, CorrelationList2 method.

Topics:

Raster Images: Comparing Images.