Name
rot_avg_image - Generates a 2D or 3D image that contains a rotational average of the input 2D or 3D image
Usage
output = rot_avg_image(image)
Input
- image
- 2D or 3D real image, can be in-core image or string of file name on the disk.
Output
- output
- rotationally averaged image of the original image
Discription
- Rotation center is nx/2, ny/2.
- The program use the edge value of the rotational circle to pad image corner.
Author / Maintainer
Zhengfan Yang
Keywords
- category 1
- FUNDAMENTALS
- category 2
- SPATIAL
Files
fundamentals.py
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect. Zhong added corner padding.