Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MIT licensed

VX Bubble Pop

A sample OpenVX application that creates bubbles and donuts on a live camera feed using OpenVX graph execution and OpenCV for display.

Prerequisites

Build

These apps are built separately against an installed MIVisionX using the apps/CMakeLists.txt:

mkdir pop-build && cd pop-build
cmake ../MIVisionX/apps/bubble_pop/
make

Run

# Bubbles mode
./vxPop --bubble

# Donuts mode
./vxPop --donut