Click or drag to resize

XImgprocInvokeBrightEdges Method

http://www.emgu.com
Brighten the edges of the image

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void BrightEdges(
	Mat original,
	Mat edgeview,
	int contrast,
	int shortrange,
	int longrange
)

Parameters

original
Type: Emgu.CVMat
The source image
edgeview
Type: Emgu.CVMat
The result
contrast
Type: SystemInt32
Contrast
shortrange
Type: SystemInt32
Short Range
longrange
Type: SystemInt32
Long Range
See Also