Description Usage Arguments Author(s) References See Also Examples
Takes two histograms with identical bucket boundaries and returns a histogram of the intersection of the two. Each bucket of the returned histogram contains the minimum of the equivalent buckets in the two provided histograms.
1 | IntersectHistograms(h1, h2)
|
h1,h2 |
|
Murray Stokely mstokely@google.com
Swain, Michael J., and Dana H. Ballard. "Color indexing." International journal of computer vision 7.1 (1991): 11-32.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.