CoreFlow 1.0.0
A modern orchestration and execution runtime
|
For teams that need compliance with the Khronos OpenVX™ standard, CoreFlow provides a modern execution runtime with seamless integration into OpenVX. This means you can develop with familiar OpenVX APIs while taking advantage of CoreFlow’s portability and optimized execution.
This section provides sample applications that showcase potential usage or may used as reference to develop your own products.
This sample demonstrates creating and running an OpenVX graph to run Bubble Pop on a live camera. This sample application uses OpenCV to decode input image, draw bubbles/donuts and display the output.
Bubbles
Donuts
This sample demonstrates creating and running an OpenVX graph to run canny edge detection on an image or a live camera. This sample application uses OpenCV to decode input image and display the output.
Live
Image
This sample demonstrates creating and running an OpenVX graph to run Optical Flow on a video/live. This sample application uses OpenCV to decode input video and display the output.
Live
Video
This sample demonstrates creating and running an OpenVX graph to run skintone detection on an image or a live camera. This sample application uses OpenCV to decode input image and display the output.
Live
Image
This sample demonstrates creating and running an OpenVX graph to run ORB (Oriented FAST and Rotated BRIEF) on a live camera. This sample application uses OpenCV to detect and display keypoints.
Live