1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00
This commit is contained in:
Rostislav Vasilikhin
2022-07-24 18:28:26 +02:00
parent 7bdacb8098
commit 0b34d90dfa
+1 -2
View File
@@ -186,8 +186,7 @@ void OdometryTest::run()
Mat mask(image.size(), CV_8UC1, Scalar(255));
odometry.prepareFrame(odf);
bool isComputed;
isComputed = odometry.compute(odf, odf, calcRt);
bool isComputed = odometry.compute(odf, odf, calcRt);
if(!isComputed)
{