Hello
I am trying to use the sfm module from python3.
I can run the reconstruct example like this
./example_sfm_trajectory_reconstruction desktop_tracks.txt 1914 640 360
and I can compile a cpp file with that code as well after using the tips from #476
However, in python, when I import the cv2 module I cannot find the reconstruct method, e.g.,
displays the following stuff
Basically it seems all sfm functions are available except the sfm.reconstruct.
This is a very similar issue to #476 but the solution in that case for cpp does not work in python.
Any help would be appreciated.
Miguel
Hello
I am trying to use the sfm module from python3.
I can run the reconstruct example like this
and I can compile a cpp file with that code as well after using the tips from #476
However, in python, when I import the cv2 module I cannot find the reconstruct method, e.g.,
displays the following stuff
Basically it seems all sfm functions are available except the sfm.reconstruct.
This is a very similar issue to #476 but the solution in that case for cpp does not work in python.
Any help would be appreciated.
Miguel