VlDhogFilter_ Struct Reference
#include <dhog.h>
Detailed Description
Definition at line 28 of file dhog.h.
Data Fields | |
int | width |
int | height |
int | sampling_step |
int | bin_size |
int | fast |
int | dwidth |
int | dheight |
float ** | hist |
float * | tmp |
float * | tmp2 |
float * | descr |
VlDhogKeypoint * | keys |
int | nkeys |
Field Documentation
image width
Definition at line 30 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), vl_dhog_new(), and vl_dhog_process().
image height
Definition at line 31 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), vl_dhog_new(), and vl_dhog_process().
downsampling step
Definition at line 32 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), and vl_dhog_process().
spatial bin size (in pixels)
Definition at line 33 of file dhog.h.
Referenced by _vl_dhog_new_kernel(), _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), and vl_dhog_process().
float** VlDhogFilter_::hist |
dense histograms
Definition at line 39 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), vl_dhog_delete(), vl_dhog_new(), and vl_dhog_process().
float* VlDhogFilter_::tmp |
temporary buffer
Definition at line 40 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), and vl_dhog_delete().
float* VlDhogFilter_::tmp2 |
temporary buffer
Definition at line 41 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), and vl_dhog_delete().
float* VlDhogFilter_::descr |
descriptors
Definition at line 42 of file dhog.h.
Referenced by _vl_dhog_with_flat_window(), _vl_dhog_with_gaussian_window(), vl_dhog_delete(), vl_dhog_get_descriptors(), and vl_dhog_process().
keypoints
Definition at line 43 of file dhog.h.
Referenced by vl_dhog_delete(), vl_dhog_get_keypoints(), and vl_dhog_process().
number of keypoints
Definition at line 44 of file dhog.h.
Referenced by vl_dhog_get_keypoint_num(), and vl_dhog_new().
The documentation for this struct was generated from the following file: