-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add filenames as parameters to scene flow class
Previoulsy the source file names for intensity and depth images were hard coded as i1, i2, z1 and z2. This makes it difficult to run the code from a script across multiple input files (without writing code to rename files before running the scene flow alogrithm). These changes mean that the PD_flow_mrpt can be constructed with file names for each of these files (which may include paths too). The output file root can be provdied too. The code will continue to suffix _results and _representation and to apply a unique extension if the file name already exists.
- Loading branch information
1 parent
bf99ac4
commit 9b3950a
Showing
2 changed files
with
35 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters