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.
댓글 수: 1
amreena najeeb
2019년 1월 22일
i have problem with reconstruction
답변 (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!