| Table of Contents / Matrix / Creation | Operators |
clear_all_matrices — Clear all matrices from memory.
It is not recommended to use the operator clear_all_matrices in HDevelop. The use of an unvalid matrix handle after this operator leads to an unpredictable behavior or even to a crash of HDevelop.
clear_all_matrices( : : : )
The operator clear_all_matrices frees the memory of all matrices that were created by create_matrix or another matrix operator. After calling clear_all_matrices, no matrix can be used any longer.
clear_all_matrices exists solely for the purpose of implementing the “reset program” functionality in HDevelop. clear_all_matrices must not be used in any application.
clear_all_matrices always returns the value 2 (H_MSG_TRUE).
Foundation
| Table of Contents / Matrix / Creation | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |