|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Classes | |
| class | AMD_bubble_pop |
| struct | Linked_list_pop |
Typedefs | |
| typedef struct Linked_list_pop | BubbleNode |
Functions | |
| void | overlayImage (const Mat &background, const Mat &foreground, Mat &output, Point2i location) |
| BubbleNode * | insert_pop (BubbleNode *head, BubbleNode *x) |
| BubbleNode * | pop_position_delete (BubbleNode *head, int p) |
| BubbleNode * | pop_clean_node (BubbleNode *head) |
| void | draw_pop_bubbles (int, int, Mat *) |
| vx_status | VX_bubbles_pop_Register (vx_context context) |
Variables | |
| int | poppedBubbles = 0 |
| int | globalBubblesflag = 0 |
| Mat | globalBubblesRefImage |
| int | globalBubblesChange = 0 |
| Mat | bubble_PNG |
| BubbleNode * | POPbubble = NULL |
| typedef struct Linked_list_pop BubbleNode |
| void draw_pop_bubbles | ( | int | width, |
| int | height, | ||
| Mat * | Image ) |
| BubbleNode * insert_pop | ( | BubbleNode * | head, |
| BubbleNode * | x ) |
| void overlayImage | ( | const Mat & | background, |
| const Mat & | foreground, | ||
| Mat & | output, | ||
| Point2i | location ) |
| BubbleNode * pop_clean_node | ( | BubbleNode * | head | ) |
| BubbleNode * pop_position_delete | ( | BubbleNode * | head, |
| int | p ) |
| vx_status VX_bubbles_pop_Register | ( | vx_context | context | ) |
| Mat bubble_PNG |
| int globalBubblesChange = 0 |
| int globalBubblesflag = 0 |
| Mat globalBubblesRefImage |
| BubbleNode* POPbubble = NULL |
| int poppedBubbles = 0 |