Hi, i am attempting to get the rgbdodometry sample running with opencv 3.
I have rebuilt with the contrib modules, as documented here:
https://github.com/Itseez/opencv_contrib
and after adjusting a few lines (adding the rgbd namespace, as outlined in the docs for open 3)
I have everything linked. Now though, I am getting an exception error here:
perspectiveTransform(cloud, transformedCloud, Rt);
Assertion failed <scn +="" 1="=" m.cols=""> in cv::perspectiveTransform. file matmul.cpp, line 2125
I am using the code from the sample, and the images from the sample folder.
What is going on here? And how could I fix it?
thanks!