Table of Contents

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

src InputArray

Input 8-bit 3-channel image.

dst OutputArray

Output image with the same size and type as src.

sigmaS float

Range between 0 to 200.

sigmaR float

Range between 0 to 1.