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

we are doing mini project to detect road humps in an given road image using matlab. how we can do this project?

답변 (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.

카테고리

도움말 센터File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

질문:

2013년 11월 6일

답변:

2013년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by