Loading src/BlobFinder.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ void BlobFinder::initGUI(ofxGui &gui){ blobGuiGroup->add(eyeInset.set("EyeInset", .8, 0, 1)); panel->loadFromFile("tracking.xml"); bool visible = false; panel->setVisible(visible); } void BlobFinder::allocate(int &value){ Loading src/ofApp.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,8 @@ void ofApp::setupViewports(){ tracker.panel->setPosition(ofGetWidth() - MENU_WIDTH, 20); #ifdef BLOB post->setWidth(MENU_WIDTH / 2); post->setPosition(ofGetWidth() - MENU_WIDTH / 2, 20); device->setWidth(MENU_WIDTH / 2); device->setPosition(ofGetWidth() - MENU_WIDTH / 2, ofGetHeight() / 2); #endif Loading Loading
src/BlobFinder.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ void BlobFinder::initGUI(ofxGui &gui){ blobGuiGroup->add(eyeInset.set("EyeInset", .8, 0, 1)); panel->loadFromFile("tracking.xml"); bool visible = false; panel->setVisible(visible); } void BlobFinder::allocate(int &value){ Loading
src/ofApp.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,8 @@ void ofApp::setupViewports(){ tracker.panel->setPosition(ofGetWidth() - MENU_WIDTH, 20); #ifdef BLOB post->setWidth(MENU_WIDTH / 2); post->setPosition(ofGetWidth() - MENU_WIDTH / 2, 20); device->setWidth(MENU_WIDTH / 2); device->setPosition(ofGetWidth() - MENU_WIDTH / 2, ofGetHeight() / 2); #endif Loading