Auxiliar script to generate Cell-DEVS environments based on images.
usage: cd_generator.py [-h] -i IN_FILE [-b BACK_COLOR]
[-d DELAY] [-n NEIGHBORHOOD] [-m TOP_NAME]
[-o OUT_PATH] [-r RULES_FILE] [-t TOLERANCE] [-w WIDTH]
[-bv BACK_VALUE] [-ov OBST_VALUE]
optional arguments:
-h, --help show this help message and exit
-i IN_FILE, --in_file IN_FILE
Input image
-b BACK_COLOR, --back_color BACK_COLOR
Background color to separate obstacles
-c, --crop Crop image borders if no obstacle detected
-d DELAY, --delay DELAY
Default delay
-m TOP_NAME, --top_name TOP_NAME
Name of the resulting files
-n NEIGHBORHOOD, --neighborhood NEIGHBORHOOD
Neighborhood type (moore, vn, emoore, evn)
-o OUT_PATH, --out_path OUT_PATH
Output path
-p PADDING, --padding PADDING
Add a padding to the image before generate the Cell-DEVS environment
-r RULES_FILE, --rules_file RULES_FILE
File with the rules to include in the main file
-t TOLERANCE, --tolerance TOLERANCE
Tolerance when separating background
-w WIDTH, --width WIDTH
Width of the resulting model
-rw REVIT_WIDTH, --revit_width REVIT_WIDTH
Width of the intermediate image generated with the Revit walls information
-rl REVIT_LINE_WIDTH, --revit_line_width REVIT_LINE_WIDTH
Width of the lines in the image generated with the Revit walls information
-bv BACK_VALUE, --back_value BACK_VALUE
Value for background cells in .val output file
-ov OBST_VALUE, --obst_value OBST_VALUE
Value for obstacle cells in .val output file
python3 cd_generator.py -i in/carleton_campus.png -w 100 -t 40 -b 33,40,48
python3 cd_generator.py -i in/store1.jpg -w 100 -t 20
[top]
components : carleton_campus
[carleton_campus]
type : cell
dim : (59,100)
delay : transport
defaultDelayTime : 1000
border : nonwrapped
neighbors : carleton_campus(0,-1)
neighbors : carleton_campus(-1,0) carleton_campus(0,0) carleton_campus(1,0)
neighbors : carleton_campus(0,1)
initialValue : 0
initialCellsValue : carleton_campus.val
localtransition : rules
[rules]
% ...
rule: {(0,0)} 0 { t }
(41, 19) = 1
(42, 19) = 1
(43, 19) = 1
(44, 19) = 1
(45, 19) = 1
(46, 19) = 1
(47, 19) = 1
...
[0;1] 0 0 0
[1;2] 255 255 255