pick_count {ExpImage} | R 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
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)
[Package ExpImage version 0.10.1 Index]