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
VlDhogKeypointkeys
int nkeys

Field Documentation

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().

be fast but more approximated

Definition at line 34 of file dhog.h.

downsampled width

Definition at line 36 of file dhog.h.

Referenced by vl_dhog_new().

downsampled height

Definition at line 37 of file dhog.h.

Referenced by vl_dhog_new().

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().

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().

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: