CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_pop_bubble.cpp File Reference
#include <string>
#include "internal_publishKernels.h"

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)
 
BubbleNodeinsert_pop (BubbleNode *head, BubbleNode *x)
 
BubbleNodepop_position_delete (BubbleNode *head, int p)
 
BubbleNodepop_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
 
BubbleNodePOPbubble = NULL
 

Typedef Documentation

◆ BubbleNode

typedef struct Linked_list_pop BubbleNode

Function Documentation

◆ draw_pop_bubbles()

void draw_pop_bubbles ( int width,
int height,
Mat * Image )

◆ insert_pop()

BubbleNode * insert_pop ( BubbleNode * head,
BubbleNode * x )

◆ overlayImage()

void overlayImage ( const Mat & background,
const Mat & foreground,
Mat & output,
Point2i location )

◆ pop_clean_node()

BubbleNode * pop_clean_node ( BubbleNode * head)

◆ pop_position_delete()

BubbleNode * pop_position_delete ( BubbleNode * head,
int p )

◆ VX_bubbles_pop_Register()

vx_status VX_bubbles_pop_Register ( vx_context context)

Variable Documentation

◆ bubble_PNG

Mat bubble_PNG

◆ globalBubblesChange

int globalBubblesChange = 0

◆ globalBubblesflag

int globalBubblesflag = 0

◆ globalBubblesRefImage

Mat globalBubblesRefImage

◆ POPbubble

BubbleNode* POPbubble = NULL

◆ poppedBubbles

int poppedBubbles = 0