How to compute Correlation of red- and green-channel pixel values of skin lesion area
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Elias Unk
el 28 de Feb. de 2017
Comentada: Image Analyst
el 1 de Mzo. de 2017
I need to compute six correlation coefficients (red-green, green-blue, blue-red, red-grey, green-grey, and blue-grey) for both the whole sub-image and the lesion area respectively,one example shall do it for the 6 as of the same logic shall be applied,as well as calculating the Energy based on color extraction not texture or regionprops one(R,G,B,Gray) but one color space example shall do.. thanks
0 comentarios
Respuesta aceptada
Image Analyst
el 1 de Mzo. de 2017
Did you try corr()?
coeff = corr(redChannel(:), greenChannel(:));
4 comentarios
Image Analyst
el 1 de Mzo. de 2017
Use histogram() or histcounts() to get "Prob" in the first formula.
For the second formula, I have no idea whatsoever what "details" is.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!