Skip to content

Instantly share code, notes, and snippets.

@RDharmaTeja
Created December 9, 2014 05:44
Show Gist options
  • Save RDharmaTeja/9c0a1bd759888ef42245 to your computer and use it in GitHub Desktop.
Save RDharmaTeja/9c0a1bd759888ef42245 to your computer and use it in GitHub Desktop.
function [X,Y] = main(boxWidth,boxHeight,overLap)
global img1;
global img2;
img1=imread('image1.tif');
img2=imread('image2.tif');
[X,Y]=velocityField(img1,img2,boxWidth,boxHeight,overLap);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment