Table of Contents

Method OilPainting

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

OilPainting(InputArray, OutputArray, int, int, ColorConversionCodes?)

oilPainting. See the book @cite Holzmann1988 for details.

public static void OilPainting(InputArray src, OutputArray dst, int size, int dynRatio, ColorConversionCodes? code = null)

Parameters

src InputArray

Input three-channel or one channel image (either CV_8UC3 or CV_8UC1)

dst OutputArray

Output image of the same size and type as src.

size int

neighbouring size is 2-size+1

dynRatio int

image is divided by dynRatio before histogram processing

code ColorConversionCodes?

color space conversion code(see ColorConversionCodes). Histogram will used only first plane