Compares histogram over each possible rectangular patch of the specified size in the input images, and stores the results to the output map dst.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- patchSize
- Size
Size of patch slid though the source images.
- method
- HISTOGRAM_COMP_METHOD
Comparison method, passed to cvCompareHist.
- factor
- Double
Normalization factor for histograms, will affect normalization scale of destination image, pass 1 if unsure.
Type Parameters
- TDepth
- The type of depth of the image