I want to identify left and right turns in the competition arena, is it possible to use image segmentation? I have tried in the image processing but, I don't think it will accept the three inputs of the camera

조회 수: 1 (최근 30일)
I want to identify left and right turns in the competition arena, is it possible to use image segmentation? I have tried in the image processing but, I don't think it will accept the three inputs of the camera.

답변 (1개)

Mil Shastri
Mil Shastri 2020년 2월 19일
on line 12, try
X = rgb2lab([R G B])
instead of
X = rgb2lab(rgb)
  댓글 수: 1
Keith Marange
Keith Marange 2020년 2월 20일
It still doesn't work, coming up with the same error message about invalid shape for input rgb. Is there any other approach to distinguish between left and right turns?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Parrot Drones에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by