Data matrix ECC 200 (including the finder pattern): Attention:After callingset_data_code_2d_paramto change size or shape of the symbol, the parameters are evaluated in the given order. After each parameter, the consistency of the current settings is checked, and if necessary the current settin...
五、set_data_code_2d_param算子的参数解析 下面用一个完整的例子来演示一下: 1*提高解码率的设置项:2*1、'default_parameters',''enhanced_recognition''3*2、'polarity','dark_on_light'4*3、['module_size_min','module_size_max']5*4、挖出二维码区域,挖得越精确越好(周围最好不要有其他黑色像素块...
Data matrix ECC 200 (including the finder pattern): Attention:After callingset_data_code_2d_paramto change size or shape of the symbol, the parameters are evaluated in the given order. After each parameter, the consistency of the current settings is checked, and if necessary the current settin...
GenParamValues:通用参数的设置值 DataCodeHandle:二维码模型句柄 2.2 设置/获取 1)set_data_code_2d_param()(设置条形码模型参数) 2)get_data_code_2d_param()(获取条形码模型参数) BarCodeHandle:条形码模板句柄 GenParamNames:可选参数名称 persistence:是否在解码期间存储一些中间结果(获取解码扫描线时需要存储中间...
set_data_code_2d_param :设置解码时的参数 get_data_code_2d_param :获取解码时的参数(如果没有设置过,则获得的是默认值) get_data_code_2d_results :获得解码后的一些结果 四、提高解码能力的其他措施 如果二维码图像预处理以后,仍旧解码困难或者解码率不高,那么可以通过以下措施进一步提高解码能力: ...
set_data_code_2d_param (DataCodeHandle,'module_size_max', 14) 通过这些设置,极大的减小了解码时长,另一方面,也能保障有较高的解码率。 2.2 示例 create_data_code_2d_model ('Data Matrix ECC 200','default_parameters','maximum_recognition', DataCodeHandle) ...
10. set_ data_ code_ 2d_ param 功能:设置二维数据编码模型的选定参数。 11. write_ data_ code_ 2d_ model 功能:将一个二维数据编码模型写入一个文件。 17.7 Fourier-Descriptor 1. abs_ invar_ fourier_ coeff 功能:根据起始点的位移标准化傅里叶系数。 2. fourier_ 1dim 功能:计算一个参数化的元组...
set_data_code_2d_param (DataCodeHandle, 'timeout', 200) 如下函数能将解码时长限制在200ms内,这意味着,及时解不出条码,200ms之后制动放弃该条码的解析。 (2)就是条码极性的设置,所谓极性是指条码颜色和条码底色。如下函数设置指明,条码较亮,而底色较暗。如果实际图片与设置的极性吻合,就能有较好的检测的结...
10. set_data_code_2d_param 功 54、能:设置二维数据编码模型的选定参数。11. write_data_code_2d_model 功能:将一个二维数据编码模型写入一个文件。 17.7 fourier-descriptor1. abs_invar_fourier_coeff 功能:根据起始点的位移标准化傅里叶系数。2. fourier_1dim 功能:计算一个参数化的元组的傅里叶系数。3...
The operatorget_data_code_2d_paramallows to query the parameters that are used to describe the 2D data code model. The names of the desired parameters are passed in the generic parameterGenParamName, the corresponding values are returned inGenParamValue. All these parameters can be set and chan...