Analyze Methods

CVB.Net Documentation
Methods

  NameDescription
Public methodStatic memberFindLocalMaxima(ImagePlane, Int32, Double)
Find local maxima in the input image plane.
Public methodStatic memberFindLocalMaxima(ImagePlane, Int32, Double, Rect)
Find local maxima in the input image plane.
Public methodStatic memberFindLocalMaxima(ImagePlane, Int32, Double, SubPixelMode, Neighborhood)
Find sub pixel accurate local maxima in the input image plane. Sub pixel accuracy is achieved by assuming a Gaussian or parabolic gray value distribution around a local maximum that can be fitted into the image data.
Public methodStatic memberFindLocalMaxima(ImagePlane, Int32, Double, Rect, SubPixelMode, Neighborhood)
Find sub pixel accurate local maxima in the input image plane. Sub pixel accuracy is achieved by assuming a Gaussian or parabolic gray value distribution around a local maximum that can be fitted into the image data.
Public methodStatic memberHistogram(ImagePlane)
Gather and return the histogram from an 8 bits per pixel unsigned image plane.
Public methodStatic memberHistogram(ImagePlane, Area2D)
Gather and return the histogram from an 8 bits per pixel unsigned image plane.
Public methodStatic memberHistogram(ImagePlane, Double)
Gather and return the histogram from an 8 bits per pixel unsigned image plane.
Public methodStatic memberHistogram(ImagePlane, Area2D, Double)
Gather and return the histogram from an 8 bits per pixel unsigned image plane.
Top
See Also

Reference