最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Halcon10-C語言編程

2023-07-02 11:35 作者:Halcom中國  | 我要投稿

#include "HalconC.h"


main()

{

? Hobject? ?Monkey;

? long? ? ? Row,Column,Button;

? long? ? ? WindowHandle;

? long? ? ? Pointer,Width,Height;

? char? ? ? Type[MAX_STRING];

? Herror? ? err;

? int? ? ? ?i;

?


? (void)printf("-----------------------------\n");

? (void)printf("Example program for HALCON/C:\n");

? (void)printf("-----------------------------\n");

? (void)printf("- read image <monkey>\n");

? (void)printf("- open graphics window\n");

? (void)printf("- display image with zooming\n");

? (void)printf("- program ends by mouse click\n\n");


? (void)printf("Read image file <monkey> ...\n");

? err = read_image(&Monkey,"monkey");

? if (err != H_MSG_TRUE)

? {

? ? (void)printf("Could not find or open file <monkey>\n");

? ? (void)printf("Specify HALCONIMAGES to the image directory\n");

? ? return(1);

? }

? (void)printf("Open the graphics window ...\n");

? (void)get_image_pointer1(Monkey,&Pointer,Type,&Width,&Height);

? (void)open_window(0,0,Width,Height,0,"visible","",&WindowHandle);

? (void)printf("Display the image with zooming ...\n");

? (void)disp_image(Monkey,WindowHandle);

? for (i=255; i>0; i-=2)

? {

? ? (void)set_part(WindowHandle,255-i,255-i,255+i,255+i);

? ? (void)disp_image(Monkey,WindowHandle);

? }

? (void)set_part(WindowHandle,0,0,511,511);

? (void)disp_image(Monkey,WindowHandle);

? (void)printf("To quit program: Click with mouse into graphics window ...\n");

? (void)get_mbutton(WindowHandle,&Row,&Column,&Button);

? switch (Button) {

? ? case 1:?

? ? ? (void)printf("-> Left button pressed!\n");

? ? ? break;

? ? case 2:?

? ? ? (void)printf("-> Middle button pressed!\n");

? ? ? break;

? ? case 4:?

? ? ? (void)printf("-> Right button pressed!\n");

? ? ? break;

? }

? (void)printf("-> Mouse position: (row,column) = (%d,%d)\n",Row,Column);


? (void)printf("The End.\n");

? return(0);

}



Halcon10-C語言編程的評論 (共 條)

分享到微博請遵守國家法律
梁河县| 巫山县| 宾川县| 边坝县| 新绛县| 科技| 涪陵区| 泰兴市| 唐河县| 双鸭山市| 石城县| 汶上县| 北辰区| 赣榆县| 讷河市| 永新县| 五大连池市| 体育| 泌阳县| 伊宁县| 孟连| 尼木县| 嘉义县| 遵义县| 迁安市| 武城县| 黄龙县| 长治市| 福鼎市| 武清区| 樟树市| 名山县| 马关县| 类乌齐县| 沙洋县| 遵义市| 固始县| 扶绥县| 马尔康县| 玛多县| 仙居县|