Method Stylization
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Stylization(InputArray, OutputArray, float, float)
Stylization 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.
public static void Stylization(InputArray src, OutputArray dst, float sigmaS = 60, float sigmaR = 0.45)
Parameters
srcInputArrayInput 8-bit 3-channel image.
dstOutputArrayOutput image with the same size and type as src.
sigmaSfloatRange between 0 to 200.
sigmaRfloatRange between 0 to 1.