资源简介
代码片段和文件信息
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
- 上一篇:批量图片合并源码
- 下一篇:二维码生成(支持多达700字的单图片生成)
评论
共有 条评论