PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Go to the source code of this file.
Classes | |
struct | _BmpPalEntry |
Typedefs | |
typedef struct _BmpPalEntry | BmpPalEntry |
typedef V2U_BOOL(* | V2U_SAVE_PROC) (FILE *f, int w, int h, int fmt, const void *b) |
Functions | |
V2U_BOOL | v2u_write_bmp (FILE *f, int w, int h, int fmt, const void *b) |
V2U_BOOL | v2u_write_jpeg (FILE *f, int w, int h, int fmt, const void *b) |
V2U_BOOL | v2u_write_png (FILE *f, int w, int h, int fmt, const void *b) |
Variables | |
const V2U_UINT32 | v2u_mask_bgr16 [3] |
const V2U_UINT32 | v2u_mask_rgb16 [3] |
const BmpPalEntry | v2u_palette_4bpp [16] |
const BmpPalEntry | v2u_palette_8bpp [256] |
const BmpPalEntry | v2u_palette_y8 [256] |
typedef struct _BmpPalEntry BmpPalEntry |
Definition at line 59 of file v2u_save.h.
const V2U_UINT32 v2u_mask_bgr16[3] |
const V2U_UINT32 v2u_mask_rgb16[3] |
const BmpPalEntry v2u_palette_4bpp[16] |
const BmpPalEntry v2u_palette_8bpp[256] |
const BmpPalEntry v2u_palette_y8[256] |