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.
回答(3 个)
Walter Roberson
2011-10-3
0 个投票
if you trust it.
You can find something on hackchina.com, if you trust that.
soundar rajan
2019-3-4
0 个投票
please send source code in a arnold transform using matlab
Image Analyst
2019-3-9
0 个投票
See attached demo I've posted many times before.

2 个评论
rousol makki
2019-8-3
what the size of this image ??? is it 256*256 ????
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Image Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!