edit_imageGUI {ExpImage} | 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).
Description
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).
Usage
edit_imageGUI(im,Verbose=TRUE)
Arguments
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). |
Value
Returns a edited image (Retorna uma imagem editada).
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).
#library(ExpImage)
#Carregar imagem de exemplo
im=read_image(example_image(2),plot=TRUE)
##Editar imagem
im2=edit_imageGUI(im)
## End(Not run)
[Package ExpImage version 0.10.1 Index]