mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 16:59:12 +08:00
minor
This commit is contained in:
parent
7bdacb8098
commit
0b34d90dfa
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user