plot_indexes {ExpImage} | R Documentation |
Function to plot multiple indices (funcao para plotar varios indices)
Description
Function to plot multiple indices (funcao para plotar varios indices).
Usage
plot_indexes(im,indexes=c("r","g","b","rg","rb","gb","rgb",
"r/rgb","g/rgb","b/rgb",
"BI","BIM","SCI","GLI","HI",
"NGRDI","SI","VARI","HUE","MGVRI","GLI",
"MPRI","RGVBI","ExG","VEG"),
NumberCores="all")
Arguments
im |
: |
indexes |
:indices que se deseja testar (indexes you want to test): |
NumberCores |
Indica o numero de cores a serem utilizados no processamento. Pode ser um valor numerico. Se for 'ALL' sera considerado o numero maximo de cores do PC. (Indicates the number of colors to be used in processing. It can be a numerical value. If it is 'ALL' it will be considered the maximum number of PC cores). |
Value
Apresenta uma imagem para selecao do indice mais apropriado para a segmentacao (It presents an image for selection of the most appropriate index for segmentation).
See Also
Examples
## Not run:
# Not run: Depende da interacao com uma interface grafica
#(It depends on interaction with a graphical interface).
#Carregar imagem de exemplo
im=read_image(example_image(2),plot=TRUE)
plot_indexes(im)
## End(Not run)