提问


Combining data from other variable
I have two variables names ad below Parameters={ '' 'c1' 'c2' 'c3' Par1 'PSO' 'SPSO' ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Grouping the pixel having same values
I have a RGB image in which i have taken some pixel values for example 83 81 81 84 85 84 82 82 84 81 83 ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Dividing the pixel into blocks
I have an image say which i have uploaded now i want to resize that RGB image and divide pixels having same value into blocks ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Comining the values and merging
A= '' 'c0' 'c1' 'c2' 'c3' 'c4' 'c5' 'c6' 'yar12' 'hi' 'hello' 'hi' 'hello' ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


dividing each row by maximum value
I have a matrix A= [40.8 3 3.6 3.5 7.4 285 36.3 75 8.4 133 42 62 5 63 73 260 130 29 84 92 23 12 ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


Finding 4 connectivity for a matrix
I have a matrix A = 1 5 9 8 2 3 4 8 3 please tell how to find 4 connectivity f...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Error:Conversion to cell from logical is not possible.
I my program i have a done aa r=[Dataset(:,1) Sf] where the...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Displaying the most number of counts
A= '' 'c1' 'c2' 'c3' 'c4' 'c5' 'yar12' 'hi' 'hello' 'hi' 'hello' 'hi' 'ya...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Fetching variable from another variable
I have two sets of variables A= 'yar12' 'hi' 'hello' 'hi' 'hello' 'yar13' hello' 'hello...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Edit:Removing the shadow from image
With reference to my former question can anyone plz tell which algorithm will be best to remove shadows completely

12 years 前 | 0 个回答 | 0

0

个回答

提问


Plotting the graph for values
I have values for comparison X=[85; 96.4] bar(X) i get same colour for two values ,but i need different colour for two ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


error in subtracting
I have a code if Sparse_Conc_Index>=1 --------- --------- --------- Class_Image = (Image_Path); figure,i...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Error using msgbox
I have a code if Sparse_Conc_Index>=1 --------- --------- --------- Class_Image = (Image_Path); figure,im...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Finding Euclidean Distance
I have a matrix A = [2 4 5 7 8 ; ... 5 2 3 1 0 ; ... 8 9 1 0 3 ; ... 7 2 3 7]; i have anothe...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Morphological operation
i have an image http://imgur.com/1JK5Q i want to perform morphological operation and need to get output image as http...

12 years 前 | 1 个回答 | 0

1

个回答

提问


thresholding an image
I `have code [cA,cH,cV,cD] = dwt2(X,'Haar') my image is http://www.sendspace.com/file/d9rh3j in this i want to re...

12 years 前 | 0 个回答 | 0

0

个回答

提问


using dwt
I have two images which i have uploaded http://www.sendspace.com/file/d9rh3j http://www.sendspace.com/file/zd1rpk ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Edit-error displaying the co-efficients
I have a code for 3d dualtree x=rand(64,64,16); J=1 [Faf, Fsf] = FSfarras; [af, sf] = dualfilt1; w = dua...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Displaying iamge
I have a code x=rand(64,64,16) J=1;T=50; [Faf, Fsf] = FSfarras; [af, sf] = dualfilt1; ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


error in thresholding
I have a code x=rand(64,64,16) J=1;T=50; [Faf, Fsf] = FSfarras; [af, sf] = dualfilt1; w ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


decomposition of signals
I am working on 3d dualtree wavelet transform,now i want to decompose the image or signal into 4 low subbands and 28 high subban...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Error using ==> plot
I have a code x = rand(64,64,16); J = 1; [Faf, Fsf] = FSfarras; [af, sf] = dualfilt1;T=10; w = dua...

12 years 前 | 1 个回答 | 0

1

个回答

提问


calculating energy of an image
I have a code for dual tree 3D,in that i want to calculate energy for each subband ,please help how to calculate energy ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


reading an image
I have a code X=zeros(256,256,15) for x = 1:length(dirlist) i = imread([pathname, dirlist(x).name]); A=i...

12 years 前 | 1 个回答 | 0

1

个回答

提问


converting a image
I have some frames taken from a video,the size of each image is 512x512,I want to divide those images into 64x64x64 blocks plea...

12 years 前 | 1 个回答 | 0

1

个回答

提问


separating matrices and performing operation
I have a code A is a matrix n = numel(A); A1_30 = repmat(A,[1,1,30]); t = ones(size(A)); for j1 = 1:si...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Error in storing values
I have a code for xx = 1:length(dirlist(1:2)) x = imread([pathname, dirlist(xx).name]); x=rgb2gray(x); x...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Displaying the image
I have a code A-is a matrix n = numel(A); A1_20 = repmat(A,[1,1,20]); t = ones(size(A)); for j1 = 1:size(A1_20,3...

12 years 前 | 0 个回答 | 0

0

个回答

提问


calculating the time
I have a code which runs for 10 iterations in this i want to calculate the time for each iteration and find the minimum time fo...

12 years 前 | 2 个回答 | 0

2

个回答

提问


sorting rows
I have a matrix ,i have to sort them by "time" variable plz tell how to proceed

12 years 前 | 2 个回答 | 0

2

个回答

加载更多