Arnold transform and reconstruction
Mostrar comentarios más antiguos
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 comentario
amreena najeeb
el 22 de En. de 2019
i have problem with reconstruction
Respuestas (3)
Walter Roberson
el 3 de Oct. de 2011
0 votos
if you trust it.
You can find something on hackchina.com, if you trust that.
soundar rajan
el 4 de Mzo. de 2019
0 votos
please send source code in a arnold transform using matlab
Image Analyst
el 9 de Mzo. de 2019
0 votos
See attached demo I've posted many times before.

2 comentarios
rousol makki
el 3 de Ag. de 2019
what the size of this image ??? is it 256*256 ????
Image Analyst
el 3 de Ag. de 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?
Categorías
Más información sobre Image Transforms en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!