From: Dominic L. <ma...@us...> - 2005-10-18 12:03:08
|
Update of /cvsroot/robotflow/RobotFlow/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19472 Modified Files: home.html robotflow.webprj Log Message: added OpenCV and MARIE Index: robotflow.webprj =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/robotflow.webprj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** robotflow.webprj 4 Nov 2004 19:53:33 -0000 1.11 --- robotflow.webprj 18 Oct 2005 12:02:58 -0000 1.12 *************** *** 36,42 **** <item url="images/SymbolRecogDemo2.jpg" uploadstatus="0" /> <item url="images/SymbolRecogDemo3.jpg" uploadstatus="0" /> - <treestatus> - <openfolder url="images" /> - </treestatus> </project> </webproject> --- 36,39 ---- Index: home.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/home.html,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** home.html 5 Oct 2005 18:00:22 -0000 1.32 --- home.html 18 Oct 2005 12:02:58 -0000 1.33 *************** *** 43,51 **** written in C++ and provide <b>fully customizable control and processing blocks</b> : <p> - Drivers & interfaces for <a href="http://www.activrobots.com">Pioneer2 Robots</a><br> ! - Vision processing algorithms (color training & tracking, etc.)<br> - <a href="http://playerstage.sourceforge.net/">Player / Stage </a>simulator drivers for FlowDesigner/RobotFlow<br> - - Signal processing algorithms (audio + video)<br> - Basic Behaviors<br> - Fuzzy Logic control<br> --- 43,52 ---- written in C++ and provide <b>fully customizable control and processing blocks</b> : <p> + - <a href="http://marie.sourceforge.net">MARIE interface blocks</a><br> + - <a href="http://sourceforge.net/projects/opencvlibrary/">OpenCV image processing blocks (under development)</a><br> - Drivers & interfaces for <a href="http://www.activrobots.com">Pioneer2 Robots</a><br> ! - Vision processing algorithms (color training & tracking)<br> - <a href="http://playerstage.sourceforge.net/">Player / Stage </a>simulator drivers for FlowDesigner/RobotFlow<br> - Basic Behaviors<br> - Fuzzy Logic control<br> *************** *** 53,57 **** - Embedded super blocks (subnets, iterators)<br> - Basic networking (TCP/IP, broadcast)<br> ! - Device control (Sony EVI-D30, SICK lasers, etc.)<br> - Finite State Machine (beta)<br> <br> --- 54,58 ---- - Embedded super blocks (subnets, iterators)<br> - Basic networking (TCP/IP, broadcast)<br> ! - Device control (Sony EVI-D30, Sony SNC-RZ30 network camera, SICK lasers, etc.)<br> - Finite State Machine (beta)<br> <br> |