摘要: 在HDevelop中 算数 a:=[-10,100,130] t:=[-0.5,0.5,1] tuple_abs (a, Abs) *计算一个元组的绝对值 *[10, 100, 130] tuple_acos (t, ACos) *计算一个元组的反余弦 *参数1:输入元组。 限制:-1<=t<=1 阅读全文
posted @ 2022-03-16 13:35 天子骄龙 阅读(2790) 评论(0) 推荐(1)
摘要: 在HDevelop中 dev_close_window () read_image (Image, 'D:/bb/tu/8.jpg') rgb1_to_gray (Image, GrayImage) edges_sub_pix (GrayImage, Edges, 'canny', 1, 5, 10 阅读全文
posted @ 2022-03-16 12:21 天子骄龙 阅读(1416) 评论(0) 推荐(0)
摘要: 在HDevelop中 dev_update_off() dev_open_window(10,10,500,500,'black',WindowHandle) draw_xld (ContOut, WindowHandle, 'true', 'true', 'true', 'true') *手绘轮廓 阅读全文
posted @ 2022-03-16 09:02 天子骄龙 阅读(1531) 评论(0) 推荐(1)