HistogramViewerShow Method (IImage) |
http://www.emgu.com
Display the histograms of the specific image
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic static void Show(
IImage image
)
Public Shared Sub Show (
image As IImage
)
public:
static void Show(
IImage^ image
)
static member Show :
image : IImage -> unit
Parameters
- image
- Type: Emgu.CVIImage
The image to retrieve histogram from
See Also