Analyze Class

CVB.Net Documentation
A collection functions available in the Common Vision Blox Image Manager for analyzing image content.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbAnalyze

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

public static class Analyze
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