Table of Contents

Method CalcBackProject

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CalcBackProject(Mat[], int[], InputArray, OutputArray, Rangef[], bool)

computes the joint dense histogram for a set of images.

public static void CalcBackProject(Mat[] images, int[] channels, InputArray hist, OutputArray backProject, Rangef[] ranges, bool uniform = true)

Parameters

images Mat[]
channels int[]
hist InputArray
backProject OutputArray
ranges Rangef[]
uniform bool