Clear Filters
Clear Filters

how we can change an image into gray scale? and how to detect humps in an given road image?

1 view (last 30 days)
we are doing mini project to detect road humps in an given road image using matlab. how we can do this project?

Answers (1)

David Sanchez
David Sanchez on 6 Nov 2013
start by grayscaling your image:
I = rgb2gray(your_RGB_image);
The hump-detection algorithm is not trivial, but that's the goal of your project, try something and bring your code here. Tell where you get stuck.

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!