OpenCV 3.2.0 seems does not have RTrees library.
But internet is full of examples of cv2.RTrees. I thought maybe be the issue of versions mismatching - maybe version is wrong ? Should it be 3.2.0-dev ?
But on Fedora 24 i cant seem to find this package nor on the internet. All i see that only ubuntu users can install 3.2.0-dev. Am i missing something ?
>>> import cv2
>>> cv2.__version__
'3.2.0'
>>> cv2.RTrees
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'RTrees'
>>> cv2.ml.RTrees
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'RTrees'