OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

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