![]() |
OpenCV
开源计算机视觉库
|
对
src | 指向以列主序存储的输入 |
src_step | 矩阵 |
w | 指向矩阵 |
u | 指向输出 |
u_step | 矩阵 |
vt | 指向 |
vt_step | 矩阵 |
m | 矩阵 |
n | 矩阵 |
flags | 算法选项(CV_HAL_SVD_FULL_UV 等的组合)。 |
函数 | |
int | hal_ni_SVD32f (float *src, size_t src_step, float *w, float *u, size_t u_step, float *vt, size_t vt_step, int m, int n, int flags) |
int | hal_ni_SVD64f (double *src, size_t src_step, double *w, double *u, size_t u_step, double *vt, size_t vt_step, int m, int n, int flags) |
|
内联 |
#include <core/src/hal_replacement.hpp>
|
内联 |
#include <core/src/hal_replacement.hpp>