OpenWindow(0,0,ui->graphicsView->width(),ui->graphicsView->height(),WindID,"visible","",&hv_WindowHandle); } Widget::~Widget() { delete ui; } void Widget::on_pushButton_clicked() { HTuple finalpath; QString path = QFileDialog::getOpenFileName(this,"select image","","(*.png *...
#define H_ERR_OPCF 3308 /* Not possible to open classificator's file */ #define H_ERR_SCLA 3309 /* Error while saving the classificator */ #define H_ERR_OPF 3310 /* Not possible to open protocol file */ #define H_ERR_CLEX 3311 /* Classificator with this name is already ex...
(2)也可能这样报错: .build_release/tools/caffe: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory 原因与上面类似在usr/lib/x86_64-linux-gnu下查看到我的版本是libboost_system.so.1.54.0,所以用下面的命令解决后重新runtest。
openFileDialog1.RestoreDirectory = true; openFileDialog1.FilterIndex = 1; if (openFileDialog1.ShowDialog() == DialogResult.OK) { // 如果可以打开该文件路径,将该文件路径的图片显示在hWindowControl2窗口,并将图片变量赋值给readImage ImagePath = openFileDialog1.FileName; readImage = HD.ReadPicture(hW...
CogImageFileJPEG imgFile = new CogImageFileJPEG();imgFile.Quality = 80;imgFile.Open( DateTime.Now.ToString("yyyyMMddHHmmss") + "_.jpg", CogImageFileModeConstants.Write);imgFile.Append(cogRecordDisplay1.Image);imgFile.Close(); 回复(1) 喜欢 ...
摘要:dev_open_file_dialog('read_image', 'dir', 'default', Selection) list_image_files(Selection, 'default', [], ImageFiles)SaveFolder := Selection+'/ModeFi 阅读全文 posted @ 2024-12-10 15:21 QuincyYi 阅读(12) 评论(0) 推荐(0) 编辑 set...
我在楼上的代码加上了注释方便阅读和快速了解思路,并且补充了前面红色部分,因为不加前面的部分,后面的红色部分会报错: read_image (Image, 'F:/file/Halcon_test/halcon_file/找圆的却口/找却口.jpg') dev_display(Image) //显示图像 get_image_size(Image, Width, Height) //获取图像尺寸 dev_ope...
在玩视觉的路上把坑记录下来 halcon 学习笔记 摘要: 1、HsmartWindow 报错问题 2、HwindowCtronl绘制图形未结束又点击绘制导致错误 3、论坛转贴 常见问题 4、找圆找线部分参数设置 5、实现基于形状的模板匹配 6、一维测量-卡尺 7、直线/圆拟合 1-- HsmartWindow 控件除了会调用halcondonet.dll外阅读全...
halcon上使用GigEVision格式相机可以使用并打开 但是如果移植到QT(vs2013)平台上的时候会出现=>LOG : : Cannot open logger parameter file 'D:\Program Files\MVTec\HALCON-1 并无法显示 此时本人查找各种资料并无此现象说明,最后将其改为'GenICamTL'格式便... ...