Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MATLAB で使用imreadして画像を読み取るとき、それが RGB、グレー スケール、または単一かどうかをプログラムでどのように知ることができますか?
imread
I1 = imread('sample_image.jpg');
I1変換前にどのタイプかを知るにはどうすればよいですか?
I1