pick_color | R Documentation |
Esta funcao retorna o valor de R, G e B no pixel selecionado. (This function returns the value of R, G and B at the selected pixel ).
pick_color(im, matrix = NULL)
im |
Este objeto deve conter uma imagem no formato do EBImage (This object must contain an image in EBImage format ). |
matrix |
Deve ser uma matriz com 3 colunas correspondentes aos canais R, G e B. Os novos valores selecionados serao adicionados a essa matriz. (It must be a matrix with 3 columns corresponding to the R, G and B channels. The new selected values will be added to this matrix). |
Esta funcao retorna o valor de R, G e B no pixel selecionado. (This function returns the value of R, G and B at the selected pixel ).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
segmentation_logit
## Not run:
# Not run: Depende da interacao com uma interface grafica
#(It depends on interaction with a graphical interface).
#library(ExpImage)
#library(EBImage)
#Carregar imagem de exemplo
im=read_image(example_image(2),plot=TRUE)
pick_color(im)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.