Re: [scikit-image] import name haar_like_feature_coord
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 you can wait until mid-february until we release the next version. Juan. On 9 Jan 2018, 12:08 AM +1100, ahmed tabia <ahmedtabia2@gmail.com>, wrote:
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 scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
thanx juan ahmed 2018-01-09 0:58 GMT+01:00 Juan Nunez-Iglesias <jni.soma@gmail.com>:
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 you can wait until mid-february until we release the next version.
Juan.
On 9 Jan 2018, 12:08 AM +1100, ahmed tabia <ahmedtabia2@gmail.com>, wrote:
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 scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
_______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
participants (2)
-
ahmed tabia
-
Juan Nunez-Iglesias