converting pixel colours of the pathway to white of an hsv image

Please help me with my project. I am not sure how to do as I'm new to Matlab.
This is the picture I'm working with. This is my codes so far. I only need the horizontal pathway to be white. This does NOT include the staircase and the perpendicular sidewalk.
f= imread('Ang Mo Kio Street 53 new.png');
imshow(f)
hsv_f=rgb2hsv(f);

Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 8 Sep 2011

Community Treasure Hunt

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

Start Hunting!