Re: [scikit-image] import name haar_like_feature_coord

2018-01-09 Thread ahmed tabia
thanx juan ahmed 2018-01-09 0:58 GMT+01:00 Juan Nunez-Iglesias : > Hi Ahmed, > > Haar features are in an as-yet unreleased version of scikit-image. If you > have properly set up Cython and C compilers, you should be able to do: > > python -m pip install git+https://github.com/scikit-image/scikit

Re: [scikit-image] import name haar_like_feature_coord

2018-01-08 Thread Juan Nunez-Iglesias
Hi Ahmed, Haar features are in an as-yet unreleased version of scikit-image. If you have properly set up Cython and C compilers, you should be able to do: python -m pip install git+https://github.com/scikit-image/scikit-image to get the latest source version, including Haar-like features. Or yo

[scikit-image] import name haar_like_feature_coord

2018-01-08 Thread ahmed tabia
hello how i can add the haar feature to anaconda because when i installed scikit-image , and when i run application with haar feature this message was affiched "cannot import name haar_like_feature_coord" thanx Ahmed ___ scikit-image mailing list scik