Feeds
已回答
How do I split a color image into its 3 RGB channels?
R = my_rgb(:,:,1); G = my_rgb(:,:,2); B = my_rgb(:,:,3); whats are these (:,:,1) doing
How do I split a color image into its 3 RGB channels?
R = my_rgb(:,:,1); G = my_rgb(:,:,2); B = my_rgb(:,:,3); whats are these (:,:,1) doing
7 years 前 | 0