JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
#include <jevoisbase/Components/Saliency/env_types.h>
Go to the source code of this file.
Classes | |
struct | env_math |
Macros | |
#define | ENV_TRIG_TABSIZ ((env_size_t) 256) |
#define | ENV_TRIG_NBITS ((env_size_t) 8) |
Functions | |
void | env_init_integer_math (struct env_math *imath, const struct env_params *envp) |
#define ENV_TRIG_NBITS ((env_size_t) 8) |
Definition at line 45 of file env_math.h.
#define ENV_TRIG_TABSIZ ((env_size_t) 256) |
Definition at line 44 of file env_math.h.
void env_init_integer_math | ( | struct env_math * | imath, |
const struct env_params * | envp | ||
) |
Definition at line 44 of file env_math.c.
References env_math::costab, ENV_TRIG_TABSIZ, env_math::nbits, env_params::scale_bits, and env_math::sintab.
Referenced by Saliency::Saliency().