From: Dominic L. <ma...@us...> - 2005-06-06 20:59:25
|
Update of /cvsroot/robotflow/RobotFlow/Vision/n-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9784 Modified Files: READv2.n Log Message: removing camera-dependant control, fixed links Index: READv2.n =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/n-files/READv2.n,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** READv2.n 6 Jun 2005 20:55:17 -0000 1.1 --- READv2.n 6 Jun 2005 20:59:14 -0000 1.2 *************** *** 9,12 **** --- 9,13 ---- <NetOutput name="SENTENCE" node="node_LOOP0_1" terminal="SENTENCE" object_type="" description="The object from THEN or ELSE depending on COND"/> <NetInput name="BLACK_WHITE_LOOKUP" node="node_LOOP0_1" terminal="BLACK_WHITE_LOOKUP" object_type="any" description="No description available"/> + <NetInput name="RGB15_BINARIZED" node="node_LOOP0_1" terminal="RGB15_BINARIZED" object_type="Image" description="The Image to extract colors from."/> <Note x="-3418" y="-384" visible="1" text="The MAIN network will load configuration from the files containing : - black and white color lookup - the neural network to use for recog - The dictionary to use * You can change this configuration by double clicking on the LoadFile blocks"/> </Network> *************** *** 26,32 **** <Network type="subnet" name="MAIN_PROCESS"> <Node name="node_PROCESS_SEGMENTS_1" type="PROCESS_SEGMENTS" x="184.000000" y="321.000000"/> ! <Node name="node_IF_ACTIVATED_DO_4" type="IF_ACTIVATED_DO" x="721.000000" y="305.000000"/> <Node name="node_NOP_3" type="NOP" x="221.000000" y="183.000000"/> ! <Node name="node_Components_1" type="Components" x="-335.000000" y="341.000000"> <Parameter name="XGAP" type="int" value="1" description=""/> <Parameter name="YGAP" type="int" value="1" description=""/> --- 27,33 ---- <Network type="subnet" name="MAIN_PROCESS"> <Node name="node_PROCESS_SEGMENTS_1" type="PROCESS_SEGMENTS" x="184.000000" y="321.000000"/> ! <Node name="node_IF_ACTIVATED_DO_4" type="IF_ACTIVATED_DO" x="696.000000" y="313.000000"/> <Node name="node_NOP_3" type="NOP" x="221.000000" y="183.000000"/> ! <Node name="node_Components_1" type="Components" x="-252.000000" y="335.000000"> <Parameter name="XGAP" type="int" value="1" description=""/> <Parameter name="YGAP" type="int" value="1" description=""/> *************** *** 36,39 **** --- 37,41 ---- <Link from="node_NOP_3" output="OUTPUT" to="node_IF_ACTIVATED_DO_4" input="SIGN_TRACKING_ACTIVATED"/> <Link from="node_Components_1" output="BLOBS" to="node_PROCESS_SEGMENTS_1" input="BLACK_WHITE_COMPONENTS"/> + <Link from="node_PROCESS_SEGMENTS_1" output="SENTENCE" to="node_IF_ACTIVATED_DO_4" input="DO"/> <NetInput name="NNET" node="node_PROCESS_SEGMENTS_1" terminal="NNET" object_type="" description="No description available"/> <NetInput name="DICT" node="node_PROCESS_SEGMENTS_1" terminal="DICT" object_type="" description="No description available"/> *************** *** 274,278 **** <Network type="subnet" name="SENTENCE_READER"> <Node name="node_NewAccumulator_1" type="NewAccumulator" x="-243.000000" y="342.000000"/> ! <Node name="node_SymbolCounter_1" type="SymbolCounter" x="-289.000000" y="386.000000"> <Parameter name="CHANNEL" type="int" value="1" description=""/> <Parameter name="DEPTH" type="int" value="2" description=""/> --- 276,280 ---- <Network type="subnet" name="SENTENCE_READER"> <Node name="node_NewAccumulator_1" type="NewAccumulator" x="-243.000000" y="342.000000"/> ! <Node name="node_SymbolCounter_1" type="SymbolCounter" x="-391.000000" y="327.000000"> <Parameter name="CHANNEL" type="int" value="1" description=""/> <Parameter name="DEPTH" type="int" value="2" description=""/> |