Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
batKem committed Jun 8, 2018
1 parent 2eebf5c commit 33c3867
Show file tree
Hide file tree
Showing 39 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Game/Mover.pde → TangibleGame/Mover.pde
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Mover{
}

}
cylinders.removeAll(toDeleteCyl);
//cylinders.removeAll(toDeleteCyl);
score[0] = max(0, score[0]);
}

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Game/Game.pde → TangibleGame/TangibleGame.pde
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ void run(PGraphics s){
s.background(150);

s.stroke(0);
s.text("v="+ball.norm(ball.velocity),10,10);
s.text("s="+score[0],10,20);
s.text("velocity="+ball.norm(ball.velocity),10,10);
s.text("score="+score[0],10,20);
s.endDraw();

}
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Game/app.pde → TangibleGame/app.pde
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ void settings() {
QuadGraph qGraph = new QuadGraph();
TwoDThreeD twoDThreeD = new TwoDThreeD(img.width, img.height, 1/60);

img = thresholdHSB(img, 94, 142, 90, 255, 0, 255); //H/B/S thresholding
img = thresholdHSB(img, 78, 142, 80, 255,25, 250); //H/B/S thresholding
img = findConnectedComponents(img, false);
img = convolute(img); //Blurring
img = scharr(img); //Edge Detection
img = threshold(img, 120); //Supression low bright pixels
img = threshold(img, 90); //Supression low bright pixels
lines = hough(img, 4); //Hough transform

corners = qGraph.findBestQuad(lines, img.width, img.height, 280000, 30000, false);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 33c3867

Please sign in to comment.