mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
minor
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user