Python Forum

Full Version: treatment of graphics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!