HistogramAnalyzer Class

CVB.Net Documentation
Functionality for analyzing the Histogram of images (previously found in the LightMeter tool).
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationHistogramAnalyzer

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class HistogramAnalyzer
Methods

  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