Threshold Methods

CVB.Net Documentation
Methods

  NameDescription
Public methodStatic memberDynamic(Image, Int32, Int32)
This function performs dynamic thresholding on the input image with the Mean norm.
Public methodStatic memberDynamic(Image, Int32, Int32, DynamicThresholdNorm)
This function performs dynamic thresholding on the input image.
Public methodStatic memberRangeThreshold(ImagePlane, ValueRangeInt32)
Apply the blob analyzer's binarization algorithm to the given input plane and returns a new binarized image.
Public methodStatic memberRangeThreshold(ImagePlane, ValueRangeInt32, Rect)
Apply the blob analyzer's binarization algorithm to the given input plane and returns a new binarized image.
Public methodStatic memberRangeThresholdToDst(ImagePlane, ValueRangeInt32, Image)
Apply the blob analyzer's binarization algorithm to the given input plane. ///
Public methodStatic memberRangeThresholdToDst(ImagePlane, ValueRangeInt32, Image, Rect)
Apply the blob analyzer's binarization algorithm to the given input plane.
Public methodStatic memberStatic(Image, Image, StaticThresholding)
This function performs thresholding of an input image with pixel-by-pixel thresholds stored in the pixels of a thresholds image.
Public methodStatic memberStatic(Image, Double, StaticThresholding)
Create an output image that is the result of static thresholding.
Public methodStatic memberStaticTransparent(Image, StaticThresholding, Double)
Create a thresholded image using a transparency approach.
Public methodStatic memberStaticTransparent(Image, StaticThresholding, Double, Double)
Create a thresholded image using a transparency approach.
Top
See Also

Reference