Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created February 2, 2012 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchristian/8848a25a15da013ed1ad to your computer and use it in GitHub Desktop.
Save wchristian/8848a25a15da013ed1ad to your computer and use it in GitHub Desktop.
(* ::Package:: *)
SetDirectory["c:/Users/Mithaldu/AppData/Local/DOSBox/capture/seq/done/"];
files = FileNames["*.bmp"];
files = Function[x,{x,Import[x]}]/@ files;
Parallelize[
Do[
Do[
Print@Check[{i[[1]],j[[1]],FindGeometricTransform[i[[2]],j[[2]],Transformation->"Translation"]},{i[[1]],j[[1]],err}],
{i,files}
],
{j,files}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment