Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Disparity filters are only available in development version (latest master branch revisions of both opencv and opencv_contrib repositories). Releases 3.0, 3.0-beta, 3.0-alpha do not have this functionality and are not compatible with current state of opencv_contrib repository.

You can download latest development version of sources from GitHub:

  • https://github.com/Itseez/opencv/archive/master.zip
  • https://github.com/Itseez/opencv_contrib/archive/master.zip

Or clone corresponding repositories and checkout master branch.