powered by
This function compares the size of images (Esta funcao compara o tamanho das imagens).
compare_image(imgs=NULL,filesnames=NULL,path = NULL)
Return images size (Retorna o tamanho das imagens).
:List object containing the images (Objeto do tipo lista contendo as imagens).
:Images names (Nomes das imagens).
:Path files (Endereco das pastas).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
info_image , read_image
info_image
read_image
#Carregando imagens de exemplo im1=read_image(example_image(1)) im2=read_image(example_image(2)) im3=read_image(example_image(3)) #Comparando o tamanho das imagens compare_image(list(im1,im2,im3))
Run the code above in your browser using DataLab