Feeds
已回答
what i can do to solve this problem
[M,N] = size(origin); i use it function but now what i can do about undefined values m,n
what i can do to solve this problem
[M,N] = size(origin); i use it function but now what i can do about undefined values m,n
6 years 前 | 0
提问
what i can do to solve this problem
IMG = imread('X_Ray_Chest_Side.png'); origin=rgb2gray(IMG); [M,N] = size(IMG); figure, imshow(origin); title('origin imag...
6 years 前 | 2 个回答 | 0
