CWO++library
0.32
Main Page
Modules
Classes
Files
Examples
All
Classes
Functions
Variables
Groups
Amplitude CGH
This code is to calculate an amplitude CGH.
CWO
a;
a.
Load
(
"sample.bmp"
);
//Load image file
a.
Diffract(0.1,
CWO_ANGULAR
);
//Calculate diffraction from the image using the angular spectrum method
a.
Re
();
//Taking the real part from the diffracted result
a.Scale(255);
// Convert the intensity to 256 gray scale data
a.
Save
(
"diffract.bmp"
);
//Save the intensity as bitmap file
CGH
Generated on Mon Apr 2 2018 13:35:29 for CWO++library by
1.8.1