example "digits.py" KO on windows 10 (build) python27
Bonjour ,
C:\Python27>python Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import cv2
print cv2.__version__
$Rev: 4557 $
some examples are ok but with digits.py , SVM or KNearest syntax issues
> ../data/digits.png ...
> preprocessing... training KNearest...
> Traceback (most recent call last):
> File "digits.py", line 173, in
> <module>
> model = KNearest(k=4) File "digits.py", line 81, in __init__
> self.model = cv.ml.KNearest_create()
> AttributeError: 'module' object has no attribute 'ml'
with cv.KNearest() it's ok but after ...other error it seems version issues but how to resolve ? thanks for help
Regards