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!