ImagingFxCalculateNCC Method
Calculates the normalised correlation coefficient for the array of pixels in the template and test images
Namespace: OSDxAssembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
public double CalculateNCC(
Bitmap TemplateImage,
Bitmap TestImage,
Rectangle BlinkRect
)
Public Function CalculateNCC (
TemplateImage As Bitmap,
TestImage As Bitmap,
BlinkRect As Rectangle
) As Double
- TemplateImage Bitmap
- The image acting as template
- TestImage Bitmap
- The image being tested against the template
- BlinkRect Rectangle
- The rectangle defining the useful area of the image holding blink related activity
DoubleA double precision number holding the normalised correlation coefficient of the two images