• 大小: 0.73M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Halcon  

资源简介

简单的读取图片

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using HalconDotNet;
namespace _0408简单读取
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        public partial class HDevelopExport
        {
            public HTuple hv_ExpDefaultWinHandle;

            // Main procedure 
            private void action()
            {


                // Local iconic variables 

                Hobject ho_image;

                // Local control variables 

                HTuple hv_Width = new HTuple() hv_Height = new HTuple();
                // Initialize loc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-04-08 17:43  0408简单读取\
     目录           0  2020-04-08 17:45  0408简单读取\0408简单读取\
     文件        3922  2020-04-08 17:49  0408简单读取\0408简单读取\0408简单读取.csproj
     文件        2873  2020-04-08 17:49  0408简单读取\0408简单读取\Form1.Designer.cs
     文件        2130  2020-04-08 17:57  0408简单读取\0408简单读取\Form1.cs
     文件        6022  2020-04-08 17:49  0408简单读取\0408简单读取\Form1.resx
     文件         498  2020-04-08 17:43  0408简单读取\0408简单读取\Program.cs
     目录           0  2020-04-08 17:43  0408简单读取\0408简单读取\Properties\
     文件        1370  2020-04-08 17:43  0408简单读取\0408简单读取\Properties\AssemblyInfo.cs
     文件        2886  2020-04-08 17:43  0408简单读取\0408简单读取\Properties\Resources.Designer.cs
     文件        5612  2020-04-08 17:43  0408简单读取\0408简单读取\Properties\Resources.resx
     文件        1104  2020-04-08 17:43  0408简单读取\0408简单读取\Properties\Settings.Designer.cs
     文件         249  2020-04-08 17:43  0408简单读取\0408简单读取\Properties\Settings.settings
     目录           0  2020-04-08 17:43  0408简单读取\0408简单读取\bin\
     目录           0  2020-04-08 17:51  0408简单读取\0408简单读取\bin\Debug\
     文件        9728  2020-04-08 17:57  0408简单读取\0408简单读取\bin\Debug\0408简单读取.exe
     文件       26112  2020-04-08 17:57  0408简单读取\0408简单读取\bin\Debug\0408简单读取.pdb
     文件       22472  2020-04-08 17:57  0408简单读取\0408简单读取\bin\Debug\0408简单读取.vshost.exe
     文件     1516040  2019-05-28 17:36  0408简单读取\0408简单读取\bin\Debug\halcondotnet.dll
     文件     4555857  2019-05-28 17:16  0408简单读取\0408简单读取\bin\Debug\halcondotnet.xml
     目录           0  2020-04-08 17:57  0408简单读取\0408简单读取\bin\Release\
     目录           0  2020-04-08 17:43  0408简单读取\0408简单读取\obj\
     目录           0  2020-04-08 17:57  0408简单读取\0408简单读取\obj\Debug\
     文件         986  2020-04-08 17:57  0408简单读取\0408简单读取\obj\Debug\0408简单读取.csproj.FileListAbsolute.txt
     文件         975  2020-04-08 17:49  0408简单读取\0408简单读取\obj\Debug\0408简单读取.csproj.GenerateResource.Cache
     文件        9728  2020-04-08 17:57  0408简单读取\0408简单读取\obj\Debug\0408简单读取.exe
     文件       26112  2020-04-08 17:57  0408简单读取\0408简单读取\obj\Debug\0408简单读取.pdb
     文件        6979  2020-04-08 17:45  0408简单读取\0408简单读取\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2020-04-08 17:57  0408简单读取\0408简单读取\obj\Debug\TempPE\
     文件         180  2020-04-08 17:49  0408简单读取\0408简单读取\obj\Debug\_0408简单读取.Form1.resources
     文件         180  2020-04-08 17:49  0408简单读取\0408简单读取\obj\Debug\_0408简单读取.Properties.Resources.resources
............此处省略2个文件信息

评论

共有 条评论