登录
首页 » Visual C++ » zengqiang

zengqiang

于 2010-06-15 发布 文件大小:2002KB
0 127
下载积分: 1 下载次数: 6

代码说明:

  图像增强里的小程序,有中值滤波,平滑处理还有频域增强(Image Enhancement in the small procedures, median filtering, smoothing also enhanced the frequency domain)

文件列表:

zengqiang


.........\Debug
.........\.....\vc60.idb,123904,2009-11-18
.........\.....\vc60.pdb,69632,2009-11-18
.........\.....\增强.exe,1364012,2009-11-18
.........\.....\增强.ilk,1760968,2009-11-18
.........\.....\增强.obj,28295,2009-11-18
.........\.....\增强.pch,2609236,2009-11-18
.........\.....\增强.pdb,2802688,2009-11-18

.........\增强.cpp,8728,2009-11-18
.........\增强.dsp,3384,2009-11-18
.........\增强.dsw,516,2009-11-18
.........\增强.ncb,41984,2009-11-18
.........\增强.opt,48640,2009-11-18
.........\增强.plg,242,2009-11-18

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

发表评论

0 个回复

  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • LSB
    C++语言实现的LSB数字水印算法,Visual C++亲测可用。(C++ language LSB digital watermarking algorithm, the Visual C++ pro-measurement available.)
    2020-10-20 20:07:24下载
    积分:1
  • codes
    红外与可见光实时融合算法 ------------------------------------ 若不能读取xvid视频,请安装XviD-1.1.3-28062007.exe。 ----------------------------------- 请双击*.bat文件看程序运行结果。 也可以在命令行下,输入“evs3 参数文件.xml 配准.xml”,以融合指定的多源视频图像。 ---------------------------------- 首先,离线地时空配准多源视频,并保存结果到xml文件。然后融合配准后的图像。融合过程是,通过分解图像为Laplacian金字塔,分别对图像的高频和低频按照规则合并,最后将Laplacian金字塔重新组合为图像。(Real time fusion algorithm for infrared and visible light------------------------------------If you cannot read XviD video, please install XviD-1.1.3-28062007.exe.-----------------------------------Double-click the*.bat file to see the program running results.Can also be in the command line, " evs3 input parameter file .Xml .Xml registration ", by the fusion of the specified source video image.----------------------------------First of all, offline space-time registration source video, and save the results to a XML file. After registration and fusion image. Through the decomposition of the image fusion process, Laplacian Pyramid, were on the high-frequency and low frequency image in accordance with the rules of the merger, Laplacian Pyramid reassembled for image.)
    2013-01-09 14:42:39下载
    积分:1
  • lanxufa
    摄影测量源码,连续法的相对定向算法,提供实验数据和程序(Photogrammetric source, the relative orientation algorithm of the continuous method, the experimental data and procedures)
    2012-07-25 10:53:47下载
    积分:1
  • Shadow-Detection
    阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
    2021-04-11 19:08:58下载
    积分:1
  • WindowsFormsImage2
    图形处理的部分,能进行图像的中值过滤处理(To the median filter for image processing)
    2011-11-19 09:54:39下载
    积分:1
  • FBP
    N年前上数字图像课时写的实验报告和程序,用滤波反投影(Filter Back Project,FBP)法重建图像。(Report and source code for data image restore experiment, using FBP.)
    2013-08-23 00:08:28下载
    积分:1
  • TextureMesh
    RunSFM中作者写的纹理映射的应用程序(RunSFM the authors write texture mapping application)
    2015-01-29 17:42:25下载
    积分:1
  • backgroud(12.22)
    本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。(development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circular calculation. Under the vc compile.)
    2006-12-22 19:07:30下载
    积分:1
  • VCPP-image-processing-chapter05
    VisualC++数字图像处理技术详解第2版光盘-第五章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter V)
    2016-04-16 13:33:13下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载