Meanshift Filter. More...
Meanshift Filter.
A meanshift filter is an edge-preserving smoothing filter commonly used in object tracking and image segmentation.
This filter replaces each pixel in the image with the mean of the values within a given given color and spatial radius. The meanshift filter is an iterative algorithm that continues until a maxium number of iterations is met or until the value of the means no longer changes.
◆ af_mean_shift() AFAPI af_err af_mean_shift ( af_array * out, const af_array in, const float spatial_sigma, const float chromatic_sigma, const unsigned iter, const bool is_color )C Interface for mean shift.
in
is color image or grayscale
false
)
C++ Interface for mean shift.
in
is color image or grayscale
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4