Go to the source code of this file.
Data Structures | |
struct | ImgMosaicObj |
HW Mosaic Module Data Structure. More... | |
Functions | |
vx_status | app_init_img_mosaic (vx_context context, ImgMosaicObj *imgMosaicObj, char *objName, vx_int32 bufq_depth) |
Mosaic module init helper function. More... | |
void | app_deinit_img_mosaic (ImgMosaicObj *imgMosaicObj, vx_int32 bufq_depth) |
Mosaic module deinit helper function. More... | |
void | app_delete_img_mosaic (ImgMosaicObj *imgMosaicObj) |
Mosaic module delete helper function. More... | |
vx_status | app_create_graph_img_mosaic (vx_graph graph, ImgMosaicObj *imgMosaicObj, vx_image background) |
Mosaic module create helper function. More... | |
vx_status | writeMosaicOutput (char *file_name, vx_image out_img) |
Mosaic module write image helper function. More... | |