JeVoisBase  1.21
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
env_motion_channel.c File Reference
Include dependency graph for env_motion_channel.c:

Go to the source code of this file.

Functions

void env_motion_channel_init (struct env_motion_channel *chan, const struct env_params *envp)
 
void env_motion_channel_destroy (struct env_motion_channel *chan)
 
void env_motion_channel_input_and_consume_pyr (struct env_motion_channel *chan, const char *tagName, const struct env_params *envp, const struct env_math *imath, const struct env_dims inputdims, struct env_pyr *unshiftedCur, env_chan_status_func *status_func, void *status_userdata, struct env_image *result)
 env_motion_channel only requires luminosity input
 

Function Documentation

◆ env_motion_channel_destroy()

◆ env_motion_channel_init()

◆ env_motion_channel_input_and_consume_pyr()

void env_motion_channel_input_and_consume_pyr ( struct env_motion_channel chan,
const char *  tagName,
const struct env_params envp,
const struct env_math imath,
const struct env_dims  inputdims,
struct env_pyr lowpass5,
env_chan_status_func status_func,
void *  status_userdata,
struct env_image result 
)