Skip to content

Commit

Permalink
Updated launcher with alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyketcham committed Dec 15, 2019
1 parent e4051e3 commit 5b8de5a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/github/depthMapper/Launcher/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public static void main(String[] args) throws Exception
File[] files = io.grabDirectory(path);
ArrayList<Mat> stack = io.createStack(files);

stack = Alignment.ECCalignAll(stack);

Mapper mapper = new Mapper(stack);
Mat[] output = mapper.generate();
Debug.println();
Expand Down
Binary file added target/classes/TestImages/Depth Map2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added target/classes/TestImages/Focus Stacked2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified target/classes/com/github/depthMapper/Launcher/Launcher.class
Binary file not shown.

0 comments on commit 5b8de5a

Please sign in to comment.