Table of Contents

Method ColorMatchTemplate

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ColorMatchTemplate(InputArray, InputArray, OutputArray)

Compares a color template against overlapped color image regions.

public static void ColorMatchTemplate(InputArray img, InputArray templ, OutputArray result)

Parameters

img InputArray

Image where the search is running. It must be 3 channels image

templ InputArray

Searched template. It must be not greater than the source image and have 3 channels

result OutputArray

Map of comparison results. It must be single-channel 64-bit floating-point