I am new to ocaml and was wondering how I would write a recursive function involving tuples to subtract list of list of integers of image 1 from list of list of integers of image 2.
I can read image1 and image 2 but could not subtract the coordinates of both images to get the motion of the object.