フィルターのクリア

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

1 回表示 (過去 30 日間)
shwetha M
shwetha M 2013 年 11 月 6 日
回答済み: David Sanchez 2013 年 11 月 6 日
we are doing mini project to detect road humps in an given road image using matlab. how we can do this project?

回答 (1 件)

David Sanchez
David Sanchez 2013 年 11 月 6 日
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.

カテゴリ

Help Center および File ExchangeMathematics and Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by