Runtime complexity: O(|Objects| +NumObj); Memory complexity of the result object: O(NumObj) Result copy_objreturns 2 (H_MSG_TRUE) if all objects are contained in the HALCON database and all parameters are correct. If the input is empty the behavior can be set viaset_system(::'no_...
copy_objreturns2(H_MSG_TRUE) if all objects are contained in the HALCON database and all parameters are correct. If the input is empty the behavior can be set viaset_system(::'no_object_result',<Result>:). If necessary, an exception is raised. ...
一般深拷贝都发生在方法内部,比如引用类型的构造函数或者Halcon里面的copy_obj方法。
read_image(Image,'monkey') open_window(0,0,-1,-1,'root','buffer','',WindowHandleBuffer) disp_obj(Image,WindowHandleBuffer) dev_open_window (0, 0, 512, 512, 'black', WindowHandle) draw_rectangle1 (WindowHandle, Row1, Column1, Row2, Column2) copy_rectangle(WindowHandleBuffer,Window...
halcon算子翻译——copy_image 名称 copy_image - 复制图像并为其分配新的内存。 用法 copy_image(Image : DupImage : : ) 描述 copy_image将输入图像复制到与输入图像具有相同域(ROI)的新图像。 与HALCON算子(如copy_obj)相比,所有通道的物理副本均已创建。 例如,这可以用来修改新图像的灰度值(请参阅get_...
copy_obj— Copy an iconic object in the HALCON database. Signature copy_obj(Objects:ObjectsSelected:Index,NumObj: ) copy_objcopiesNumObjiconic objects beginning with indexIndex(starting with 1) from the iconic input object tupleObjectsto the output objectObjectsSelected. If -1 is passed forNum...
Runtime complexity: O(|Objects| +NumObj); Memory complexity of the result object: O(NumObj) Result copy_objreturns 2 (H_MSG_TRUE) if all objects are contained in the HALCON database and all parameters are correct. If the input is empty the behavior can be set viaset_system(::'no_...
copy_objreturns TRUE if all objects are contained in the HALCON database and all parameters are correct. If the input is empty the behavior can be set viaset_system(::'no_object_result',<Result>:). If necessary, an exception is raised. ...
Runtime complexity: O(|Objects| +NumObj); Memory complexity of the result object: O(NumObj) Result copy_objreturns 2 (H_MSG_TRUE) if all objects are contained in the HALCON database and all parameters are correct. If the input is empty the behavior can be set viaset_system(::'no_...
copy_image— Copy an image and allocate new memory for it. Signature Description Execution Information Multithreading type: reentrant (runs in parallel with non-exclusive operators). Multithreading scope: global (may be called from any thread). ...