Feeds
已回答
How to fix Index position 3 exceeds array bounds (must not exceed 1)
I = imread('download.png'); R = I(:,:,1); G = I(:,:,2); Index in position 3 exceeds array bounds. Index must not exceed 1. p...
How to fix Index position 3 exceeds array bounds (must not exceed 1)
I = imread('download.png'); R = I(:,:,1); G = I(:,:,2); Index in position 3 exceeds array bounds. Index must not exceed 1. p...
2 years 前 | 0
