pick_count: Count objects (Contar objetos).

View source: R/pick_count.R

pick_countR Documentation

Count objects (Contar objetos).

Description

Count objects by clicking on the image (Contar objetos clicando na imagem)

Usage

pick_count(im,cex=1,col="red")

Arguments

im

:Image in ExpImage format (Imagem no formato do ExpImage).

cex

:Font size (Tamanho da fonte)

col

: Font color (Cor da fonte).

Value

Returns the number of objects in an image (Retorna o numero de objetos em uma imagem).

Author(s)

Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)

See Also

pick_length , pick_resolution

Examples

## Not run: 
# Not run: Depende da interacao com uma interface grafica
#(It depends on interaction with a graphical interface).


im=read_image(example_image(3),plot=TRUE)
pick_count(im)

## End(Not run)


ExpImage documentation built on May 29, 2024, 11:10 a.m.