5

How is it possible to encrypt multiple images using fresnel transform and inverse the operation to de-multiplex those images?

Qmechanic
  • 220,844
SKM
  • 303

1 Answers1

5

The particular application the OP is asking about might be better on Theoretical Computer Science or Math, but the long and the short of it comes down to three properties of the transform

To this we add two facts concerning holograms...

  • Holograms represent a Fresnel transform of the a three dimensional data set into a two dimensional representation.
  • If we voxelize a 3D space we get a stack of pixelized 2D images (though I imagine this necessitates finding a discrete version of the transform, but that is old hat in numeric analysis).

...and it's obvious, right?

::phew!::