how to make a light color features to become bright?

3 visualizaciones (últimos 30 días)
vidya
vidya el 16 de Dic. de 2013
Comentada: vidya el 8 de En. de 2014
good day i have an image with extracted blood vessels and with no noise and a complete figure with all vessels in it..but some of my vessels are light in color..is there a way to make it dark.my image is..
expected output image is (this is image is a manualy drawn image form DRIVE data set
original vessels are

Respuesta aceptada

Image Analyst
Image Analyst el 16 de Dic. de 2013
grayImage(binaryImage) = 0; % Set white pixels to black.
grayImage(binaryImage) = 0.5 * grayImage(binaryImage); % Set white pixels to half intensity.
  8 comentarios
Image Analyst
Image Analyst el 24 de Dic. de 2013
I don't have any way of making the super faint vessels get detected, but I'm pretty sure it has been done before. If you go to section 20.5 here http://iris.usc.edu/Vision-Notes/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models you will find lots of papers on that. There are plenty of spatial filters and ridge/valley detectors that could work, and I'm sure some of the papers have algorithm specialized for fundus images.
vidya
vidya el 8 de En. de 2014
Above u told me to use bwconvhull.. for d removal of cup..but i dont have .m file of bwconvhull...is there any other function that can substitute convhull

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by