<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Hello Mat - 基本应用</title>
    <link>http://halcom.cn/forum.php?mod=forumdisplay&amp;fid=150</link>
    <description>Latest 20 threads of 基本应用</description>
    <copyright>Copyright(C) Hello Mat</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 22 Jun 2026 05:05:48 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://halcom.cn/static/image/common/logo_88_31.gif</url>
      <title>Hello Mat</title>
      <link>http://halcom.cn/</link>
    </image>
    <item>
      <title>读写Mnist保存为指定格式</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=55819</link>
      <description><![CDATA[读写Mnist保存为指定格式，图像数据如下：链接：https://pan.baidu.com/s/11UBOdsZ9FYi7PR0bGkn-JQ  提取码：y4v8结果如下：]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Sun, 05 Feb 2023 12:01:54 +0000</pubDate>
    </item>
    <item>
      <title>读取txt文件</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=52400</link>
      <description><![CDATA[对于tuple的操作]]></description>
      <category>基本应用</category>
      <author>GTX_AI</author>
      <pubDate>Sun, 10 May 2020 12:29:44 +0000</pubDate>
    </item>
    <item>
      <title>多个图像同步显示解决图像闪烁问题</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=52291</link>
      <description><![CDATA[多个图像显示解决图像闪烁问题open_windows_multi_view_setup函数如下：
enforce_visualization函数如下：
主要函数：
set_system (\'flush_graphic\', \'false\')
set_system (\'flush_graphic\', \'true\')

PS：Halcon12版本]]></description>
      <category>基本应用</category>
      <author>GTX_AI</author>
      <pubDate>Sun, 19 Apr 2020 04:06:44 +0000</pubDate>
    </item>
    <item>
      <title>将多个图像转化为多通道图像</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=52205</link>
      <description><![CDATA[将多个图像转化为多通道图像，求解多个图像的均值]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Sun, 09 Feb 2020 12:43:01 +0000</pubDate>
    </item>
    <item>
      <title>Halcon在VS下调试</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=6910</link>
      <description><![CDATA[Halcon在VS下调试
安装C:\\Program Files\\MVTec\\HALCON-12.0\\misc即可。
VS调试界面，会看到halcon的变量查看窗口。
VS2015 + Halcon12.0.1]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Mon, 18 Dec 2017 13:10:32 +0000</pubDate>
    </item>
    <item>
      <title>Halcon基础视频</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=6594</link>
      <description><![CDATA[Halcon基础视频：
我接触Halcon的时候，各种搜资料，手上保留的这几个视频，在此分享给大家，共建共享，希望对大家有用：
【0】Halcon资料大合集：链接：http://pan.baidu.com/s/1mi45QIk 密码：3p28
【1】Halcon基础视频教程：（初识Halcon程序）链接：http://pan.b ...]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Sun, 26 Nov 2017 04:59:52 +0000</pubDate>
    </item>
    <item>
      <title>Halcon基本应用大全——聚宝盆</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=981</link>
      <description><![CDATA[Halcon基本应用大全——聚宝盆
【1】Halcon算子help文档
【2】新建指定大小的图形窗口
【3】Halcon中的$语法
【4】获取鼠标事件
【5】保存当前窗口的图像（快照）
【6】“System.BadImageFormatException”类型的未经处理的异常在 halcondotnet.dll 中
【7】读取 ...]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Sat, 01 Apr 2017 05:05:34 +0000</pubDate>
    </item>
    <item>
      <title>Halcon中的$语法</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=356</link>
      <description><![CDATA[i1 := 123$\'#o\'  //8进制，0为前缀
i2 := 123$\'#x\'  //16进制，0x为前缀，7b为赋值
i3 := 123$\'#X\'  //16进制，0x为前缀，7B为赋值，7b与7B是一样的
i4 := 123$\'#f\'  //double型，默认保留小数点后六位，$\'#.3f\'为小数点后三位
i5 := 123$\'#g\'  //使数字始终保持六 ...]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Tue, 07 Feb 2017 11:01:56 +0000</pubDate>
    </item>
    <item>
      <title>新建指定大小的图形窗口</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=352</link>
      <description><![CDATA[新建指定大小的图形窗口：
先关闭当前窗口，再打开一个窗口，并设置相应的窗口长宽即可。]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Mon, 06 Feb 2017 13:40:28 +0000</pubDate>
    </item>
    <item>
      <title>获取鼠标事件</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=293</link>
      <description><![CDATA[C:%users\\Public\\Documents\\MVTec\\HALCON-12.0\\examples\\hdevelop\\Tools\\Geometry\\intersection_contours.hdev
如此，结合MFC或者C#很容易实现窗口图像的放大缩小，具体链接如下：
**** 本内容被作者隐藏 ****]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Thu, 26 Jan 2017 10:14:03 +0000</pubDate>
    </item>
    <item>
      <title>保存当前窗口的图像（快照）</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=292</link>
      <description><![CDATA[dump_window_image]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Thu, 26 Jan 2017 10:12:15 +0000</pubDate>
    </item>
    <item>
      <title>“System.BadImageFormatException”类型的未经处理的异常在 halcondotnet.dll 中...</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=281</link>
      <description><![CDATA[“System.BadImageFormatException”类型的未经处理的异常在 halcondotnet.dll 中发生
需要修改该工程的debug选项（该工程的属性里面），改为x86或者x64]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Mon, 23 Jan 2017 04:53:08 +0000</pubDate>
    </item>
    <item>
      <title>读取txt数据（替代读取excel数据）</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=206</link>
      <description><![CDATA[halcon读取txt数据还是很方便的，但是读取excel数据就显得棘手了。
建议将excel数据复制到 txt文本文件里面
open_file (\'area.dat\', \'input\', FileHandle)
fread_string (FileHandle, Number, IsEOF)
Number := number(Number)
IsEOF := 0
while (IsEOF == 0)
   ...]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Sat, 24 Dec 2016 13:44:26 +0000</pubDate>
    </item>
    <item>
      <title>获取图像的名称</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=203</link>
      <description><![CDATA[机器学习算法应用时，图像序号名称的提取很关键，因为halcon的图像读取不是严格按照1-100排列的，而是1,10,11，……2,20,21，……等等]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Fri, 23 Dec 2016 13:11:02 +0000</pubDate>
    </item>
    <item>
      <title>Halcon算子help文档</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=201</link>
      <description><![CDATA[C:%users\\Public\\Documents\\MVTec\\HALCON-12.0\\examples\\hdevelop\\Filters\\Smoothing
读者可在此路径下，查看现有的算法文档。]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Thu, 22 Dec 2016 13:53:55 +0000</pubDate>
    </item>
    <item>
      <title>读写数据到csv、txt文件</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=94</link>
      <description><![CDATA[数据的保存工作在Halcon软件中时常用到，特别是测试大规模的图像数据时，需要统计每幅图像的特征值时，就需要实时的保存数据到文本文件、csv文件或者EXCEL文件等，Halcon提供了强大的数据读写功能。

        运行程序后，输出结果如下。       循环写入数据到cs ...]]></description>
      <category>基本应用</category>
      <author>Halcom</author>
      <pubDate>Mon, 05 Dec 2016 14:43:30 +0000</pubDate>
    </item>
  </channel>
</rss>