フィルターのクリア

same image sowing different features

1 回表示 (過去 30 日間)
nkumar
nkumar 2014 年 3 月 28 日
編集済み: Image Analyst 2014 年 3 月 28 日
I am working on Tumor selection,I am extracting GLCM feature,i have image below
In this am segmented the selected region,I have done this twice,i.e used a for loop for two times and extracted features ,i get same image for 2 iterations but features are entirely different wen i summed them up it goes to aroung 220,y i get like this,it should be near to 0, kindly help
the code i used for GLCM is
GLCM2 = graycomatrix(seg_image,'Offset',[2 0;0 2]);
out= GLCM_Features1(GLCM2,0)
I used all 17 features
  2 件のコメント
Image Analyst
Image Analyst 2014 年 3 月 28 日
You did not attach your code or your image. How can we help?
nkumar
nkumar 2014 年 3 月 28 日
編集済み: Image Analyst 2014 年 3 月 28 日
the rightmost is my image here i have attached it again,the code is legth long consists of 4 function programs,if u want i will attach as zip file

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

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by