Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.03 KB

README.md

File metadata and controls

55 lines (34 loc) · 2.03 KB

MIT licensed

OpenVX Samples

Khronos OpenVX™ is an open, royalty-free standard for cross-platform acceleration of computer vision applications. OpenVX enables a performance and power-optimized computer vision processing, especially important in embedded and real-time use cases such as face, body, and gesture tracking, smart video surveillance, advanced driver assistance systems (ADAS), object and scene reconstruction, augmented reality, visual inspection, robotics and more.

In this project, we provide OpenVX sample applications to use with any conformant implementation of OpenVX.

VX Bubble Pop Sample

In this sample we will create an OpenVX graph to run VX Bubble Pop on a live camera. This sample application uses OpenCV to decode input image, draw bubbles/donuts and display the output.

Prerequisites

Steps to run the Bubble Pop sample

  • Step - 1: Clone the MIVisionX project
cd ~/ && mkdir OpenVX-bubble-pop
cd OpenVX-bubble-pop/
git clone https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX
  • Step - 2: CMake and Build the pop application
mkdir pop-build && cd pop-build
cmake ../MIVisionX/apps/bubble_pop/
make
  • Step - 3: Run VX Pop application
  • Bubbles
./vxPop --bubble
  • Donuts
./vxPop --donut