1 | initial version |
If you mean the Singular Value Decomposition its fairly simple. (c++ style)
cv::SVD svdMat(image);
2 | No.2 Revision |
If you mean the Singular Value Decomposition its fairly simple. (c++ style)style) Although I dont really know what you want to do with the SVD of an image
cv::SVD svdMat(image);