| HistogramViewerShow Method (IImage, Int32) |
http://www.emgu.com
Display the histograms of the specific image
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static void Show(
IImage image,
int numberOfBins
)
Public Shared Sub Show (
image As IImage,
numberOfBins As Integer
)
public:
static void Show(
IImage^ image,
int numberOfBins
)
static member Show :
image : IImage *
numberOfBins : int -> unit
Parameters
- image
- Type: Emgu.CVIImage
The image to retrieve hostigram from - numberOfBins
- Type: SystemInt32
The numebr of bins in the histogram
See Also