Progam for measuring multiple angles and distances on a picture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Progam for measuring multiple angles and distances on a picture

Hallo people! As a beginner in the world of coding, I need some directions from your side. I would like to create a program where i can upload a picture, mark different points on it and measure the distance and the angles between those points. Is it possible to do this with python? If not, what is a reasonable alternative for a beginner? I don't know anything about constructing a GUI, but it must be the harder part :D Thanks

17th Sep 2018, 2:31 PM
Rusl
Rusl - avatar
2 Answers
+ 2
Yes it's very much possible with Python. You can develop such a bare bones application with MatplotLib, Numpy and SciPy packages. ONnce you're comfortable with image manipulation with the above packages move on to Skimage (Sci-Kit Image processing pack) package. All the best 👍
22nd Sep 2018, 8:50 AM
Renjith M
Renjith M - avatar
+ 1
thanks a lot, Renjith! sounds like a bigger project, but also like a lot of fun :)
22nd Sep 2018, 9:44 AM
Rusl
Rusl - avatar