This application demonstrates a basic usage of RALI's C API to load JPEG images from the disk and modify them in different possible ways and displays the output images.
- Ubuntu Linux, version
16.04
or later - RALI library (Part of the MIVisionX toolkit)
- OpenCV 3.4+
- Radeon Performance Primitives (RPP)
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/mivisionx/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/rpp/lib
mkdir build
cd build
cmake ../
make
image_augmentation <path-to-image-dataset>