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

Respuestas (1)

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.

Categorías

Más información sobre Image Processing and Computer Vision en Centro de ayuda y File Exchange.

Preguntada:

el 6 de Nov. de 2013

Respondida:

el 6 de Nov. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by