I want to create a histogram within a C# program that uses EMGU. EMGU contains a class called MCvHistogram in it, but I don't know how to use it.
相关问题
- Views base64 encoded blob in HTML with PHP
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- How to get the background from multiple images by
- Why am I getting UnauthorizedAccessException on th
You can use this code snippet:
It will create a histogram of your picture automatically.
You should use DenseHistogram class if you want to use EmguCV. I'll show you basic usage:
There are a lot of other common methods inside DenseHistogram class such as Back Projection