View source: R/classify_image.R
classify_image | R Documentation |
Function to filter values in an array or image (Funcao para filtrar valores em uma matriz ou imagem).
classify_image(img,filter)
img |
Este objeto deve conter uma imagem no formato do EBImage ou na forma de uma matriz (This object must contain an image in EBImage format or a matrix). |
filter |
Vetor com tres valores, o valor minimo, maximo e o argumento a ser substituido (Vector with three values, the minimum, maximum value and the argument to be substituted). |
Returns an array (retorna uma matriz). end=example_image(3) im=read_image(end,plot=TRUE) m=gray_scale(im,method = "r",plot=TRUE)
m2=classify_image(m,filter = c(0.5,Inf,NA)) plot_image(m2)
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.