+ 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
2 ответов
+ 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 👍
+ 1
thanks a lot, Renjith! sounds like a bigger project, but also like a lot of fun :)