Feeds
질문
array [10x8]
G(1,:)=[ 1 2 3 8 5 6 3 5]; for j = 1:10, for i = 1:8, n(j,i)=G(1,8); end end i need to calculate 10 rows and 8 colu...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
hue saturation intensity
I1 = imread('127.jpg'); >> I1 = imresize(I1, [256 256]); >> [h s i] = rgb2hsi(I1); ??? Undefined function or method 'rg...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
Euclidean distance of two vectors
Euclidean distance of two vector. I have the two image values G=[1x72] and G1 = [1x72]. I need to calculate the two image distan...
14년 초과 전 | 답변 수: 2 | 6

