#include <iostream>
#include <fstream>
#include "segDTWT.h"
Go to the source code of this file.
Classes |
struct | TGAheader |
Defines |
#define | ALIGN_TO_BYTES 16 |
Typedefs |
typedef unsigned char | BYTE |
typedef unsigned short | WORD |
Functions |
float * | loadWrapAlignTGA (const char *name, int r, int *widthStep, Size *size) |
int | saveTGA (const char *name, float *image, int widthStep, Size size) |
void | wrapBorder_sp0_32f_C1 (float *o_data, int o_widthStep, int r, Size size) |
void | wrapBorder_symh_32f_C1 (float *o_data, int o_widthStep, int r, Size size) |
void | wrapBorder_symw_32f_C1 (float *o_data, int o_widthStep, int r, Size size) |
Define Documentation
#define ALIGN_TO_BYTES 16 |
Typedef Documentation
typedef unsigned char BYTE |
typedef unsigned short WORD |
Function Documentation
float* loadWrapAlignTGA |
( |
const char * |
name, |
|
|
int |
r, |
|
|
int * |
widthStep, |
|
|
Size * |
size | |
|
) |
| | |
int saveTGA |
( |
const char * |
name, |
|
|
float * |
image, |
|
|
int |
widthStep, |
|
|
Size |
size | |
|
) |
| | |
void wrapBorder_sp0_32f_C1 |
( |
float * |
o_data, |
|
|
int |
o_widthStep, |
|
|
int |
r, |
|
|
Size |
size | |
|
) |
| | |
void wrapBorder_symh_32f_C1 |
( |
float * |
o_data, |
|
|
int |
o_widthStep, |
|
|
int |
r, |
|
|
Size |
size | |
|
) |
| | |
void wrapBorder_symw_32f_C1 |
( |
float * |
o_data, |
|
|
int |
o_widthStep, |
|
|
int |
r, |
|
|
Size |
size | |
|
) |
| | |