Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
update visualizeXYZMap function
  • Loading branch information
dongzx13 committed Aug 7, 2018
1 parent 4741e45 commit 02fe0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Expand Up @@ -118,7 +118,7 @@ int main() {

else if (backgroundStyle == 2) {
// depth map background
Visualizer::visualizeXYZMap(xyzMap, handVisual);
Visualizer::visualizeXYZMap(xyzMap, handVisual, 10);
}

else if (backgroundStyle == 3) {
Expand Down

0 comments on commit 02fe0d2

Please sign in to comment.