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)
Syntaxpublic static void BrightEdges(
Mat original,
Mat edgeview,
int contrast,
int shortrange,
int longrange
)
Public Shared Sub BrightEdges (
original As Mat,
edgeview As Mat,
contrast As Integer,
shortrange As Integer,
longrange As Integer
)
public:
static void BrightEdges(
Mat^ original,
Mat^ edgeview,
int contrast,
int shortrange,
int longrange
)
static member BrightEdges :
original : Mat *
edgeview : Mat *
contrast : int *
shortrange : int *
longrange : int -> unit
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