
Public Attributes | |
| enum env_maxnorm_type | maxnorm_type |
| intg32 | range_thresh |
| env_size_t | scale_bits |
| env_size_t | num_motion_directions |
| byte | motion_thresh |
| byte | flicker_thresh |
| byte | multiscale_flicker |
| env_size_t | num_orientations |
| number of Gabor subchannels | |
| env_size_t | cs_lev_min |
| env_size_t | cs_lev_max |
| env_size_t | cs_del_min |
| env_size_t | cs_del_max |
| env_size_t | output_map_level |
| the pyramid level at which the feature map is taken | |
| byte | chan_i_weight |
| byte | chan_c_weight |
| byte | chan_o_weight |
| byte | chan_f_weight |
| byte | chan_m_weight |
| int(* | submapPreProc )(const char *tagName, env_size_t clev, env_size_t slev, struct env_image *submap, const struct env_image *center, const struct env_image *surround) |
| int(* | submapPostNormProc )(const char *tagName, env_size_t clev, env_size_t slev, struct env_image *submap, const struct env_image *center, const struct env_image *surround) |
| int(* | submapPostProc )(const char *tagName, struct env_image *cmap) |
Definition at line 45 of file env_params.h.
| env_size_t env_params::num_orientations |
number of Gabor subchannels
Definition at line 56 of file env_params.h.
Referenced by env_chan_orientation(), env_mt_chan_orientation(), EnvVisualCortexBase::paramChanged(), and EnvVisualCortexBase::start1().
| env_size_t env_params::output_map_level |
the pyramid level at which the feature map is taken
Definition at line 61 of file env_params.h.
Referenced by EnvVisualCortexBase::getMapLevel(), and EnvVisualCortexBase::start1().
1.6.3