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

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

于 2020-07-05 发布 文件大小:11215KB
0 174
下载积分: 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 个回复

  • Embedded-in-the-DCT-coefficients-
    在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻击方法对水印作品进行攻击,查看解码的效果。 (Information embedded in the DCT coefficients of the image, the image of the common 512* 512 size gray-scale (experimental image LENA.BMP). Information embedded in a binary Logo Figure (used in the experiment logo picture shows the tj-logo.bmp), the plot size 32* 32, 1024 Bit. LENA Figure embedded watermark, the watermark image output embedded. (2) logo watermark image decoding, the output decoded Figure statistical error rate. (3) using a different embedding strength for embedding, observe the works intuitive effects and decoding results, and draw the corresponding curve. (4) by adding the noise, change the contrast, JPEG compression attack methods to attack, to see the effect of decoding the watermark works.)
    2012-04-16 18:56:11下载
    积分:1
  • KMeansBMPSeg
    模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序(One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clustering procedure)
    2010-05-22 13:33:13下载
    积分:1
  • ImageProcessing
    说明:  基于块分割的图像拼接,将图像按块拼接,缺点是速度很慢,算法有待改善(Block-based segmentation of the image mosaic, mosaic images by block, the disadvantage is very slow, the algorithm needs to be improved)
    2011-03-24 18:22:01下载
    积分:1
  • Video-Demo
    该源码为目标检测和跟踪算法 包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 (The source code for target detection and tracking algorithm include: 1 Static background background prediction target detection 2 Static background frame difference method for target detection 3. Mean Shift tracking method 4 multi-target tracking methods focus)
    2013-08-11 20:39:39下载
    积分:1
  • star
    C#处理数字图像集锦,有图像旋转、平移等变换,有图像编码,有图像解码,有数字图像处理那本书里的各种算法(C# processing the digital image gallery, image rotation, translation, transformation, and image coding, image decoding, digital image processing various algorithms in the book)
    2012-06-12 07:54:36下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • RRT-path-panning-algorithm
    本文以自主驾驶车辆为实际应用背景.提出了一种改进的RRT(快速随机搜索树)路径规划算法.该路 径规划算法将非完整性约束条件与双向多步扩展RRT搜索算法相结合,在提高搜索效率的同时保证了规划路径的可 行性.同时将路径点作为B样条基函数的控制点,用三次B样条函数来拟合控制点生成平滑可跟踪的路径.通过在平 面障碍物环境下实验,验证了该算法的有效性.(AimingattheapplicationofALV(automaticlandvehicle),animprovedRRT(RapidlyRandom?exploring Trees)pathplanningalgorithm isproposed.Thealgorithm combinesthenoholonomicconstraintsofvehiclewithdoubleextend RRTs,whichnotonlyimprovestheefficiencyofsearchingbutalsoguaranteesthefeasibilityofthepathatthesametime.Thepath pointsaretakenasreferencepointsfortheB?splinebasicfunction,approachandcreateanewsmoothroutewhichsuitsforthevehi? cletofollow.Thesimulationoutcomesandfieldtestsverifytheeffectivenessofthemethodproposed.)
    2012-12-01 18:39:27下载
    积分:1
  • dcmread4
    集成ITK、VTK、MFC读取DICOM的代码,建成win32程序即可。运行完美(Integrated ITK, VTK, MFC to read DICOM code, built win32 program can. Works perfect)
    2021-02-19 16:29:44下载
    积分:1
  • tuxianzhuanzi
    利用c++实现图像转置源代码,像素变换的一种方式(use Image home to the source code, pixel transform the way)
    2006-06-11 17:09:19下载
    积分:1
  • Image-zooming
    实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
    2014-02-13 10:17:26下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载