View source: R/skeletonize_image.R
skeletonize_image | R Documentation |
Esta funcao permite fazer a skeletonizacao em imagens.
skeletonize_image(x,plot=FALSE)
x |
:Este objeto deve conter uma imagem em uma matriz binaria. |
plot |
:Se forigual a TRUE a imagem sera plotada. #'@author Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG) |
Retorna uma imagem com os objetos skeletonizados.
thinning_image
im=read_image(example_image(10),plot=TRUE)
im2=segmentation(im@.Data[,,1],plot = TRUE)
T1=skeletonize_image(im2,plot = TRUE)
T2=thinning_image(im2,plot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.