You are here: Start » FIL.NET » FIS.ImageCorrelationImage Method
FIS.ImageCorrelationImage Method
Computes an image of correlation between a pattern and the input image at each possible location.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageCorrelationImage ( FilNet.Image inImage, FilNet.Image inPatternImage, NullableRef<FilNet.Region> inRoi, NullableRef<FilNet.Region> inPatternRoi, FilNet.CorrelationMeasure inCorrelationMeasure, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPatternImage | FilNet.Image | Pattern to be compared with input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inPatternRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels in the pattern to be processed. Default value: ftl::NIL. | ||
![]() | inCorrelationMeasure | FilNet.CorrelationMeasure | Measure of correlation. | ||
![]() | outImage | FilNet.Image | Output image. |