Convert the current image to the specific depth, at the same time scale and shift the values of the pixel
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- scale
- Double
The value to be multipled with the pixel
- shift
- Double
The value to be added to the pixel
Type Parameters
- TOtherDepth
- The type of depth to convert to