1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00

Testing line_descriptor, reg, rgbd

This commit is contained in:
Maksim Shabunin
2015-08-20 12:19:13 +03:00
parent 95af1b58f9
commit ba49cfabff
10 changed files with 19 additions and 21 deletions

View File

@@ -173,7 +173,7 @@ int main(int argc, char** argv)
Ptr<OdometryFrame> frame_prev = Ptr<OdometryFrame>(new OdometryFrame()),
frame_curr = Ptr<OdometryFrame>(new OdometryFrame());
Ptr<Odometry> odometry = Odometry::create("RGBD." + string(argv[3]) + "Odometry");
Ptr<Odometry> odometry = Odometry::create(string(argv[3]) + "Odometry");
if(odometry.empty())
{
cout << "Can not create Odometry algorithm. Check the passed odometry name." << endl;