Python Forum
Image Analysis for Measurement of Total leaf Area
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image Analysis for Measurement of Total leaf Area
#1
Hi I'm currently searching for Python codes that can measure total leaf area of plants with images. I researched that RGB values of each pixel that identifies the region to be measured. I planning to get leaf area in cm^2 where multiple leaves can be measured in the same image.

Any and all help is greatly appreciated

Thanks!

Shayne
Reply
#2
you might be able to use numpy for this.
first you need to determine the shape: https://docs.scipy.org/doc/numpy-1.10.4/...shape.html
and then calculate the area of each polygon, see: https://gis.stackexchange.com/questions/...-a-polygon
and sum the individual values.

You can also search PyPi.python.org for a module that does it all example: (search of 'area of image'): https://pypi.python.org/pypi?%3Aaction=s...mit=search
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  new in this area Ana_junior 2 49,813 Jan-05-2021, 08:58 AM
Last Post: Ana_junior
  Plot/Image analysis %of colored area(grid) TiBotLCPP 0 1,808 Jul-09-2019, 02:33 PM
Last Post: TiBotLCPP

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020