halcon-concat_obj两个区域组合成区域集 在HDevelop中 gen_region_line (RegionLines, 100, 50, 100, 150) gen_region_line (RegionLines1, 150, 50, 150, 150) concat_obj (RegionLines, RegionLines1, ObjectsConcat) *两个区域组合成区域集 *参数3:输出区域 dev_open_window(0,100,300,300,'black'...
concat_obj (RegionLines, RegionLines1, ObjectsConcat) *两个区域组合成区域集 *参数3:输出区域 dev_open_window(0,100,300,300,'black',WindowHandle) dev_display(ObjectsConcat) 1. 2. 3. 4. 5. 6. 7. 8. 9. 在Qt Creator中 HObject ho_RegionLines, ho_RegionLines1, ho_ObjectsConcat; HTup...
concat_obj returns 2 (H_MSG_TRUE) if all objects are contained in the HALCON database. If the input is empty the behavior can be set via set_system(::'no_object_result',<Result>:). If necessary, an exception is raised.See also...
HTuple hv_P1C, hv_P2R, hv_P2C;// Initialize local and output iconic variablesHOperatorSet.GenEmptyObj(outho_Arrow); HOperatorSet.GenEmptyObj(outho_Cross1); HOperatorSet.GenEmptyObj(outho_Cross2); HOperatorSet.GenEmptyObj(outho_CrossP1); HOperatorSet.GenEmptyObj(outho_CrossP2);//Genera...
concat_obj (RegionLines, RegionLines1, ObjectsConcat) *两个区域组合成区域集 *参数3:输出区域 dev_open_window(0,100,300,300,'black',WindowHandle) dev_display(ObjectsConcat) 1. 2. 3. 4. 5. 6. 7. 8. 9. 在Qt Creator中 HObject ho_RegionLines, ho_RegionLines1, ho_ObjectsConcat; ...
concat_obj returns 2 (H_MSG_TRUE) if all objects are contained in the HALCON database. If the input is empty the behavior can be set via set_system(::'no_object_result',<Result>:). If necessary, an exception is raised.See also...
concat_obj(Operator) Name concat_obj— Concatenate two iconic object tuples. Signature Description concat_objconcatenates the two tuples of iconic objectsObjects1andObjects2into a new tuple of iconic objectsObjectsConcat. Hence, this tuple contains all the iconic objects of the two input tuples: ...