Executes morphological transformations such as dilation, erosion, opening, closing, morphological gradient, top hat, black
hat and hit ot miss on the given image, handle.
Applies a threshold to each element of the given image, handle, resulting in a grayscale image, R, whose pixels represent the elements exceeding the threshold.
medianblurcv
Applies the median filter to blur an image.
mergecv
Merges specified RGB/RGBA channels into a single image.
morphologyexcv
Executes morphological transformations such as dilation, erosion, opening, closing, morphological gradient, top hat, black hat and hit ot miss on the given image, handle.
templatematchcv
Finds a template within an image and returns the handle to an output image highlighting the match and the position of the match.
thresholdcv
Applies a threshold to each element of the given image, handle, resulting in a grayscale image, R, whose pixels represent the elements exceeding the threshold.