Skip to content

Commit

Permalink
Milestone2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfernandeznavarro committed May 21, 2018
1 parent e1bda5c commit 6f1d13d
Show file tree
Hide file tree
Showing 8 changed files with 460 additions and 258 deletions.
2 changes: 1 addition & 1 deletion BlobDetection__week_9_/BlobDetection__week_9_.pde
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void settings() {
size(1000, 1000 ,P3D);
}
void setup() {
img = loadImage("board1Scharr.bmp");
img = loadImage("week8.bmp");
noLoop();

}
Expand Down
Binary file added BlobDetection__week_9_/week8.bmp
Binary file not shown.
File renamed without changes
176 changes: 0 additions & 176 deletions milestone2/BbDetection/BbDetection.pde

This file was deleted.

Binary file removed milestone2/BbDetection/board1.jpg
Binary file not shown.
Binary file removed milestone2/BbDetection/board1Scharr.bmp
Binary file not shown.
Loading

0 comments on commit 6f1d13d

Please sign in to comment.