Showing content from http://www.arrayfire.org/docs/group__image__func__minfilt.htm below:
ArrayFire: minfilt
Find minimum value from a window. More...
Find minimum value from a window.
minfilt finds the smallest value from a 2D window and assigns it to the current pixel.
◆ af_minfilt()
C Interface for minimum filter.
-
Parameters
-
[out] out array is the processed image [in] in array is the input image [in] wind_length is the kernel height [in] wind_width is the kernel width [in] edge_pad value will decide what happens to border when running filter in their neighborhood. It takes one of the values [AF_PAD_ZERO | AF_PAD_SYM]
-
Returns
-
AF_SUCCESS if the minimum filter is applied successfully, otherwise an appropriate error code is returned.
◆ minfilt()
C++ Interface for minimum filter.
-
Parameters
-
[in] in array is the input image [in] wind_length is the kernel height [in] wind_width is the kernel width [in] edge_pad value will decide what happens to border when running filter in their neighborhood. It takes one of the values [AF_PAD_ZERO | AF_PAD_SYM]
-
Returns
-
the processed image
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