Method ConvertScaleAbs
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ConvertScaleAbs(InputArray, OutputArray, double, double)
Scales, computes absolute values and converts the result to 8-bit.
public static void ConvertScaleAbs(InputArray src, OutputArray dst, double alpha = 1, double beta = 0)
Parameters
srcInputArrayThe source array
dstOutputArrayThe destination array
alphadoubleThe optional scale factor. [By default this is 1]
betadoubleThe optional delta added to the scaled values. [By default this is 0]