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

Go to the source code of this file.

Functions

void env_pyr_init (struct env_pyr *pyr, const env_size_t n)
 Construct with a given number of empty images.
 
void env_pyr_make_empty (struct env_pyr *dst)
 
void env_pyr_swap (struct env_pyr *pyr1, struct env_pyr *pyr2)
 Swap contents with another env_pyr.
 
void env_pyr_copy_src_dst (const struct env_pyr *src, struct env_pyr *dst)
 

Function Documentation

◆ env_pyr_copy_src_dst()

void env_pyr_copy_src_dst ( const struct env_pyr src,
struct env_pyr dst 
)

◆ env_pyr_init()

◆ env_pyr_make_empty()

◆ env_pyr_swap()

void env_pyr_swap ( struct env_pyr pyr1,
struct env_pyr pyr2 
)