Arnold transform and reconstruction
Afficher commentaires plus anciens
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.
1 commentaire
amreena najeeb
le 22 Jan 2019
i have problem with reconstruction
Réponses (3)
Walter Roberson
le 3 Oct 2011
0 votes
if you trust it.
You can find something on hackchina.com, if you trust that.
soundar rajan
le 4 Mar 2019
0 votes
please send source code in a arnold transform using matlab
Image Analyst
le 9 Mar 2019
0 votes
See attached demo I've posted many times before.

2 commentaires
rousol makki
le 3 Août 2019
what the size of this image ??? is it 256*256 ????
Image Analyst
le 3 Août 2019
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?
Catégories
En savoir plus sur Image Transforms dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!