plastimatch
|
#include "plmbase_config.h"
#include <stdio.h>
#include <stdlib.h>
#include "compiler_warnings.h"
#include "file_util.h"
#include "hnd_io_p.h"
#include "hnd_io.h"
#include "plm_math.h"
#include "print_and_exit.h"
#include "proj_image.h"
#include "proj_matrix.h"
Macros | |
#define | HND_INTENSITY_MAX (139000) |
Functions | |
static void | hnd_adjust_intensity (Proj_image *proj) |
static void | hnd_set_proj_matrix (Proj_image *proj, double angle, double sad, double sid, const double xy_offset[2]) |
void | hnd_load (Proj_image *proj, const char *fn, const double xy_offset[2]) |
#define HND_INTENSITY_MAX (139000) |
|
static |
void hnd_load | ( | Proj_image * | proj, |
const char * | fn, | ||
const double | xy_offset[2] ) |
|
static |