HistogramAnalyzerCreate Method

CVB.Net Documentation
Overload List

  NameDescription
Public methodStatic memberCreate(Image)
Creates a histogram for each plane of the whole image.
Public methodStatic memberCreate(ImagePlane)
Create a histogram for the whole plane.
Public methodStatic memberCreate(Image, Area2D)
Creates a histogram for each plane of the aoi in the given image.
Public methodStatic memberCreate(Image, Rect)
Creates a histogram for each plane of the aoi in the given image.
Public methodStatic memberCreate(Image, Double)
Creates a histogram for each plane of the whole image.
Public methodStatic memberCreate(ImagePlane, Area2D)
Creates a histogram for the aoi in the given plane.
Public methodStatic memberCreate(ImagePlane, Rect)
Creates a histogram for the aoi in the given plane.
Public methodStatic memberCreate(ImagePlane, Double)
Create a histogram for the whole plane.
Public methodStatic memberCreate(Image, Area2D, Double)
Creates a histogram for each plane of the aoi in the given image.
Public methodStatic memberCreate(Image, Rect, Double)
Creates a histogram for each plane of the aoi in the given image.
Public methodStatic memberCreate(ImagePlane, Area2D, Double)
Creates a histogram for the aoi in the given plane.
Public methodStatic memberCreate(ImagePlane, Rect, Double)
Creates a histogram for the aoi in the given plane.
Top
See Also

Reference