Haralick function input image
조회 수: 2 (최근 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!