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

2 次查看(过去 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 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by