
Go to the source code of this file.
Functions | |
| void | create_histograms (float *h, int nmh, int nh, int mh, int *vws, int nvw, int mvw, float *bboxes, int nbboxes, int mbboxes) |
| void | ehbsw_pownorm (float *scores, int dim_out, int *vw_ima, int height, int width, int half_win_size, int d, float *classifier) |
| void | gen_windows (float *bboxes_gw, int nmbboxes_gw, int *used, int xstep, int ystep, int widthmin, int widthmax, int widthstep, float *whratios, int nwhratios, int xmax, int ymax) |
| int | main (void) |
| void create_histograms | ( | float * | h, |
| int | nmh, | ||
| int | nh, | ||
| int | mh, | ||
| int * | vws, | ||
| int | nvw, | ||
| int | mvw, | ||
| float * | bboxes, | ||
| int | nbboxes, | ||
| int | mbboxes | ||
| ) |
Definition at line 30 of file ehbsw_if_py.cpp.
| void ehbsw_pownorm | ( | float * | scores, |
| int | dim_out, | ||
| int * | vw_ima, | ||
| int | height, | ||
| int | width, | ||
| int | half_win_size, | ||
| int | d, | ||
| float * | classifier | ||
| ) |
Definition at line 16 of file ehbsw_if_py.cpp.
| void gen_windows | ( | float * | bboxes_gw, |
| int | nmbboxes_gw, | ||
| int * | used, | ||
| int | xstep, | ||
| int | ystep, | ||
| int | widthmin, | ||
| int | widthmax, | ||
| int | widthstep, | ||
| float * | whratios, | ||
| int | nwhratios, | ||
| int | xmax, | ||
| int | ymax | ||
| ) |
Definition at line 57 of file ehbsw_if_py.cpp.
| int main | ( | void | ) |
Definition at line 90 of file ehbsw_if_py.cpp.