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...
13 years 前 | 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...
13 years 前 | 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...
13 years 前 | 2 个回答 | 6