|
plastimatch
|
#include "plmbase_config.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "file_util.h"#include "hnd_io.h"#include "path_util.h"#include "plm_math.h"#include "proj_image.h"#include "proj_matrix.h"Functions | |
| static void | raw_load (Proj_image *proj, const char *img_filename) |
| static void | raw_save (Proj_image *proj, const char *img_filename) |
| static void | pfm_load (Proj_image *proj, const char *img_filename) |
| static void | pfm_save (Proj_image *proj, const char *img_filename) |
| static void | pgm_save (Proj_image *proj, const char *img_filename) |
| static void | mat_load (Proj_image *proj, const char *mat_filename) |
| static void | mat_load_by_img_filename (Proj_image *proj, const char *img_filename) |
| void | proj_image_create_pmat (Proj_image *proj) |
| void | proj_image_create_img (Proj_image *proj, int dim[2]) |
|
static |
|
static |
|
static |
|
static |
|
static |
| void proj_image_create_img | ( | Proj_image * | proj, |
| int | dim[2] ) |
| void proj_image_create_pmat | ( | Proj_image * | proj | ) |
|
static |
|
static |