Skip to content
Snippets Groups Projects
Commit d2e4933c authored by Louis James's avatar Louis James
Browse files

more comments

parent 07504791
Branches
No related merge requests found
......@@ -8,6 +8,8 @@
class State {
public:
// Initialise
State(){
ofVec3f v1;
ofVec3f v2;
......@@ -27,10 +29,13 @@ public:
chequer=false;
find=true;
}
// CV vars
int num_colours=5;
vector<cv::Point2f> centers;
vector<ofxCv::ContourFinder> contourFinders;
vector<ofVec3f> proPoints;
// set variable methods
void setvx(int i, int val){
proPoints[i].x = val;
};
......
......@@ -309,12 +309,10 @@ void ofApp::mouseDragged(int x, int y, int button){
}
//--------------------------------------------------------------
void ofApp::mouseReleased(int x, int y, int button){
}
void ofApp::mouseReleased(int x, int y, int button){}
//--------------------------------------------------------------
void ofApp::mouseEntered(int x, int y){
}
void ofApp::mouseEntered(int x, int y){}
//--------------------------------------------------------------
void ofApp::saveSettings() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment