mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
warnings
This commit is contained in:
@@ -447,7 +447,7 @@ int decomposeHomographyMat(InputArray _H,
|
||||
Mat K = _K.getMat().reshape(1, 3);
|
||||
CV_Assert(K.cols == 3 && K.rows == 3);
|
||||
|
||||
auto_ptr<HomographyDecomp> hdecomp(new HomographyDecompInria);
|
||||
cv::Ptr<HomographyDecomp> hdecomp(new HomographyDecompInria);
|
||||
|
||||
vector<CameraMotion> motions;
|
||||
hdecomp->decomposeHomography(H, K, motions);
|
||||
|
||||
Reference in New Issue
Block a user