|
Bsoft 2.1.4
Bernard's software package
|
Library for 2D and 3D image I/O. More...
#include "rwimg.h"#include "file_util.h"#include "UnitCell.h"#include "Complex.h"#include "Vector3.h"#include "utilities.h"#include "rwRAW.h"#include "rwASCII.h"#include "rwBCR.h"#include "rwBIORAD.h"#include "rwBRIX.h"#include "rwBrookhavenSTEM.h"#include "rwCCP4.h"#include "rwDI.h"#include "rwDM.h"#include "rwDSN6.h"#include "rwDX.h"#include "rwEER.h"#include "rwEM.h"#include "rwGOODFORD.h"#include "rwGRD.h"#include "rwHKL.h"#include "rwIMAGIC.h"#include "rwIP.h"#include "rwJPEG.h"#include "rwkernel.h"#include "rwMFF.h"#include "rwMIFF.h"#include "rwMRC.h"#include "rwND2.h"#include "rwPIC.h"#include "rwPIF.h"#include "rwPNG.h"#include "rwPNM.h"#include "rwPostScript.h"#include "rwSER.h"#include "rwSitus.h"#include "rwSPE.h"#include "rwSPIDER.h"#include "rwSUPRIM.h"#include "rwTGA.h"#include "rwTIFF.h"#include "rwXPLOR.h"Functions | |
| Bimage * | read_img (char *filename, int readdata, int img_select) |
| General driver function to read multiple image formats. More... | |
| Bimage * | read_img (Bstring filename, int readdata, int img_select) |
| Bimage * | read_img (string filename, int readdata, int img_select) |
| int | write_img (const char *filename, Bimage *p, int compression) |
| General driver function to write multiple image formats. More... | |
| int | write_img (Bstring filename, Bimage *p, int compression) |
| int | write_img (string filename, Bimage *p, int compression) |
| int | img_convert_fourier_one (Bimage *p, Complex< float > *nufdata, int n, long hermx, long friedel, long oldx, long nux, long xo1, long xo2, long yo1, long yo2, long zo1, long zo2, int z_even, int y_even) |
| int | img_convert_fourier (Bimage *p, FourierType nutransform) |
| Converts Fourier transform types. More... | |
Variables | |
| int | verbose |
| string | command |
| const char * | month [] |
Library for 2D and 3D image I/O.
| int img_convert_fourier | ( | Bimage * | p, |
| FourierType | nutransform | ||
| ) |
Converts Fourier transform types.
| *p | the image. |
| nutransform | new transform type. |
| int img_convert_fourier_one | ( | Bimage * | p, |
| Complex< float > * | nufdata, | ||
| int | n, | ||
| long | hermx, | ||
| long | friedel, | ||
| long | oldx, | ||
| long | nux, | ||
| long | xo1, | ||
| long | xo2, | ||
| long | yo1, | ||
| long | yo2, | ||
| long | zo1, | ||
| long | zo2, | ||
| int | z_even, | ||
| int | y_even | ||
| ) |
| Bimage * read_img | ( | char * | filename, |
| int | readdata, | ||
| int | img_select | ||
| ) |
General driver function to read multiple image formats.
| filename | file name (plus any tags for the RAW format). |
| readdata | flag to activate reading of image data. |
| img_select | image selection in multi-image file (-1 = all images). |
| Bimage * read_img | ( | string | filename, |
| int | readdata, | ||
| int | img_select | ||
| ) |
| int write_img | ( | const char * | filename, |
| Bimage * | p, | ||
| int | compression | ||
| ) |
General driver function to write multiple image formats.
| filename | file name (plus any tags for the RAW format). |
| *p | the image structure. |
| compression | compression type: 0=none, 5=LZW(Tiff) |
| int write_img | ( | string | filename, |
| Bimage * | p, | ||
| int | compression | ||
| ) |
|
extern |
| const char* month[] |
|
extern |