Y
Hacker News
new
|
ask
|
show
|
jobs
Best language for image processing
1 points
by
hoangvukenshin
3659 days ago
Hi All. I start new project for image processing like (detect face, check image is same other image...). So what best of language can i choose. Thank you so much.
2 comments
dalke
3659 days ago
Python using OpenCV. Eg,
http://docs.opencv.org/3.1.0/d7/d8b/tutorial_py_face_detecti...
.
link
probinso
3658 days ago
I'm a big fan of python. SKimage is a pretty cool place to hang out
link