Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Miscellaneous Image Transformations

Miscellaneous Image Transformations

Select a filter from the list below.

Icon Name Description
cvAdaptiveThreshold Applies an adaptive threshold to an image
cvApplyColorMap Runs the GrabCut algorithm.
cvCvtColor Converts image from one color space to another.
cvDistanceTransform Calculates the distance to the closest zero pixel for each pixel of the source image.
cvFloodFill Fills a connected component with the given color.
cvGrabCut Runs the GrabCut algorithm.
cvInpaint Inpaints the selected region in the image.
cvIntegral Calculates the integral of an image.
cvPyrMeanShiftFiltering Performs an initial step of Mean Shift Filtering algorithm.
cvThreshold Applies a fixed-level threshold to each image element.
cvWatershed Does marker-based image segmentation using watershed algorithm.