This repository was archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 630
Adding depth and registration evaluation tools to examples directory #1477
Open
resuther-msft
wants to merge
42
commits into
microsoft:develop
Choose a base branch
from
resuther-msft:depth_eval_tools_examples
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
020263a
Porting depth eval tools to k4a repo requierments, using cmake
resuther-msft 423d514
clangformat reformatting changes
resuther-msft 1ae7eaa
Updating cmake files and some formatting in source code
resuther-msft 9bb8864
Adding readme files to depth eval tools
resuther-msft 99b0a01
updating tools readme files
resuther-msft ed17e47
Updates to cmakelists ad readme files
resuther-msft 2314600
Adding plane pdf and json files
resuther-msft f8da160
Updating README and adding example files
resuther-msft 45b4135
Updates to README
resuther-msft fc54e6c
Updates to README
resuther-msft 2b22280
Updating REAEDME and example_images
resuther-msft 8986a0a
Removing old plane files
resuther-msft 5cb8a09
Adding updated plane files
resuther-msft ef69a40
Updating formatting of all README files
resuther-msft 5b2fe2e
Updating main README
resuther-msft 7a41ef0
Fixing plane.json to have latest format
resuther-msft f9cfc6d
Fixing all plane json files for consistancy
resuther-msft cf4e844
Updating kahelpers to use updated plane json format
resuther-msft eb521fb
Addressing PR revie comments; some README corrections and minor code …
resuther-msft 9dd4a63
Adding edge case gaurds to kahelpers.cpp
resuther-msft d90a286
Adding one more edge case gaurd to kahelpers.cpp
resuther-msft 7895fee
Updating main README
resuther-msft a4312e2
Updating README for collect tool, changes not reflected in previous c…
resuther-msft eabfcb3
Updating: Multiple changes not reflected in previous commits
resuther-msft 43e6a60
Updating: Multiple changes not reflected in previous commits
resuther-msft efdb420
Updating status return
resuther-msft 8c9d004
Updating README to reflect extra user steps needed when installing op…
resuther-msft 50b378a
Updating README to reflect extra user steps needed when installing op…
resuther-msft 3c3a3ad
Removing commented include files from source files
resuther-msft 32c30da
Fixing clang-format errors
resuther-msft 86e7cce
Fixing errors with few if statments {}
resuther-msft 7bcc0b6
Correcting build errors in k4ahelpers
resuther-msft 03fec04
Fixing aditional implicit type cast errors
resuther-msft 64a1ce1
Resolving new clang format errors
resuther-msft e6df29d
Adding headder files for each tool, resolving linux build errors
resuther-msft 9542dfa
Resolving warnings treated as errors
resuther-msft ef1ba8c
Fixing build warnings treated as errors
resuther-msft 7f60273
Fixing more build warnings treated as errors
resuther-msft e0b6c38
Fixing implicit sign conversion build errors
resuther-msft 998906a
Fixing unsigned long and int comparison error
resuther-msft 84c382c
Addressing another signed conversion error
resuther-msft aff39ee
Fix implicit sign conversion
resuther-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -240,6 +240,5 @@ int main(int argc, char **argv) | |
| gray_percentile, | ||
| save_images); | ||
|
|
||
| return (stat) ? 0:1; | ||
|
|
||
| return (stat) ? 0 : 1; | ||
| } | ||
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -313,6 +313,5 @@ int main(int argc, char **argv) | |
| gray_percentile, | ||
| save_images); | ||
|
|
||
| return (stat) ? 0:1; | ||
|
|
||
| return (stat) ? 0 : 1; | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.