mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
add HAL for adaptiveThreshold
This commit is contained in:
@@ -2805,7 +2805,8 @@ The function can process the image in-place.
|
||||
@param src Source 8-bit single-channel image.
|
||||
@param dst Destination image of the same size and the same type as src.
|
||||
@param maxValue Non-zero value assigned to the pixels for which the condition is satisfied
|
||||
@param adaptiveMethod Adaptive thresholding algorithm to use, see cv::AdaptiveThresholdTypes
|
||||
@param adaptiveMethod Adaptive thresholding algorithm to use, see cv::AdaptiveThresholdTypes.
|
||||
The BORDER_REPLICATE | BORDER_ISOLATED is used to process boundaries.
|
||||
@param thresholdType Thresholding type that must be either THRESH_BINARY or THRESH_BINARY_INV,
|
||||
see cv::ThresholdTypes.
|
||||
@param blockSize Size of a pixel neighborhood that is used to calculate a threshold value for the
|
||||
|
||||
Reference in New Issue
Block a user