Haralick function input image

1 view (last 30 days)
sibel
sibel on 28 Jan 2012
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 Comments
Image Analyst
Image Analyst on 28 Jan 2012
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
Walter Roberson on 28 Jan 2012
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers

Sign in to comment.

Answers (1)

Stefan
Stefan on 25 Apr 2012
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).

Community Treasure Hunt

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

Start Hunting!