| Table of Contents / Identification / Bar Code | Operators |
clear_bar_code_model — Delete a bar code model and free the allocated memory
clear_bar_code_model( : : BarCodeHandle : )
The operator clear_bar_code_model deletes a bar code model that was created by create_bar_code_model. All memory used by the model is freed. The handle of the model is passed in BarCodeHandle, which is invalid after the operator call.
Handle of the bar code model.
The operator clear_bar_code_model returns the value 2 (H_MSG_TRUE) if a valid handle was passed and the referred bar code model can be freed correctly. Otherwise, an exception will be raised.
Bar Code
| Table of Contents / Identification / Bar Code | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |