#include "imageLoad.h"
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) |
float* loadWrapAlignTGA | ( | const char * | name, | |
int | r, | |||
int * | widthStep, | |||
Size * | size | |||
) |
Funkce
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 | |||
) |