cv.bilateralTextureFilter - MATLAB File Help
cv.bilateralTextureFilter

Applies the bilateral texture filter to an image

dst = cv.bilateralTextureFilter(src)
dst = cv.bilateralTextureFilter(src, 'OptionName', optionValue, ...)

Input

Output

Options

It performs structure-preserving texture filter. For more details about this filter see [Cho2014].

References

[Cho2014]:

Hojin Cho, Hyunjoon Lee, Henry Kang, and Seungyong Lee. "Bilateral texture filtering". ACM Transactions on Graphics, 33(4):128:1-128:8, July 2014.

See also