Hello! How do I make a image recognition tool to count object and measure distances in one picture? How to use that in QGIS? Thank you | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello! How do I make a image recognition tool to count object and measure distances in one picture? How to use that in QGIS? Thank you

22nd Jun 2016, 5:02 PM
Iehuda Maltz
Iehuda Maltz - avatar
2 Answers
+ 1
If you really need to analyse a raster image, use OpenCV. It is an open-source computer vision system with a nice community and modules for python. If you need to analyse a layer in QGIS, try to use Ftools instead, a python plugin to QGIS.
24th Jun 2016, 2:05 AM
Валентин Унру
Валентин Унру - avatar
0
Thank you very much! Spassiba
24th Jun 2016, 3:43 PM
Iehuda Maltz
Iehuda Maltz - avatar