JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
This class implements a set of images, often used as a dyadic pyramid. More...
#include <jevoisbase/Components/Saliency/env_pyr.h>
Public Attributes | |
struct env_image * | images |
env_size_t | depth |
This class implements a set of images, often used as a dyadic pyramid.
env_size_t env_pyr::depth |
Definition at line 48 of file env_pyr.h.
Referenced by env_chan_color(), env_chan_color_rgby(), env_chan_direction(), env_chan_flicker(), env_motion_channel_input_and_consume_pyr(), env_pyr_build_lowpass_5(), env_pyr_build_steerable_from_hipass_9(), env_pyr_copy_src_dst(), env_pyr_init(), and env_pyr_make_empty().
struct env_image* env_pyr::images |
Definition at line 47 of file env_pyr.h.
Referenced by env_pyr_copy_src_dst(), env_pyr_init(), and env_pyr_make_empty().