Post processing batch

Post processing

To run real time


Console.bat and type:


sailShapePlus.exe -i configFiles/configPost.ini


Same as before with the border detect. Now it is set with the parameter:

[program_run]

runtype = post ; options [realtime|post]this will be


Configuration file syntax


[program_run]

runtype = post ; options [realtime|post]this will be


debug = False ; Shows debug messages for developing and error detection

output_remove = False ; remove previous runs



;IMAGES CONFIGURATION SECTION

[images_input_config]

base_folder = images\test\input

output_folder = images\test\output

output_csv = file.csv ; Name for the csv, False if no output CSV needed

limit_images = 1 ; Only used in postprocessinmg


;transform = vertical ; ( vertical | horizontal flip the image);


[projection]

entry_0 = 0,0,0 ; x , y , exit number or pixels... text and error

exit_0 = 0,0,0 ; x , y , exit


[detection]

lines = 25,50,75

;Filters sections

redrange = 60

enhance = True

closing = 5,15 ; Pixels article to close


;Config for JIB

;roi_x = 0

roi_y = 1000

;roi_w = w

roi_h = 2500

scale_factor = 1