Arnold transform and reconstruction
3 views (last 30 days)
Show older comments
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.
Answers (3)
Walter Roberson
on 3 Oct 2011
if you trust it.
You can find something on hackchina.com, if you trust that.
0 Comments
Image Analyst
on 9 Mar 2019
See attached demo I've posted many times before.

2 Comments
Image Analyst
on 3 Aug 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?
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!