I have a set of 100 photos from a 40x40m area outside in the woods.
The 40x40 area was divided up into 10m sections so there are 25 locations where pictures were taken. At each location, a picture was taken facing each of the four compass locations: north, east, south, and west.
Any suggestions on how to go about stitching these photos together, sort of like how google maps lets you walk down the street in street view?
Thanks!
I would store the images in a three-dimensional array like this:
Then, use a key or mouse listener to change the x and y position of the viewer. So, for example, if your images are named "0_0_N.jpg" (etc) in the same directory as your class, you might do something like this: