Region Growing
Segmentation by growing a region from seed point using intensity mean measure
Author: Dirk-Jan Kroon
kindly reply to my question. I have sent u many mails that this code is not working fine for me as i am getting a white image only. I need the ROI which i selected with seed point. Please reply.
27 Nov 2012
Haralick
Calculates Haralick Feature f1 to f13 according to his paper from 1979
Author: Stefan
i am not able to send the computed GLCM to this vectorised version by Will , it is not accepting the double input. Please help!
09 Aug 2012
Region Growing
Segmentation by growing a region from seed point using intensity mean measure
Author: Dirk-Jan Kroon
I have tried the code on image size 512*512. after providing the x and y values, i get J of same size 512*512 with all white image. No segmentation has been done. Please suggest!
03 Aug 2012
Haralick
Calculates Haralick Feature f1 to f13 according to his paper from 1979
Author: Stefan
I am trying to use this code to extract haralick features of medical images (lung CT). But it always give me error
Inputs must be 2D or atleast one input
must be scalar. line no 72
The co-occurance matrix i am computing using graycomatrix function available in matlab and passing this as parameter in your haralick. The size of my coocurrance matrix is 8*8*5. Please help in this regard.