Skip to content

Instantly share code, notes, and snippets.

@thouis
Last active August 29, 2015 13:57
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 thouis/9413271 to your computer and use it in GitHub Desktop.
Save thouis/9413271 to your computer and use it in GitHub Desktop.
Issues to bring up at Hackathon

Some things we'd like to see discussed at the hackathon:

  1. Modularity
  • Can the alignment pipeline be separated into independent steps with a well-defined format for the intermediate results? This would help in parallelization on the cluster, as well as easy experimentation with new approaches. It also would help separate control parameters into groups based on which step they control.
  1. 1D and 2D constraints
  • Currently, filtering correspondences removes all of those except corner-like matches. Is it possible to classify correspondences into smooth/linear/corner? 1D correspondences can be used to constrain the solution to a subspace, and might result in improved results and solution times in some cases.
  1. Cracks
  • Some of our data has (long, linear) cracks from the microtoming process. We can detect them automatically. It would be useful to be able to eliminate cracked regions from correspondence finding, and to be able to do some mesh surgery on the structural mesh during the solving processs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment