#include <cxcore.hpp>
Public Types | |
enum | { MODIFY_A = 1, NO_UV = 2, FULL_UV = 4 } |
Public Member Functions | |
SVD () | |
SVD (const Mat &m, int flags=0) | |
SVD & | operator() (const Mat &m, int flags=0) |
void | backSubst (const Mat &rhs, Mat &dst) const |
Static Public Member Functions | |
static void | solveZ (const Mat &m, Mat &dst) |
Public Attributes | |
Mat | u |
Mat | w |
Mat | vt |
cv::SVD::SVD | ( | ) |
cv::SVD::SVD | ( | const Mat & | m, | |
int | flags = 0 | |||
) |