登录
首页 » Visual C++ » 直线段检测算法EDLines C++实现 EDTest-VS2010

直线段检测算法EDLines C++实现 EDTest-VS2010

于 2020-07-05 发布 文件大小:11215KB
0 328
下载积分: 1 下载次数: 14

代码说明:

  直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)

文件列表:

EDTest-VS2010\cv210.dll, 2085888 , 2010-04-06
EDTest-VS2010\cv210.lib, 471900 , 2010-04-06
EDTest-VS2010\cxcore210.dll, 2201088 , 2010-04-06
EDTest-VS2010\cxcore210.lib, 411508 , 2010-04-06
EDTest-VS2010\ED-EdgeMap.pgm, 262180 , 2013-11-04
EDTest-VS2010\ED.pdf, 6628314 , 2012-06-14
EDTest-VS2010\EDDLL.dll, 16896 , 2012-08-08
EDTest-VS2010\EdgeMap.h, 1346 , 2012-06-21
EDTest-VS2010\EDLib.h, 2196 , 2013-03-15
EDTest-VS2010\EDLib.lib, 6101694 , 2013-11-04
EDTest-VS2010\EDPF-EdgeMap.pgm, 262180 , 2013-11-04
EDTest-VS2010\EDPF.pdf, 2558338 , 2012-03-02
EDTest-VS2010\EDTest.sln, 878 , 2013-11-04
EDTest-VS2010\EDTest.suo, 15872 , 2013-03-18
EDTest-VS2010\EDTest.v11.suo, 31232 , 2013-11-04
EDTest-VS2010\EDTest.vcproj, 3662 , 2012-08-08
EDTest-VS2010\EDTest.vcxproj, 4145 , 2013-11-04
EDTest-VS2010\EDTest.vcxproj.filters, 940 , 2013-11-04
EDTest-VS2010\lena.pgm, 262182 , 2010-11-24
EDTest-VS2010\License.txt, 1752 , 2013-03-15
EDTest-VS2010\main.cpp, 10227 , 2013-03-15
EDTest-VS2010\Timer.h, 718 , 2012-02-05
EDTest-VS2010\UpgradeLog.htm, 20146 , 2013-11-04
EDTest-VS2010\UpgradeLog.XML, 4014 , 2013-11-04
EDTest-VS2010, 0 , 2013-11-04

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

发表评论

0 个回复

  • ImgZoom
    OPENCV做图像变形的经典代码啊,适合比较初级的同学看看(OPENCV do image warping the classic code ah, suitable for elementary students to see more)
    2009-12-02 20:06:13下载
    积分:1
  • imnoise
    imnoise的M文件,对数字图像的加噪声非常有用处!(imnoise M-files, plus noise on digital images is very useful!)
    2013-10-19 19:04:08下载
    积分:1
  • GetContour
    说明:  用于物体目标轮廓的提取与跟踪,能更好的识别出物体轮廓。(Target contour for object extraction and tracking, to better identify the contours of objects.)
    2010-04-07 09:46:42下载
    积分:1
  • ppbNakagami
    处理Gamma乘性噪声的PPB方法,考虑了非局部patch的相似性,可处理SAR图像去噪。(The PPB method for multicative noise removal, which based on the Probabilistic Patch similarity.)
    2021-04-12 18:18:57下载
    积分:1
  • eye-gaze-estimation
    文中主要研究使用普通的摄像头进行人眼视线方向的估计。在综合介绍了各种人眼视线检测方法的基础上提出了一种新的图像处理的方法来检测人眼视线方向(The main study used an ordinary camera line of sight of the human eye is estimated. In the consolidated a variety of the human eye sight detection method based on a new image processing method to detect the line of sight of the human eye)
    2012-07-10 21:37:32下载
    积分:1
  • Digital-Image(201008)
    计算机图形学图像处理学习内容,附带PPT教程里面的代码。(the ppt for Digital Image)
    2012-02-18 15:17:52下载
    积分:1
  • CxImage
    说明:  VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 (VC++ image processing library CxImage source code, CxImage is a can be used MFC' s C++ classes, you can open, save, display, convert various formats of image files, such as BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K and other formats. Can achieve BMP &lt -&gt JPG, PNG &lt &gt TIFF format conversion, etc..)
    2011-04-08 12:16:37下载
    积分:1
  • ElizziqunMATTd
    边缘检测 的 matlab粒子群程序序源码 ,希望对你有所帮助 (Edge detection matlab particle swarm procedure sequence source, you want to help)
    2012-07-29 23:52:42下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • imageprocess
    这是本智能图像处理的书教你如何读取BMP图像二值化中值滤波还有灰度变换图像匹配,检索(This is the intelligent image processing book teaches you how to read the BMP image binarization there are gray-scale transformation in the value of the filter image matching, retrieval)
    2011-05-23 21:23:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载