JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
#include <jevoisbase/Components/Saliency/env_image.h>
Go to the source code of this file.
Functions | |
void | env_img_init (struct env_image *img, const struct env_dims d) |
void | env_img_swap (struct env_image *img1, struct env_image *img2) |
void | env_img_make_empty (struct env_image *img) |
void | env_img_resize_dims (struct env_image *img, const struct env_dims d) |
void | env_img_copy_src_dst (const struct env_image *src, struct env_image *dst) |
Definition at line 76 of file env_image.c.
References env_image::dims, and env_img_resize_dims().
Referenced by env_dec_x(), env_dec_xy(), env_dec_y(), env_lowpass_5_x_dec_x(), env_lowpass_5_y_dec_y(), env_lowpass_9_x(), env_pyr_build_lowpass_5(), env_pyr_copy_src_dst(), and env_rescale().
Definition at line 41 of file env_image.c.
References env_image::dims, env_allocate(), env_dims::h, env_image::pixels, and env_dims::w.
Referenced by env_chan_color(), env_chan_flicker(), env_chan_process_pyr(), env_downsize_9_inplace(), env_lowpass_9(), env_steerable_filter(), Saliency::process(), and Saliency::process().
void env_img_make_empty | ( | struct env_image * | img | ) |
Definition at line 56 of file env_image.c.
References env_image::dims, env_deallocate(), env_dims::h, env_image::pixels, and env_dims::w.
Referenced by env_chan_color(), env_chan_color_rgby(), env_chan_direction(), env_chan_flicker(), env_chan_msflicker(), env_chan_orientation(), env_chan_process_pyr(), env_downsize_9_inplace(), env_lowpass_9(), env_motion_channel_input_and_consume_pyr(), env_pyr_build_hipass_9(), env_pyr_build_lowpass_5(), env_pyr_copy_src_dst(), env_pyr_make_empty(), env_shift_clean(), env_shift_image(), env_steerable_filter(), Saliency::process(), Saliency::process(), and Saliency::~Saliency().
Definition at line 64 of file env_image.c.
References env_image::dims, env_allocate(), env_deallocate(), env_dims::h, env_image::pixels, and env_dims::w.
Referenced by env_chan_direction(), env_chan_orientation(), env_chan_process_pyr(), env_dec_x(), env_dec_xy(), env_dec_y(), env_img_copy_src_dst(), env_lowpass_5_x_dec_x(), env_lowpass_5_y_dec_y(), env_motion_channel_input_and_consume_pyr(), env_pyr_build_hipass_9(), and env_pyr_build_steerable_from_hipass_9().
Definition at line 48 of file env_image.c.
Referenced by env_chan_process_pyr(), env_downsize_9_inplace(), env_lowpass_9(), env_steerable_filter(), Saliency::process(), and Saliency::process().