dev_clear_obj — Delete an iconic object from the HALCON database.
dev_clear_obj(Objects : : : )
dev_clear_obj 用于从 HALCON 数据库中删除不再需要的图标对象。
Never use clear_obj to clear objects in HDevelop. The
operator dev_clear_obj has to be used instead.
Objects (输入对象) object(-array) → object
待删除对象。
dev_clear_obj returns always 2 (H_MSG_TRUE)。
clear_obj,
dev_set_check,
reset_obj_db
基础