Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ptr_StereoMatcher in java wrappers for android

Hello!

I builded opencv 3.4.0 with opencv_contribs for android and succesfully added opencv to project and run it. But in module ximgproc I don't see functions for disparity map filtering (createRightMatcher, createDisparityWLSFilter etc.) In sdk\java\src\org\opencv\ximgproc lines with this functions declarations are commented out with next phrase: "// Unknown type 'Ptr_StereoMatcher' (I), skipping the function". Why Ptr_StereoMatcher is unknown? Did I miss something missed when building? Or is it really unsupported functions for java?

Ptr_StereoMatcher in java wrappers for android

Hello!

I builded opencv 3.4.0 with opencv_contribs for android and succesfully added opencv to project and run it. But in module ximgproc I don't see functions for disparity map filtering (createRightMatcher, createDisparityWLSFilter etc.) In sdk\java\src\org\opencv\ximgproc lines with this functions declarations are commented out with next phrase: "// Unknown type 'Ptr_StereoMatcher' (I), skipping the function". Why Ptr_StereoMatcher is unknown? Did I miss something missed when building? Or is it really unsupported functions for java?