MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.

Image Augmentation Application

This application demonstrates the basic usage of rocAL’s C API to load JPEG images from the disk and modify them in different possible ways and displays the output images.

Build Instructions

Pre-requisites

build

 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/lib
 mkdir build
 cd build
 cmake ../
 make 

running the application

 image_augmentation <path-to-image-dataset>