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 件のコメント

amreena najeeb
amreena najeeb 2019 年 1 月 22 日
i have problem with reconstruction

サインインしてコメントする。

回答 (3 件)

Walter Roberson
Walter Roberson 2011 年 10 月 3 日

0 投票

if you trust it.
You can find something on hackchina.com, if you trust that.
soundar rajan
soundar rajan 2019 年 3 月 4 日

0 投票

please send source code in a arnold transform using matlab
Image Analyst
Image Analyst 2019 年 3 月 9 日

0 投票

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

2 件のコメント

rousol makki
rousol makki 2019 年 8 月 3 日
what the size of this image ??? is it 256*256 ????
Image Analyst
Image Analyst 2019 年 8 月 3 日
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?

サインインしてコメントする。

質問済み:

2011 年 10 月 3 日

コメント済み:

2019 年 8 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by