check_char 是否驗證校驗位(present是 / absent否
composite_code 附加乙個二維條碼構成「組合碼」
element_height_min 最小條碼的高度
element_size_max 條碼最大尺寸(寬度和間距)
element_size_variable 條碼是否扭曲變形(true 或 false)
element_size_min 條碼最小尺寸(寬度和間距)
max_diff_orient 相鄰邊緣方向的最大角度容差
meas_thresh 用來識別條碼邊沿,一般取值[0.05,0.2]
meas_param_estmation 當條碼字元很窄時,設定其為true
meas_thresh_abs 調整閾值,當候選區出現較多干擾時,設定該值可改善
min_identical_scanlines 認定成功解碼所需要的最少掃瞄線數,預設為1
num_scanlines 條碼掃瞄的最大數目
orientation 條碼方向(度)
orientation_tol 條碼方向容差(度)
persistence 儲存解碼的中間結果
start_stop_tolerance 當檢測掃瞄線的起點和終點圖案時,用該語句設定"容許誤差"
stop_after_result_num 設定要解碼的條碼條數
upce_encodation 用以不同的輸出格式(upc-e碼)
timeout 檢測超時
train 訓練
quiet_zone
slanted 對傾斜條碼額外處理
halcon中讀一維條碼的邏輯順序是:
建立模型:create_bar_code_model (, , barcodehandle)
設定引數: set_bar_code_param (barcodehandle, 'check_char', 'absent')
識別條碼: find_bar_code (image, symbolregions, barcodehandle, '2/5 industrial', decodeddatastrings)
獲取中間結果字元資訊:1.get_bar_code_result (barcodehandle, 'all', 'decoded_types', decodeddatatypes)
引數說明:條碼控制代碼,候選區域控制代碼,返回結果名稱,返回結果列表
decoded_types:'decoded_strings'條碼字串, 'decoded_types'碼制,
'decoded_reference'關於條碼完整參考資料(包括資料字元、開始停止字元、校驗字元)
'orientation'旋轉角度, 'composite_strings'復合碼(條碼和堆碼)字串,
'composite_reference', 'timeout_occurred', 'quality_isoiec15416', 'quality_isoiec15416_labels',
'quality_isoiec15416_values', 'status', 'status_id'讀取掃瞄線狀態id
獲取中間結果區域:1.get_bar_code_object (candidate, barcodehandle, 'all', 'candidate_regions')
objectname:'symbol_regions'符號區域, 'candidate_regions'候選區域, 'scanlines_all'所有掃瞄線, 'scanlines_valid'有效掃瞄線,
'scanlines_all_plain', 'scanlines_valid_plain'
nginx配置(一)引數說明
nginx伺服器日誌相關指令主要有兩條,一條是log format 用來設定日誌格式,另外一條是access log,用來指定日誌檔案的存放路徑 格式和快取大小,一般在nginx的配置檔案中日誌配置 usr local nginx conf nginx.conf nginx的log format有很...
機器學習 之 libsvm 引數說明
因為要用svm做regression,所以看了一些關於libsvm,總結以備用 libsvm在訓練model的時候,有如下引數要設定,當然有預設的引數,但是在具體應用方面效果會大大折扣。options 可用的選項即表示的涵義如下 s svm型別 svm設定型別 預設0 0 c svc 1 v svc...
一維碼識別(學習用)
讀取 read image image,一維碼.jpg 建立一維碼模型 create bar code model barcodehandle 設定引數 最小對比度250 set bar code param barcodehandle,contrast min 250 設定最小寬度的尺寸2 set...