I am making AI application "criminal identification system" For validation I am putting condition that admin has to add image of criminal's face. That is properly done using opencv and only face images are uploaded My next step is when image is successfully validated(means the image must contain only one face) all components like nose, eyes , lips ,chin, hair , forehead should be cropped and saved in different different folders means eyes should be cropped and saved in eyes folder.
Is it possible to do this with openCV? if yes then please send me the links for reference.
Regard,