MATLAB では、色を指定する場合、RGBそれぞれ [0,1]もしくは16進数の、いわゆるカラーコードで指定するのが原則です。 赤であれば、[1 0 0] か "#ff0000" (あるいは"#f00" )になります。 色名で指定するカラーネームが使えるのは、"black"("k")、"blue"("b")、"red"("r ...
The need for sophisticated image processing applications is rising, which means that creating effective color detection algorithms is becoming more important. This example of color detection shows how ...