Skip to content

sfm reconstruct not available in python bindings #636

@miguelriemoliveira

Description

@miguelriemoliveira

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.,

import cv2
help(cv2.sfm)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions