![]() |
OpenCV
Open Source Computer Vision
|
Convert array to another with specified type. More...
Convert array to another with specified type.
src | Source image |
src_step | Source image |
dst | Destination image |
dst_step | Destination image |
width | Source image dimensions |
height | Source image dimensions |
sdepth | Depth of source image |
ddepth | Depth of destination image |
alpha | Scale value |
beta | Shift 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) |
|
inline |
#include <core/src/hal_replacement.hpp>