heigh_propotion {bwimage}R Documentation

Cumulative denseness for each line

Description

Proportion of black pixel below each matrix line.

Usage

heigh_propotion(imagematrix)

Arguments

imagematrix

The matrix to be analysed.

Author(s)

Carlos Biagolini-Jr.

References

Zehm et al 2003 Multiparameter analysis of vertical vegetation structure based on digital image processing. Flora-Morphology, Distribution, Functional Ecology of Plants, 198: 142-160.

See Also

threshold_color

Examples

# First, get a matrix from your image. Here an example of a bush image is used.
bush<-system.file("extdata/bush.JPG",package ="bwimage")
bush_imagematrix<-threshold_color(bush,  "jpeg",  "proportional", compress_rate = 0.1)

# Proportion of black pixel below each matrix line.
heigh_propotion(bush_imagematrix)

[Package bwimage version 1.3 Index]