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
imgInputArrayImage where the search is running. It must be 3 channels image
templInputArraySearched template. It must be not greater than the source image and have 3 channels
resultOutputArrayMap of comparison results. It must be single-channel 64-bit floating-point