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

资源简介

Halcon旋转镜像图像

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using HalconDotNet;

namespace RotationMirroImage
{
    public partial class Form1 : Form
    {
        public Hobject hImage;
        HWindow hWin;

        public Form1()
        {
            InitializeComponent();

        }

        private void Form1_Load(object sender EventArgs e)
        {
            HTuple width height;
            hWin = hWindowControl1.HalconWindow;
            string imagePath = Directory.GetCurrentDirectory();
            imagePath += “\\Image\\brycecanyon1.png“;
            HOperatorSet.ReadImage(out hImage imagePath);
            HOperatorSet.Get

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-24 13:56  RotationMirroImage\
     目录           0  2017-11-24 13:56  RotationMirroImage\RotationMirroImage\
     文件         944  2017-11-24 13:56  RotationMirroImage\RotationMirroImage.sln
     文件       28160  2017-11-24 14:17  RotationMirroImage\RotationMirroImage.v11.suo
     目录           0  2017-11-24 13:56  RotationMirroImage\RotationMirroImage\bin\
     目录           0  2017-11-24 14:08  RotationMirroImage\RotationMirroImage\bin\Debug\
     文件     1279544  2014-11-15 02:27  RotationMirroImage\RotationMirroImage\bin\Debug\halcondotnet.dll
     文件     4074746  2014-11-15 01:07  RotationMirroImage\RotationMirroImage\bin\Debug\halcondotnet.xml
     目录           0  2017-11-24 14:08  RotationMirroImage\RotationMirroImage\bin\Debug\Image\
     文件      747571  2003-11-04 16:31  RotationMirroImage\RotationMirroImage\bin\Debug\Image\brycecanyon1.png
     文件       10752  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\bin\Debug\RotationMirroImage.exe
     文件       26112  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\bin\Debug\RotationMirroImage.pdb
     文件       21472  2017-11-24 14:17  RotationMirroImage\RotationMirroImage\bin\Debug\RotationMirroImage.vshost.exe
     文件         490  2010-03-17 22:39  RotationMirroImage\RotationMirroImage\bin\Debug\RotationMirroImage.vshost.exe.manifest
     文件        2011  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\Form1.cs
     文件        5125  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\Form1.Designer.cs
     文件        5817  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\Form1.resx
     目录           0  2017-11-24 13:56  RotationMirroImage\RotationMirroImage\obj\
     目录           0  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\obj\Debug\
     文件        9839  2017-11-24 13:57  RotationMirroImage\RotationMirroImage\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6687  2017-11-24 14:05  RotationMirroImage\RotationMirroImage\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件        1016  2017-11-24 14:17  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.csproj.FileListAbsolute.txt
     文件         847  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.csproj.GenerateResource.Cache
     文件       10085  2017-11-24 14:08  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.csprojResolveAssemblyReference.cache
     文件       10752  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.exe
     文件         180  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.Form1.resources
     文件       26112  2017-11-24 14:16  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.pdb
     文件         180  2017-11-24 14:08  RotationMirroImage\RotationMirroImage\obj\Debug\RotationMirroImage.Properties.Resources.resources
     文件           0  2017-11-24 13:56  RotationMirroImage\RotationMirroImage\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
     文件           0  2017-11-24 13:56  RotationMirroImage\RotationMirroImage\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
     文件           0  2017-11-24 13:56  RotationMirroImage\RotationMirroImage\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
............此处省略9个文件信息

评论

共有 条评论