LARGB: Leaf Area Determination from Visual Image

Measurements of leaf area are important in the studies of plant biological characteristics. High-throughput plant phenotyping using image analysis is the key area in the domain of plant phenotyping. For determining the leaf area, the RGB image is converted into the grayscale image by simply averaging the Red(R), Green (G) and Blue (B) pixel values. Grayscale image is then converted into a binary image using Otsu’s thresholding method Otsu, N. (1979) <doi:10.1109/TSMC.1979.4310076> to separate plant area from the background (image segmentation). The segmentation process was accomplished by selecting the pixels with values over the threshold value belonging to the plant region and other pixels to the background region. The resulting binary image consists of white and black pixels representing the plant and background regions, respectively. Finally, the number of pixels inside the plant region was counted and converted to square centimetres (cm2) using the reference object (any object whose actual area is known previously) to get the projected leaf area.

Getting started

Package details

AuthorTanuj Misra [aut, cre], Alka Arora [aut], Sudeep Sudeep [aut], Shailendra Kumar [aut], Mrinmoy Ray [aut], Sudhir Kumar [aut], Pankaj Das [aut]
MaintainerTanuj Misra <tanujmisra102@gmail.com>
LicenseGPL-3
Version0.1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("LARGB")

Try the LARGB package in your browser

Any scripts or data that you put into this service are public.

LARGB documentation built on Sept. 28, 2021, 9:08 a.m.