MATLAB File Help: cv.stylization | Index |
Stylization filter
dst = cv.stylization(src)
dst = cv.stylization(src, 'OptionName',optionValue, ...)
src
.src
and output dst
, between MATLAB's RGB order and OpenCV's BGR
(input: RGB->BGR, output: BGR->RGB). default trueStylization aims to produce digital imagery with a wide variety of effects not focused on photorealism. Edge-aware filters are ideal for stylization, as they can abstract regions of low contrast while preserving, or enhancing, high-contrast features.