#include <greycstoration.h>
Public Member Functions | |
_greycstoration_params () | |
Public Attributes | |
bool | patch_based |
float | amplitude |
float | sharpness |
float | anisotropy |
float | alpha |
float | sigma |
float | gfact |
float | dl |
float | da |
float | gauss_prec |
unsigned int | interpolation |
unsigned int | patch_size |
float | sigma_s |
float | sigma_p |
unsigned int | lookup_size |
CImg< T > * | source |
const CImg< unsigned char > * | mask |
CImg< T > * | temporary |
unsigned long * | counter |
unsigned int | tile |
unsigned int | tile_border |
unsigned int | thread |
unsigned int | nb_threads |
bool | fast_approx |
bool | is_running |
bool * | stop_request |
void * | mutex |
Definition at line 60 of file greycstoration.h.
_greycstoration_params::_greycstoration_params | ( | ) | [inline] |
Definition at line 105 of file greycstoration.h.
Definition at line 69 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 66 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 68 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
unsigned long* _greycstoration_params::counter |
Definition at line 87 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_progress(), greycstoration_run(), and if().
Definition at line 73 of file greycstoration.h.
Referenced by greycstoration_progress(), greycstoration_run(), and if().
Definition at line 72 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 92 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_run(), and if().
Definition at line 74 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 71 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
unsigned int _greycstoration_params::interpolation |
Definition at line 75 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 93 of file greycstoration.h.
Referenced by greycstoration_is_running(), greycstoration_patch_run(), greycstoration_run(), and greycstoration_stop().
unsigned int _greycstoration_params::lookup_size |
Definition at line 81 of file greycstoration.h.
Referenced by greycstoration_patch_run(), and if().
const CImg<unsigned char>* _greycstoration_params::mask |
Definition at line 85 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_run(), and if().
Definition at line 101 of file greycstoration.h.
Referenced by greycstoration_mutex_create(), greycstoration_mutex_destroy(), greycstoration_mutex_lock(), greycstoration_mutex_unlock(), greycstoration_patch_run(), and greycstoration_run().
unsigned int _greycstoration_params::nb_threads |
Definition at line 91 of file greycstoration.h.
Referenced by greycstoration_mutex_create(), greycstoration_mutex_destroy(), greycstoration_mutex_lock(), greycstoration_mutex_unlock(), greycstoration_patch_run(), greycstoration_run(), and if().
Definition at line 63 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_progress(), greycstoration_run(), and if().
unsigned int _greycstoration_params::patch_size |
Definition at line 78 of file greycstoration.h.
Referenced by greycstoration_patch_run(), and if().
Definition at line 67 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 70 of file greycstoration.h.
Referenced by greycstoration_run(), and if().
Definition at line 80 of file greycstoration.h.
Referenced by greycstoration_patch_run(), and if().
Definition at line 79 of file greycstoration.h.
Referenced by greycstoration_patch_run(), and if().
CImg<T>* _greycstoration_params::source |
Definition at line 84 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_run(), and if().
Definition at line 94 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_run(), greycstoration_stop(), and if().
CImg<T>* _greycstoration_params::temporary |
Definition at line 86 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_run(), and if().
unsigned int _greycstoration_params::thread |
Definition at line 90 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_run(), and if().
unsigned int _greycstoration_params::tile |
Definition at line 88 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_progress(), greycstoration_run(), and if().
unsigned int _greycstoration_params::tile_border |
Definition at line 89 of file greycstoration.h.
Referenced by greycstoration_patch_run(), greycstoration_progress(), greycstoration_run(), and if().