Mat img_scene = imread(argv[2], IMREAD_GRAYSCALE);
by using this i can get the photo but how can i crop the each and every faces from this photo?
1 | initial version |
Mat img_scene = imread(argv[2], IMREAD_GRAYSCALE);
by using this i can get the photo but how can i crop the each and every faces from this photo?
2 | retagged |
Mat img_scene = imread(argv[2], IMREAD_GRAYSCALE);
by using this i can get the photo but how can i crop the each and every faces from this photo?