View source: R/edit_imageGUI.R
edit_imageGUI | R Documentation |
This function changes the brightness, contrast and makes the gamma adjustment in the image (Esta funcao permite mudar o brilho, contraste e fazer um ajuste gamma na imagem).
edit_imageGUI(im,Verbose=TRUE)
im |
:This object must contain an image in EBImage format (Este objeto deve conter uma imagem no formato do EBImage). |
Verbose |
:Logical value. Show the configurations (Valor logico. Mostra as configuracoes). |
Returns a edited image (Retorna uma imagem editada).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
edit_image
## Not run:
# Not run: Depende da interacao com uma interface grafica
#(It depends on interaction with a graphical interface).
#library(ExpImage)
#Carregar imagem de exemplo
im=read_image(example_image(2),plot=TRUE)
##Editar imagem
im2=edit_imageGUI(im)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.