EDITTED:
Hii, sorry not mentioning it earlier, what I need to do is to display 6 images in the same figure at the same time. Besides, at every image (frame) I need to draw some points (my code tracks the moves of the face - the eyes, nose, lips.) I have 246 images (frames)
this is the main functions I use:
// The points/ coordinates of the lips, eyes and nose of the image "i". Points = createPointsStructure (landmarks , i , NumOfLandarkPerFrame); // Draw landmarks and splines on the frame i (and draw/show the frame) DrawAllPointsOnFace (pointArr , Points , img , 1 , position, i); Any ideas how can I do it?
I need to write a code that displays 6 images in the same figure (at the same time). and lets the user to choose one of the images to edit it (by clicking on it).
Any help how can I do it?
Thanks in advance.
