Displaying 1 result from an estimated 1 matches for "tetures".
Did you mean:
textures
2008 Jan 12
0
haralick tetures on Biocon/EBImage
Dear all,
Following a suggestion by Henrik Bengtsson I installed EBImage/biocondutor package. I also installed ImageMagick and GTK software because EBImage need it. After look at EBImage I find a function that compute Haralick texture on images. I tryed to run it with following simulated image, but I get error.
myimage<-as.Image(matrix(sample(100*100),nc=100))
image(myimage)