登录
首页 » C# » EmgucvTest

EmgucvTest

于 2013-11-26 发布 文件大小:25982KB
0 176
下载积分: 1 下载次数: 158

代码说明:

  用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步(With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel operator, edge roberts operator and Prewitt operator extraction. Various algorithms to achieve their own instead of calling a function. But reading the image information is used emgucv. The same hopes and common progress of students new to emgucv)

文件列表:

图像处理第一次作业.docx,1301264,2013-11-25
第一次图像处理作业
..................\emgucvTest
..................\..........\App.config,187,2013-11-22
..................\..........\bin
..................\..........\...\Debug
..................\..........\...\.....\cudart32_55.dll,249120,2013-09-22
..................\..........\...\.....\cvextern.dll,2727424,2013-09-22
..................\..........\...\.....\Emgu.CV.dll,307200,2013-09-23
..................\..........\...\.....\Emgu.CV.ML.dll,36864,2013-09-23
..................\..........\...\.....\Emgu.CV.ML.xml,146004,2013-09-23
..................\..........\...\.....\Emgu.CV.UI.dll,126976,2013-09-23
..................\..........\...\.....\Emgu.CV.UI.xml,35149,2013-09-23
..................\..........\...\.....\Emgu.CV.xml,1227435,2013-09-23
..................\..........\...\.....\Emgu.Util.dll,32768,2013-09-23
..................\..........\...\.....\Emgu.Util.xml,22455,2013-09-23
..................\..........\...\.....\emgucvTest.exe,18432,2013-11-25
..................\..........\...\.....\emgucvTest.exe.config,187,2013-11-22
..................\..........\...\.....\emgucvTest.pdb,38400,2013-11-25
..................\..........\...\.....\emgucvTest.vshost.exe,22984,2013-11-26
..................\..........\...\.....\emgucvTest.vshost.exe.config,187,2013-11-22
..................\..........\...\.....\emgucvTest.vshost.exe.manifest,490,2012-06-02
..................\..........\...\.....\nppc32_55.dll,156960,2013-09-22
..................\..........\...\.....\nppi32_55.dll,121352480,2013-09-22
..................\..........\...\.....\npps32_55.dll,15456544,2013-09-22
..................\..........\...\.....\opencv_calib3d290.dll,1018368,2013-09-22
..................\..........\...\.....\opencv_contrib290.dll,1041920,2013-09-22
..................\..........\...\.....\opencv_core290.dll,5073920,2013-09-22
..................\..........\...\.....\opencv_features2d290.dll,674304,2013-09-22
..................\..........\...\.....\opencv_flann290.dll,475136,2013-09-22
..................\..........\...\.....\opencv_highgui290.dll,2437632,2013-09-22
..................\..........\...\.....\opencv_imgproc290.dll,1760768,2013-09-22
..................\..........\...\.....\opencv_legacy290.dll,1176576,2013-09-22
..................\..........\...\.....\opencv_ml290.dll,482816,2013-09-22
..................\..........\...\.....\opencv_nonfree290.dll,871936,2013-09-22
..................\..........\...\.....\opencv_objdetect290.dll,739328,2013-09-22
..................\..........\...\.....\opencv_video290.dll,401920,2013-09-22
..................\..........\...\.....\ZedGraph.dll,307200,2013-02-09
..................\..........\emgucvTest.csproj,4547,2013-11-22
..................\..........\Form1.cs,12150,2013-11-25
..................\..........\Form1.Designer.cs,14966,2013-11-25
..................\..........\Form1.resx,6193,2013-11-25
..................\..........\obj
..................\..........\...\Debug
..................\..........\...\.....\DesignTimeResolveAssemblyReferences.cache,26110,2013-11-25
..................\..........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7342,2013-11-22
..................\..........\...\.....\emgucvTest.csproj.FileListAbsolute.txt,1373,2013-11-26
..................\..........\...\.....\emgucvTest.csproj.GenerateResource.Cache,975,2013-11-25
..................\..........\...\.....\emgucvTest.csprojResolveAssemblyReference.cache,27689,2013-11-22
..................\..........\...\.....\emgucvTest.exe,18432,2013-11-25
..................\..........\...\.....\emgucvTest.Form1.resources,180,2013-11-25
..................\..........\...\.....\emgucvTest.pdb,38400,2013-11-25
..................\..........\...\.....\emgucvTest.Properties.Resources.resources,180,2013-11-22
..................\..........\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2013-11-22
..................\..........\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2013-11-22
..................\..........\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2013-11-22
..................\..........\...\.....\TempPE
..................\..........\Program.cs,522,2013-11-22
..................\..........\Properties
..................\..........\..........\AssemblyInfo.cs,1340,2013-11-22
..................\..........\..........\Resources.Designer.cs,2872,2013-11-22
..................\..........\..........\Resources.resx,5612,2013-11-22
..................\..........\..........\Settings.Designer.cs,1097,2013-11-22
..................\..........\..........\Settings.settings,249,2013-11-22
..................\emgucvTest.sln,920,2013-11-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dark_channel_matlab
    何凯明暗通道先验法进行单幅图像去雾的实现。 严格按照每一步编程。步骤清晰,代码易懂,更改图片路径后便可执行。(Make a single image to achieve HE dark fog channel priori method. In strict accordance with each step programming. Step clear, easy to understand code, change the image path after the executable.)
    2015-01-18 17:00:23下载
    积分:1
  • WatermarkingVedio2
    视频水印matlab源码,此为第二个压缩包,在水印领域的爱好者可以下载作为参考(Video Watermarking Matlab source, which is the second-compressed, Watermark in the field of lovers can download as a reference)
    2006-10-13 17:32:42下载
    积分:1
  • ContrastSeg
    一种改进的对比度分割算法。对红外图像有很好的分割效果。(an improved contrast ratio segmentation algorithm. The infrared image segmentation is a good result.)
    2006-07-19 10:22:28下载
    积分:1
  • masksample
    sample illust back image2 mask sample
    2013-11-13 01:14:35下载
    积分:1
  • totalvariation
    使用全变分模型对受噪声污染的图像进行修复(Using the total variation model of the image affected by noise pollution, to repair)
    2010-05-17 16:21:20下载
    积分:1
  • Tsallis熵分割
    一个基于MATLAB环境的图像分割算法,运用最大熵解决图像分割问题。(An image segmentation algorithm based on MATLAB environment is applied to solve the problem of image segmentation using maximum entropy.)
    2018-04-03 19:50:44下载
    积分:1
  • EMGMMSeg
    对图像进行GMM(混合高斯)拟合后用EM算法进行分割(Image GMM (Gaussian Mixture) after fitting algorithm using EM Segmentation)
    2008-01-11 15:43:44下载
    积分:1
  • SSR_image_enhance
    此程序完成了SSR算法,实现的对比度下的医学图像增强。 可以实现的程序!(this procedure completed the SSR algorithm, and the contrast of the medical image enhancement. The procedure can be achieved!)
    2007-03-23 09:34:04下载
    积分:1
  • Barker_ambig
    任意位巴克码的匹配滤波以及模糊函数matlab源码(Any bit Barker code matched filter and ambiguity function matlab source code)
    2011-12-19 16:24:55下载
    积分:1
  • omp
    图像处理中压缩感知理论,对一维信号运用omp重构(Compressed sensing image processing theory, the use of one-dimensional signal omp reconstructed)
    2012-12-13 22:37:25下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载