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 Ansicht (letzte 30 Tage)
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.

Antworten (1)

Mil Shastri
Mil Shastri am 19 Feb. 2020
on line 12, try
X = rgb2lab([R G B])
instead of
X = rgb2lab(rgb)
  1 Kommentar
Keith Marange
Keith Marange am 20 Feb. 2020
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?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Support Package for Parrot Drones finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by