Rank: 206052 based on 0 downloads (last 30 days) and 0 file submitted
photo

Afaq

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Afaq View all
Updated File Comments Rating
05 Jul 2012 Efficient Graph based image Segmentation A simple and efficient graph based image segmentation algorithm Author: Su Dongcai

Hi Su,

Is it possible to find the total number of components (segmented regions) in graph based segmented image by using your code? In the paper, the author is using the term C for total number of component. Can you please guide me in this regard.

20 Jun 2012 Efficient Graph based image Segmentation A simple and efficient graph based image segmentation algorithm Author: Su Dongcai

I was compiling but was getting the specified error. However, issue resolved for Windows by some other approach .... Now I am facing problem while running this code in Linux.

18 Jun 2012 Efficient Graph based image Segmentation A simple and efficient graph based image segmentation algorithm Author: Su Dongcai

Hi,
I am getting following error while running this code. Can any one help me?

>> L = graphSeg(filted_I, 0.5, 50, 2, 0);
??? Undefined function or method 'GraphSeg_mex' for input arguments of type 'double'.

Error in ==> graphSeg at 44
L = GraphSeg_mex(img, threshold, min_size, nRadius);

tried to fix it using mex but it didn't work.

Contact us