Question


how to merge the four arrays into one array
*how to merge the four arrays into one array*

12 years ago | 2 answers | 0

2

answers

Question


HOW TO MOVE THE ELEMENTS BACK IN ORDER IN MATRICS WHICH ARE BEEN MOVED DIAGONALLY
1 4 6 8 2 3 7 9 5 all elements are move diagonally one pixel for m*n matix WHEN APPLYING THE FOLLOWING CODE I = [ ...

12 years ago | 1 answer | 0

1

answer

Answered
DWT matlab code for image watermarking
function [I_W , S] = func_DWT(I, level, Lo_D, Hi_D); % Matlab implementation of SPIHT (without Arithmatic coding stage) % % W...

12 years ago | 0

Question


HOW TO MOVE THE DIAGONAL ELEMENTS IN MATRIX (ONE PIXELS) FOR IMAGE PROCESSING
how to move the array 1 4 6 8 2 3 7 9 5 all elements are move diagonally one pixel for m*n matix ...

12 years ago | 1 answer | 0

1

answer

Answered
Matrix Size of my images
first store your array in a particular name for ex A= 1 2 3 4 5 6 7 8 9 then [m,n] = size(A) shown the si...

12 years ago | 0

Answered
Double interpolation in Matlab
% Tschebyscheff and Equi-interval method for interpolation program % Function f(x)=1/(25*x^2) clear a...

12 years ago | 0

Question


HOW TO MOVE THE DIAGONAL ELEMENTS IN MATRIX (ONE PIXELS) FOR IMAGE PROCESSING
HOW TO MOVE THE DIAGONAL ELEMENTS IN MATRIX (ONE PIXELS) FOR IMAGE PROCESSING

12 years ago | 3 answers | 0

3

answers