• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 像素  

资源简介


资源截图

代码片段和文件信息

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 System.Diagnostics;
using System.Runtime.InteropServices;
using Emgu.CV;
using Emgu.CV.CvEnum;
using Emgu.CV.Structure;
using Emgu.CV.UI;

namespace ImageProcessLearn
{
    public partial class FormFeatureDetection : Form
    {
        //成员变量
        private string sourceImageFileName = “wky_tms_2272x1704.jpg“;   //源图像文件名
        private Image imageSource = null;                    //源图像
        private Image imageSourceGrayscale = null;          //灰度源图像

        public FormFeatureDetection()
        {
            InitializeComponent();
        }

    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      43447  2010-03-03 21:04  特征检测\FormFeatureDetection.cs

     文件      99495  2010-02-27 18:36  特征检测\FormFeatureDetection.Designer.cs

     文件       5814  2010-02-27 18:36  特征检测\FormFeatureDetection.resx

     文件       9207  2010-02-27 19:42  特征检测\SiftDetector.cs

     文件       6077  2010-02-27 19:44  特征检测\VlFeatInvoke.cs

     目录          0  2010-03-03 22:16  特征检测

----------- ---------  ---------- -----  ----

               164040                    6


评论

共有 条评论