I have a collection of images associated to 2d points. I want tot plot those points on a figure and when I click on the points I expect to see the corresponding image on the screen. Suppose I have a matrix IMAGES
that is nxd where n is number of images and d dimension of each image and I have Points
matrix that is nx2 which shows the corresponding points as I said.
Can you please any method to do that?