Ask Your Question

Revision history [back]

As berak said the bindings have not been added yet. If you examine the header you can see that the class is not proceeded by the CV_EXPORTS_W macro and its member functions are not proceeded by CV_WRAP macro. More details can be found here.

As you have already built OpenCV with CUDA and python bindings you can try adding these flags to the functions you require to see if the bindings are generated. Be aware that the reason they are not included may be because the bindings did not work when cv3d added them.

If you provide me with the code you are using I may have a look at this later.

UPDATE: The bindings should now be accessible if you compile against the latest commit on the master branch.

As berak said the bindings have not been added yet. If you examine the header you can see that the class is not proceeded by the CV_EXPORTS_W macro and its member functions are not proceeded by CV_WRAP macro. More details can be found here.

As you have already built OpenCV with CUDA and python bindings you can try adding these flags to the functions you require to see if the bindings are generated. Be aware that the reason they are not included may be because the bindings did not work when cv3d added them.

If you provide me with the code you are using I may have a look at this later.