Bsoft function

img_unpack_combined_transform

Source:

src/img/img_complex.c

Description:

Unpacks a complex transform obtained from two real images.

Algorithm:

	The complex image must be a Fourier transform obtained from two real 

space images which were packed into the real and imaginary parts
of the complex image before Fourier transformation.
The input image is used to hold the transform of the first image.
A new image is created to hold the transform of the second image.
Both these images are complex floating point.
Note: Images with even dimensions cannot be unpacked exactly because
the inverse is not present when x=nx/2 or y=ny/2 or z=nz/2.

Arguments:

Bimage* pcomplex Fourier transform from two real space images.

Returns:

Bimage* transform of first image.

Prototype:

Bimage* img_unpack_combined_transform(Bimage* p)

Functions used:

balloc

Other objects included:

struct Bimage
struct Bmarker


Generated by bdoc.pl on Mon Jun 15 11:47:39 2009


Back to the Bsoft home