Click or drag to resize

CvInvokeDetailEnhance Method

http://www.emgu.com
This filter enhances the details of a particular image.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void DetailEnhance(
	IInputArray src,
	IOutputArray dst,
	float sigmaS = 10f,
	float sigmaR = 0.15f
)

Parameters

src
Type: Emgu.CVIInputArray
Input 8-bit 3-channel image
dst
Type: Emgu.CVIOutputArray
Output image with the same size and type as src
sigmaS (Optional)
Type: SystemSingle
Range between 0 to 200
sigmaR (Optional)
Type: SystemSingle
Range between 0 to 1
See Also