Skip to content

Commit

Permalink
added examples png and ttf
Browse files Browse the repository at this point in the history
  • Loading branch information
lisakori committed Sep 8, 2015
1 parent faf7541 commit 76c2a53
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file added Measure/bin/data/default/color-front.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Measure/bin/data/default/color-side.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Measure/bin/data/default/depth-front.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Measure/bin/data/default/depth-side.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Measure/bin/data/uni05_53.ttf
Binary file not shown.
8 changes: 4 additions & 4 deletions Measure/src/ofApp.cpp
Expand Up @@ -99,10 +99,10 @@ ofVec3f ofApp::sampleDepth(ofShortImage& depth, ofVec2f position, int radius) {
void ofApp::setup() {
MiniFont::setup();

colorFront.loadImage("0-color.png");
depthFront.loadImage("0-depth.png");
colorSide.loadImage("1-color.png");
depthSide.loadImage("1-depth.png");
colorFront.loadImage("default/color-front.png");
depthFront.loadImage("default/depth-front.png");
colorSide.loadImage("default/color-side.png");
depthSide.loadImage("default/depth-side.png");
updateMeanShift();

setupGui();
Expand Down

0 comments on commit 76c2a53

Please sign in to comment.