28 #ifndef DETMON_UTILS_H
29 #define DETMON_UTILS_H
41 const char * detmon_get_license(
void) ;
44 detmon_load_frameset_window(
const cpl_frameset * fset, cpl_type type,
45 cpl_size pnum, cpl_size xtnum,
46 cpl_size llx, cpl_size lly,
47 cpl_size urx, cpl_size ury,
48 cpl_size nx, cpl_size ny);
50 cpl_image * detmon_subtract_create_window(
const cpl_image * a,
57 cpl_image * detmon_subtracted_avg(
const cpl_image * on1,
58 const cpl_image * off1,
59 const cpl_image * on2,
60 const cpl_image * off2,
61 cpl_size llx, cpl_size lly,
62 cpl_size urx, cpl_size ury);