Community Profile

photo

kaavya subramani


Con actividad desde 2015

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 4

Ver insignias

Feeds

Ver por

Pregunta


hi i have 1x36 cell,each cell contains 2x2 cell, how to convert it into 4x36 double in matlab
plz help me

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


hi,how to convert 6x6 cell into 1x36 cell in matlab
(i.e) i need answer all cells in single row

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Hi, i have pk=1x6 cell,each cell contains 192x192 data, i need to divide each 192x192 data into 3x3,then perfrom "AND",i.e result=64x64x6
plz check whether my code is correct fun=@(block_struct) sum(block_struct.data); for ol=1:length(pk) result(:,:,ol)=b...

más de 7 años hace | 1 respuesta | 0

1

respuesta

2

respuestas

Pregunta


I have one doubt, i have t=1x16x32 double, i need to store these into matrix form.
(i.e) i have value(:,:,1) column 1 to 16 (values: 1 4 6 7...............till 16th value) but now i want to be like matrix=[32...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plz help me to store center values alone in matrix form according to 3x3 blocks,also i need to convert binary into decimal in form of idx=[1 2 3 6 9 8 7 4] and save these values in another matrix, i attach my code below
k=imread('D:\research work\clock.tiff'); [rows, columns] = size(k); thresholds = k(2:3:end, 2:3:end); % Get centers of 3...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


sir, plz help me to solve this errror, i attach my code here
k=imread('D:\research work\clock.tiff');%192x192 double [rows, columns] = size(k); thresholds = k(2:3:end, 2:3:end); % Get cen...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plz rectify the error while doing background subtraction, i got error like "reference to non-existant field 'read'.i attach my code here, plz lookafter it
bk_downsample = 300; %The downsample factor for frame averaging disp('Opening video...') vob = mmread('D:\research work\videos...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Sir, plz help me with matlab code
my matrix is k=[0 -1 1 1;0 -1 1 1;0 1 1 -1;0 -1 1 -1]; i need to perform xor operation for each row and get single value,plz......

más de 7 años hace | 0 respuestas | 0

0

respuestas

0

respuestas

Pregunta


Sir plz help me to rectify this error
X=reshape(x,size(Y)); where x=1; and Y=256 * 256 uint8 I got the error like this "To RESHAPE the number of element...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Hi, i need to divide all 5 images into 16x16 block, then perform "minus" operation (i.e 1st from 3rd image, then calculate "mean").Likewise for (3rd and 5th image) and (2nd and 4th image) using block process
Thanks a lot sir, i have tried code using those 2 function, please check whether it is correct. n=16*ones(1,16) k=[img1 img2 i...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Respondida
Hi, i need to divide all 5 images into 16x16 block, then perform "minus" operation (i.e 1st from 3rd image, then calculate "mean").Likewise for (3rd and 5th image) and (2nd and 4th image) using block process
Thanks a lot sir, i have tried code using those 2 function, please check whether it is correct. n=16*ones(1,16) k=[img1 ...

casi 8 años hace | 0

Pregunta


plz see my code and save 'mj' result
ci=1; mj=[]; for vi=1:length(kp) if kp(vi)>=450 mj(ci)=vi; ci=ci+1; end ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

1

respuesta

Pregunta


Hi i tried 2d dwt without inbuilt function8,but i am getting error as"Dimensions of matrices being concatenated are not consistent."
My code is f=image(2562x256) h='haar' N = length(h); L = length(f); c = f; h0 = fliplr(h); % Sca...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I am getting error while performing dct and dwt for images,please correct it or give some suggestions.Thanks in advance
1) for ii=1:length(yy1)%yy1 contains 2 cells of size 192x192x3 dwt{1,ii}=dwt(yy1{ii},'db4');% i need to store approximat...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Cargar más