MATLAB: Can anybody help me the function adjcontrast()

adjcontrast()image enhancereduce noise

I need to see capillary blood vessels from a perfusion imaging. I need to reduce the noise, enhance contrast. Hoping this function adjcontrast() can serve part of my aim. Would you please help me in this code. Thank you ! in advance Surya

Best Answer

h = imshow(yourimage);
imcontrast(h)