The OpenCV 3.0 binary package for Windows doesn't include the contrib binaries. For instance, if you try to run the python sample called find_obj.py
it fails with the exception below:
AttributeError: 'module' object has no attribute 'xfeatures2d'
Is there any place to download the contrib binaries without compiling the entire OpenCV ? What's the purpose of having OpenCV binaries and not the contrib binaries available ?