Skip to content

Identification🔗

On this topic🔗

Bar Code🔗

clear_bar_code_modelClearBarCodeModel: Delete a bar code model and free the allocated memory

create_bar_code_modelCreateBarCodeModel: Create a model of a bar code reader.

decode_bar_code_rectangle2DecodeBarCodeRectangle2: Decode bar code symbols within a rectangle.

deserialize_bar_code_modelDeserializeBarCodeModel: Deserialize a bar code model.

find_bar_codeFindBarCode: Detect and read bar code symbols in an image.

get_bar_code_objectGetBarCodeObject: Access iconic objects that were created during the search or decoding of bar code symbols.

get_bar_code_paramGetBarCodeParam: Get one or several parameters that describe the bar code model.

get_bar_code_param_specificGetBarCodeParamSpecific: Get parameters that are used by the bar code reader when processing a specific bar code type.

get_bar_code_resultGetBarCodeResult: Get the alphanumerical results that were accumulated during the decoding of bar code symbols.

query_bar_code_paramsQueryBarCodeParams: Get the names of the parameters that can be used in set_bar_code and get_bar_code operators for a given bar code model

read_bar_code_modelReadBarCodeModel: Read a bar code model from a file and create a new model.

serialize_bar_code_modelSerializeBarCodeModel: Serialize a bar code model.

set_bar_code_paramSetBarCodeParam: Set selected parameters of the bar code model.

set_bar_code_param_specificSetBarCodeParamSpecific: Set selected parameters of the bar code model for selected bar code types

write_bar_code_modelWriteBarCodeModel: Write a bar code model to a file.

Data Code🔗

clear_data_code_2d_modelClearDataCode2dModel: Delete a 2D code model and free the allocated memory.

create_data_code_2d_modelCreateDataCode2dModel: Create a model of a 2D code class.

deserialize_data_code_2d_modelDeserializeDataCode2dModel: Deserialize a serialized 2D code model.

find_data_code_2dFindDataCode2d: Detect and read 2D code symbols in an image or train the 2D code model.

get_data_code_2d_objectsGetDataCode2dObjects: Access iconic objects that were created during the search for 2D code symbols.

get_data_code_2d_paramGetDataCode2dParam: Get one or several parameters that describe the 2D code model.

get_data_code_2d_resultsGetDataCode2dResults: Get the alphanumerical results that were accumulated during the search for 2D code symbols.

query_data_code_2d_paramsQueryDataCode2dParams: Get for a given 2D code model the names of the generic parameters or objects that can be used in the other 2D code operators.

read_data_code_2d_modelReadDataCode2dModel: Read a 2D code model from a file and create a new model.

serialize_data_code_2d_modelSerializeDataCode2dModel: Serialize a 2D code model.

set_data_code_2d_paramSetDataCode2dParam: Set selected parameters of the 2D code model.

write_data_code_2d_modelWriteDataCode2dModel: Writes a 2D code model into a file.