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年 前 | 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年 前 | 2 件の回答 | 0
