フィルターのクリア

Ncut_9 image segmentation. I downloaded the code from link exchange for image segmentation. while i am running the demoNcutImage the follwing errors I am getting. Please help me

2 ビュー (過去 30 日間)
I downloaded the code from link exchange for image segmentation. while i am running the demoNcutImage the follwing errors I am getting. Please help me
Undefined function 'cimgnbmap' for input arguments of type 'double'.
Error in computeW (line 6) [w_i,w_j] = cimgnbmap([p,q],dataW.sampleRadius,dataW.sample_rate);
Error in ICgraph (line 37) W = computeW(I,dataW,edgemap.emag,edgemap.ephase);
Error in NcutImage (line 16) [W,imageEdges] = ICgraph(I);
Error in demoNcutImage (line 23) [SegLabel,NcutDiscrete,NcutEigenvectors,NcutEigenvalues,W,imageEdges]= NcutImage(I,nbSegments);

採用された回答

Image Analyst
Image Analyst 2014 年 4 月 16 日
You're missing the function cimgnbmap(). Contact the author. We don't have it.
  2 件のコメント
Arleen Kaur
Arleen Kaur 2016 年 2 月 26 日
I tried the code and it gives me the same error. The cimgnbmap() is missing. :(
Image Analyst
Image Analyst 2016 年 2 月 26 日
And so my answer would also be the same. You need to obtain that function.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by