create_bar_code_model(创建一维码模型) create_bar_code_model ([], [], BarCodeHandle) 参数一//输入 需要调整的参数名称(为[]表示暂时不设置)参数二//需要调整的该参数的值。参数三//返回的条码模板句柄 set_bar_code_param(对模型设置参数) set_bar_code_param( BarCodeHandle, GenParamNames, GenParam...
set_bar_code_param :设置解码时的参数 decode_bar_code_rectangle2 :在指定的矩形区域内解码 get_bar_code_param :获取解码时的参数(如果没有设置过,则获得的是默认值) get_bar_code_result :获得解码后的结果,例如可以获得条码的类型(Code 128、Code 39等等) get_bar_code_object :获得解码时的一些对象,...
1 create_bar_code_model ([], [], BarCodeHandle) 2 set_bar_code_param (BarCodeHandle, 'num_scanlines', 30) 3 find_bar_code (Image, SymbolRegions1, BarCodeHandle, ['Code 128','Code 39'], BarCodeStrings) 4 clear_bar_code_model (BarCodeHandle) 1. 2. 3. 4. 我们一般会在“设置解码...
1、clear_all_bar_code_models清除所有条形码模型释放内存 clear_all_bar_code_models(: : : ) 2、clear_bar_code_model清除条形码模型释放内存 clear_bar_code_model(: :BarCodeHandle: ) 3、create_bar_code_model创建条形码阅读器模型 create_bar_code_model(: :GenParamNames,GenParamValues:BarCodeHandle) ...
创建条形码模型 create_bar_code_model 算子:create_bar_code_model( : : , : ) 示例:create_bar_code_model ([], [], BarCodeHandle) BarCodeHandle(输出参数):输出条形码句柄 搜索条形码 , 并解码 find_bar_code 算子:find_bar_code( : : , : ) ...
Handle for using and accessing the bar code model. Result The operatorcreate_bar_code_modelreturns the value 2 (H_MSG_TRUE) if the given parameters are correct. Otherwise, an exception will be raised. Possible Successors References International Standard ISO/IEC 15420: “Information technology - ...
1、clear_all_bar_code_models清除所有条形码模型释放内存 clear_all_bar_code_models( : : : ) 2、clear_bar_code_model 清除条形码模型释放内存 clear_bar_code_model( : :BarCodeHandle: ) 3、create_bar_code_model 创建条形码阅读器模型 create_bar_code_model(: : GenParamNames, GenParamValues : Bar...
条码识别的应⽤⼤多数在物流⾏业中(需要识别的条码⼀般在快递包裹中),对于⼀维码的识别,halcon有⾃带条码识别算⼦create_bar_code_model和find_bar_code 。⽽快递标签处有很多的⽂字,符号和边框,增⼤了定位的难度。,因此有时也有检测不到条码的情况。针对这⼀现象,本篇就来深度分析⼀...
1)create_bar_code_model() GenParamNames:可选参数名称 GenParamValues:可选参数设置值 BarCodeHandle:条形码模板句柄 2.2 设置/获取 1)get_bar_code_param()(设置条形码模型参数 )2)set_bar_code_param()(获取条形码模型参数 ) BarCodeHandle:条形码模板句柄 ...
1、clear_all_bar_code_models清除所有条形码模型释放内存 clear_all_bar_code_models( : : : ) 2、clear_bar_code_model清除条形码模型释放内存 clear_bar_code_model( : :BarCodeHandle: ) 3、create_bar_code_model创建条形码阅读器模型 create_bar_code_model(: : GenParamNames, GenParamValues : BarCode...