image processing in ocaml

View: New views
1 Messages — Rating Filter:   Alert me  

image processing in ocaml

by codergen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

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.

Please help me..