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

blob print toggled

parent feef696f
Branches
No related merge requests found
......@@ -6,9 +6,9 @@
<maxAreaRadius>100</maxAreaRadius>
<trackHue>0</trackHue>
<threshold>
<r>223</r>
<g>245</g>
<b>237</b>
<r>196</r>
<g>219</g>
<b>210</b>
</threshold>
<thresh>19.000000000</thresh>
</contourFinder>
......
......@@ -48,7 +48,7 @@ void Projector::draw(){
}
// cout << "\r";
if(ss->find){
if(ss->find{
for(int i = 0; i < blobs.size(); i++){
cout << "blob at: x " << blobs[i].x << ", y " << blobs[i].y;
cout << ", color " << blobs[i].z << ", i " << i << "\n";
......
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