Changeset 29 for foam/trunk
- Timestamp:
- 03/20/2009 02:55:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
foam/trunk/simple-faceident/src/main.cpp
r28 r29 327 327 cvLine(img, cvPoint(r->x+r->width/2,r->y+r->height/2), 328 328 cvPoint(x+facebank.GetFaceWidth()/2,y), color); 329 330 329 ///////////////////// 331 330 // YARP send 332 331 333 Bottle b; 334 b.clear(); 335 b.add((int)ID); 336 b.add(confidence); 337 YarpPort.write(b); 332 if (!learn) 333 { 334 Bottle b; 335 b.clear(); 336 b.add((int)ID); 337 b.add(confidence); 338 YarpPort.write(b); 339 } 338 340 339 341 ////////////////////
Note: See TracChangeset
for help on using the changeset viewer.