Borrar filtros
Borrar filtros

Haralick function input image

3 visualizaciones (últimos 30 días)
sibel
sibel el 28 de En. de 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 comentarios
Image Analyst
Image Analyst el 28 de En. de 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 el 28 de En. de 2012
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers

Iniciar sesión para comentar.

Respuestas (1)

Stefan
Stefan el 25 de Abr. de 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!

Translated by