Arnold transform and reconstruction

Please someone give me the source code of Arnold trnasform and reconstruction for image. If providing source code is not possible,atleast give me some instructions.
thanks in advance.

Risposte (3)

Image Analyst
Image Analyst il 9 Mar 2019

0 voti

See attached demo I've posted many times before.
0000 Screenshot.png

2 Commenti

what the size of this image ??? is it 256*256 ????
Looks like it's around 202 or so. You can get the size from these lines of code in the demo
% Get the dimensions of the image.
% numberOfColorChannels should be = 1 for a gray scale image, and 3 for an RGB color image.
[rows, columns, numberOfColorChannels] = size(grayImage);
Did you see them? Why does it matter anyway?

Accedi per commentare.

Richiesto:

il 3 Ott 2011

Commentato:

il 3 Ago 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by