Open
Description
System information (version)
- OpenCV => :Dynamic fusion:
- Operating System / Platform => :Dynamic fusion:
- Compiler => :Dynamic fusion:
Detailed description
running the dynafu_demo does not work with the --depth flag.
We have compiled the dynafu_demo.cpp with providing the path directly inside the code:
String a = "/home/jacob/opencv_build/opencv/build/modules/rgbd/CMakeFiles/example_rgbd_dynafu_demo.dir/rgbd_dataset_freiburg1_plant/depth.txt";
//ds = makePtr(parser.get("depth"));
ds = makePtr(a);
The parser, returns a boolean value.
Regards,
Yaqub