JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
A simple struct to hold a pair of width/height dimensions. More...
#include <jevoisbase/Components/Saliency/env_types.h>
Public Attributes | |
env_size_t | w |
The width. | |
env_size_t | h |
The height. | |
A simple struct to hold a pair of width/height dimensions.
Definition at line 80 of file env_types.h.
env_size_t env_dims::h |
The height.
Definition at line 83 of file env_types.h.
Referenced by Saliency::drawMap(), Saliency::drawMap(), env_attenuate_borders_inplace(), env_center_surround(), env_chan_color(), env_chan_process_pyr(), env_dec_x(), env_dec_xy(), env_dec_y(), env_downsize_9_inplace(), env_grid_average(), env_img_init(), env_img_make_empty(), env_img_resize_dims(), env_lowpass_5_x_dec_x(), env_lowpass_5_y_dec_y(), env_lowpass_9(), env_lowpass_9_x(), env_lowpass_9_y(), env_max_normalize_std_inplace(), env_rescale(), env_shift_clean(), env_shift_image(), env_steerable_filter(), Saliency::getSaliencyMax(), Saliency::inhibitionOfReturn(), SaliencyGist::pasteGrayMap(), DemoCPUGPU::pasteGrayMap(), Saliency::process(), Saliency::process(), PyLicensePlate.PyLicensePlate::processGUI(), and PySceneText.PySceneText::processGUI().
env_size_t env_dims::w |
The width.
Definition at line 82 of file env_types.h.
Referenced by Saliency::drawMap(), Saliency::drawMap(), env_attenuate_borders_inplace(), env_center_surround(), env_chan_color(), env_chan_process_pyr(), env_dec_x(), env_dec_xy(), env_dec_y(), env_grid_average(), env_img_init(), env_img_make_empty(), env_img_resize_dims(), env_lowpass_5_x_dec_x(), env_lowpass_5_y_dec_y(), env_lowpass_9_x(), env_lowpass_9_y(), env_max_normalize_std_inplace(), env_rescale(), env_shift_clean(), env_shift_image(), env_steerable_filter(), Saliency::getSaliencyMax(), Saliency::inhibitionOfReturn(), SaliencyGist::pasteGrayMap(), DemoCPUGPU::pasteGrayMap(), Saliency::process(), Saliency::process(), PyLicensePlate.PyLicensePlate::processGUI(), and PySceneText.PySceneText::processGUI().