Reputation: 1326
is there any function in OpenCV that I can use to apply Cholesky Decomposition on a matrix?
Upvotes: 1
Views: 1985
Reputation: 21
If still relevant, OCV 3.0.0 supports Cholesky directly through the HAL interface. See cv::hal::Cholesky
Upvotes: 2