An initial study on estimating area of a leaf using image processing
This addresses the need for efficient leaf area estimation in fields like agriculture or botany, but it appears incremental as it applies standard image processing techniques.
The researchers tackled the problem of leaf area measurement by developing an image processing method that scans leaves, converts them to binary images, and calculates pixel coverage to estimate area in mm², aiming for faster and more accurate results.
Calculating leaf area is very important. Computer aided image processing can make this faster and more accurate. This include scanning the leaf , converting it to binary image and calculation of number of pixels covered. Later this is converted to mm2.