Learn R Programming

ExpImage (version 0.10.1)

pick_count: 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")

Value

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

Arguments

im

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

cex

:Font size (Tamanho da fonte)

col

: Font color (Cor da fonte).

Author

Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)

See Also

pick_length , pick_resolution

Examples

Run this code
if (FALSE) {
# 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)
}

Run the code above in your browser using DataLab