HALCON Reference Manual 10.0.2
Name
clear_ncc_modelclear_ncc_modelclear_ncc_modelClearNccModelClearNccModel — Free the memory of an NCC model.
Herror clear_ncc_model(const Hlong ModelID)
Herror T_clear_ncc_model(const Htuple ModelID)
Herror clear_ncc_model(const HTuple& ModelID)
The operator clear_ncc_modelclear_ncc_modelclear_ncc_modelClearNccModelClearNccModel frees the memory of an NCC
model that was created by create_ncc_modelcreate_ncc_modelcreate_ncc_modelCreateNccModelCreateNccModel. After calling
clear_ncc_modelclear_ncc_modelclear_ncc_modelClearNccModelClearNccModel, the model can no longer be used. The
handle ModelIDModelIDModelIDModelIDmodelID becomes invalid.
- Multithreading type: exclusive (runs in parallel only with independent operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
If the handle of the model is valid, the operator
clear_ncc_modelclear_ncc_modelclear_ncc_modelClearNccModelClearNccModel returns the value 2 (H_MSG_TRUE). If necessary an
exception is raised.
create_ncc_modelcreate_ncc_modelcreate_ncc_modelCreateNccModelCreateNccModel,
read_ncc_modelread_ncc_modelread_ncc_modelReadNccModelReadNccModel,
write_ncc_modelwrite_ncc_modelwrite_ncc_modelWriteNccModelWriteNccModel
clear_all_ncc_modelsclear_all_ncc_modelsclear_all_ncc_modelsClearAllNccModelsClearAllNccModels
Matching
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |