First time here? Check out the FAQ!
answered 2017-05-28 01:40:59 -0600
opencv's c-api is deprecated, no more maintained, and you MUST NOT use it in 2017.
please use cv::SVD::compute(); instead.