OpenCV 4.12.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches

Convert array to another with specified type. More...

Detailed Description

Convert array to another with specified type.

Parameters
srcSource image
src_stepSource image
dstDestination image
dst_stepDestination image
widthSource image dimensions
heightSource image dimensions
sdepthDepth of source image
ddepthDepth of destination image
alphaScale value
betaShift value

Functions

int hal_ni_convertScale (const uchar *src, size_t src_step, uchar *dst, size_t dst_step, int width, int height, int sdepth, int ddepth, double alpha, double beta)
 

Function Documentation

◆ hal_ni_convertScale()

int hal_ni_convertScale ( const uchar * src,
size_t src_step,
uchar * dst,
size_t dst_step,
int width,
int height,
int sdepth,
int ddepth,
double alpha,
double beta )
inline