#include "volume.h"
#include "image.h"
#include "proto2D.h"
Go to the source code of this file.
Data Structures | |
struct | hw_coef_entire_image_t |
struct | hw_coef_on_window_t |
Functions | |
param * | hw_coef_entire_image_lect (hw_coef_entire_image_t *des, param *ptp, char *debq) |
int | hw_coef_entire_image_init (hw_coef_entire_image_t *des, ima3Du1 *imaIn, ima3Du1 *imaOut) |
int | hw_coef_entire_image_calc (hw_coef_entire_image_t *des, ima3Du1 *imaIn, ima3Du1 *imaOut) |
param * | hw_coef_on_window_lect (hw_coef_on_window_t *des, param *ptp, char *debq) |
int | hw_coef_on_window_init (hw_coef_on_window_t *des, ima3Du1 *imaIn, ima3Du1 *imaOut) |
int | hw_coef_on_window_calc (hw_coef_on_window_t *des, ima3Du1 *imaIn, ima3Du1 *imaOut) |
int | hw_coef_on_window_ferm (hw_coef_on_window_t *des) |
int hw_coef_entire_image_calc | ( | hw_coef_entire_image_t * | des, | |
ima3Du1 * | imaIn, | |||
ima3Du1 * | imaOut | |||
) |
Definition at line 94 of file lhaar_wavelet.c.
References ima3Du1::data, ima3Du1::dimx, ima3Du1::dimy, ima3Du1::dimz, and hw_coef_entire_image_t::scale.
int hw_coef_entire_image_init | ( | hw_coef_entire_image_t * | des, | |
ima3Du1 * | imaIn, | |||
ima3Du1 * | imaOut | |||
) |
Definition at line 73 of file lhaar_wavelet.c.
References allouer_ima3Du1(), ima3Du1::dept, ima3Du1::dimx, ima3Du1::dimy, and ima3Du1::dimz.
param* hw_coef_entire_image_lect | ( | hw_coef_entire_image_t * | des, | |
param * | ptp, | |||
char * | debq | |||
) |
int hw_coef_on_window_calc | ( | hw_coef_on_window_t * | des, | |
ima3Du1 * | imaIn, | |||
ima3Du1 * | imaOut | |||
) |
Definition at line 386 of file lhaar_wavelet.c.
References ima3Du1::data, hw_coef_on_window_t::densite, ima3Du1::dimx, ima3Du1::dimy, ima3Du1::dimz, hw_coef_on_window_t::feature, hw_coef_on_window_t::imaCoef, hw_coef_on_window_t::imaVal, hw_coef_on_window_t::scale, hw_coef_on_window_t::win_opt_x, hw_coef_on_window_t::win_opt_y, and hw_coef_on_window_t::win_opt_z.
int hw_coef_on_window_ferm | ( | hw_coef_on_window_t * | des | ) |
Definition at line 360 of file lhaar_wavelet.c.
References hw_coef_on_window_t::densite, hw_coef_on_window_t::imaCoef, hw_coef_on_window_t::imaVal, and liberer_ima3Du1().
int hw_coef_on_window_init | ( | hw_coef_on_window_t * | des, | |
ima3Du1 * | imaIn, | |||
ima3Du1 * | imaOut | |||
) |
Definition at line 319 of file lhaar_wavelet.c.
References allouer_ima3Du1(), hw_coef_on_window_t::densite, ima3Du1::dept, ima3Du1::dimx, ima3Du1::dimy, ima3Du1::dimz, hw_coef_on_window_t::imaCoef, hw_coef_on_window_t::imaVal, ima3Du1::lgtete, hw_coef_on_window_t::scale, hw_coef_on_window_t::win_opt_x, hw_coef_on_window_t::win_opt_y, hw_coef_on_window_t::win_opt_z, hw_coef_on_window_t::win_x, hw_coef_on_window_t::win_y, and hw_coef_on_window_t::win_z.
param* hw_coef_on_window_lect | ( | hw_coef_on_window_t * | des, | |
param * | ptp, | |||
char * | debq | |||
) |
Definition at line 266 of file lhaar_wavelet.c.
References hw_coef_on_window_t::direction, hw_coef_on_window_t::feature, hw_coef_on_window_t::scale, hw_coef_on_window_t::win_x, hw_coef_on_window_t::win_y, and hw_coef_on_window_t::win_z.