Sample code for image augmentation in c++

Hi, I want to train a model with mxnet in c++, however I don’t know how to perform image augmentation in c++, is there any sample for this?
I checked the c++ package sample code, found it did not do augmentation, and just loading a binary image and label(created using im2rec).

Regards
-Alvin