mohanraj - 2016-10-06

Am trying to get the aligned face image from webcam_face_pose_ex.cpp . In the code the format of the aligned face image is array<array2d<rgb_pixel>>.
I want to strore the aligned face image to vector<mat> for further steps.
Kindly help how i can get the aligned face image.