Python Forum
treatment of graphics - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: treatment of graphics (/thread-29694.html)



treatment of graphics - KirillCh - Sep-16-2020

Hello everybody!

I am a complete newby in python. So many apologies in advance, if my question will seem to you evident or stupid.

I need to treat the graphical data like this:

İmage


The goal is to measure the surface of the parts, like drawn here:

İmage


and to measure the heights of the parts like this:

İmage


Right now I have downloaded pandas, numpy and matplotlib libraries to work with graphics. Could someone tell me if I need some additional libraries to perform such an analysis?

And the main question: Does somebody know the ways to perform the treatment of the graphs, like described above? Is it feasible in python?

Thank you in advance and have a nice day!