Haralick function input image
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I am studying on color image processing. The data is histopatologic images and I need texture features. So that I am using Haralick functions. But I have a problem. In the image, I have neuros and they are circular shape. So I take them in the separate square black small images and then they are used in haralick function input image. is it true? or I am doing wrong thing? can The black region affect the texture results?
2 件のコメント
Image Analyst
2012 年 1 月 28 日
I don't understand this: "I take them in the separate square black small images" What does that mean? What is a black image or region?
Also, are you talking about the Haralick texture features, like descibed here: http://murphylab.web.cmu.edu/publications/boland/boland_node26.html
Walter Roberson
2012 年 1 月 28 日
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
回答 (1 件)
Stefan
2012 年 4 月 25 日
Hi Sibel,
if I understood you correctly: You separate the neurons from their actual image environment and st it on a black background?
Haralick feature calculation uses the Co-Occurence-Matrix (=GLCM --> http://en.wikipedia.org/wiki/Co-occurrence_matrix). This matrix represents the gray values and their adjacency.
So I am afraid you distort your results by invariant separation (different radius) of neurons an the new background (black square).
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!