Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you mean the Singular Value Decomposition its fairly simple. (c++ style)

cv::SVD svdMat(image);

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);