http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The algorithm normalizes brightness and increases contrast of the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvEqualizeHist( IntPtr src, IntPtr dst ) |
Visual Basic |
---|
Public Shared Sub cvEqualizeHist ( _ src As IntPtr, _ dst As IntPtr _ ) |
Visual C++ |
---|
public: static void cvEqualizeHist( IntPtr src, IntPtr dst ) |
Parameters
- src
- Type: System..::..IntPtr
The input 8-bit single-channel image
- dst
- Type: System..::..IntPtr
The output image of the same size and the same data type as src