#include <string.h>
#include <pgm.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "hsm.h"
#include "hsm_interface.h"
Go to the source code of this file.
Functions | |
hsm_buffer | create_ht_for_image (struct hsm_params *p, FILE *in, const double base[3]) |
int | main (int argc, const char **argv) |
void | write_function_on_image (int n, const double *f, int rows, FILE *out) |
void | write_ht_on_image (hsm_buffer b, FILE *out) |
Variables | |
const char * | banner = "Reads an image, computes HT, de-computes it \n\n" |
struct { | |
int debug | |
const char * file_input1 | |
const char * file_input2 | |
struct hsm_params hsmp | |
const char * prefix | |
} | p |
hsm_buffer create_ht_for_image | ( | struct hsm_params * | p, |
FILE * | in, | ||
const double | base[3] | ||
) |
Add base displacement if specified
Definition at line 159 of file hsm_test00.c.
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 29 of file hsm_test00.c.
void write_function_on_image | ( | int | n, |
const double * | f, | ||
int | rows, | ||
FILE * | out | ||
) |
Definition at line 109 of file hsm_test00.c.
void write_ht_on_image | ( | hsm_buffer | b, |
FILE * | out | ||
) |
Definition at line 138 of file hsm_test00.c.
const char* banner = "Reads an image, computes HT, de-computes it \n\n" |
Definition at line 10 of file hsm_test00.c.
int debug |
Definition at line 18 of file hsm_test00.c.
const char* file_input1 |
Definition at line 14 of file hsm_test00.c.
const char* file_input2 |
Definition at line 15 of file hsm_test00.c.
struct hsm_params hsmp |
Definition at line 20 of file hsm_test00.c.
struct { ... } p |
const char* prefix |
Definition at line 17 of file hsm_test00.c.