From: Dominic L. <ma...@us...> - 2005-01-23 21:09:52
|
Update of /cvsroot/robotflow/RobotFlow/Player/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3611 Modified Files: PlayerVision.cc Log Message: getting image width and height properly Index: PlayerVision.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Player/src/PlayerVision.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PlayerVision.cc 2 Jan 2005 14:43:59 -0000 1.7 --- PlayerVision.cc 23 Jan 2005 21:09:42 -0000 1.8 *************** *** 102,106 **** ! ComponentsData *cData = new ComponentsData; m_cell_count = 0; m_rect_count = 0; --- 102,106 ---- ! ComponentsData *cData = new ComponentsData(m_blobfinderProxy->width,m_blobfinderProxy->height); m_cell_count = 0; m_rect_count = 0; |