登录
首页 » Visual C++ » InversePerspectiveMapping

InversePerspectiveMapping

于 2016-12-04 发布 文件大小:28001KB
0 262
下载积分: 1 下载次数: 40

代码说明:

  对输入的图像帧感兴趣区域进行逆透视投影变换,得到俯视图。(The input of the image frame of interest in the area of the inverse perspective projection transform, get a top view. InversePerspectiveMapping)

文件列表:

InversePerspectiveMapping
.........................\Debug
.........................\.....\InversePerspectiveMapping.exe,115712,2014-10-06
.........................\.....\InversePerspectiveMapping.ilk,1045908,2014-10-06
.........................\.....\InversePerspectiveMapping.pdb,1362944,2014-10-06
.........................\.....\opencv_core245d.dll,3422208,2013-04-05
.........................\.....\opencv_ffmpeg245.dll,9162979,2013-04-05
.........................\.....\opencv_highgui245d.dll,3610624,2013-04-05
.........................\.....\opencv_imgproc245d.dll,3079168,2013-04-05
.........................\.....\opencv_objdetect245d.dll,1534976,2013-04-05
.........................\InversePerspectiveMapping
.........................\.........................\Debug
.........................\.........................\.....\CL.read.1.tlog,28374,2014-10-06
.........................\.........................\.....\CL.write.1.tlog,1378,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping.Build.CppClean.log,2727,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping.exe.embed.manifest,406,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping.exe.embed.manifest.res,472,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping.exe.intermediate.manifest,381,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping.lastbuildstate,64,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping.log,4049,2014-10-06
.........................\.........................\.....\InversePerspectiveMapping_manifest.rc,240,2014-10-06
.........................\.........................\.....\IPM.obj,294743,2014-10-06
.........................\.........................\.....\link-cvtres.read.1.tlog,2,2014-10-06
.........................\.........................\.....\link-cvtres.write.1.tlog,2,2014-10-06
.........................\.........................\.....\link.1052-cvtres.read.1.tlog,2,2014-10-06
.........................\.........................\.....\link.1052-cvtres.write.1.tlog,2,2014-10-06
.........................\.........................\.....\link.1052.read.1.tlog,2,2014-10-06
.........................\.........................\.....\link.1052.write.1.tlog,2,2014-10-06
.........................\.........................\.....\link.3156-cvtres.read.1.tlog,2,2014-10-06
.........................\.........................\.....\link.3156-cvtres.write.1.tlog,2,2014-10-06
.........................\.........................\.....\link.3156.read.1.tlog,2,2014-10-06
.........................\.........................\.....\link.3156.write.1.tlog,2,2014-10-06
.........................\.........................\.....\link.read.1.tlog,3808,2014-10-06
.........................\.........................\.....\link.write.1.tlog,1240,2014-10-06
.........................\.........................\.....\main.obj,267842,2014-10-06
.........................\.........................\.....\mt.read.1.tlog,546,2014-10-06
.........................\.........................\.....\mt.write.1.tlog,478,2014-10-06
.........................\.........................\.....\rc.read.1.tlog,450,2014-10-06
.........................\.........................\.....\rc.write.1.tlog,458,2014-10-06
.........................\.........................\.....\vc100.idb,502784,2014-10-06
.........................\.........................\.....\vc100.pdb,602112,2014-10-06
.........................\.........................\InversePerspectiveMapping.vcxproj,4461,2014-10-06
.........................\.........................\InversePerspectiveMapping.vcxproj.filters,1145,2014-10-06
.........................\.........................\InversePerspectiveMapping.vcxproj.user,379,2014-10-06
.........................\.........................\IPM.cpp,4684,2014-02-22
.........................\.........................\IPM.h,1671,2014-02-22
.........................\.........................\main.cpp,3303,2014-10-06
.........................\InversePerspectiveMapping.sdf,25382912,2014-10-24
.........................\InversePerspectiveMapping.sln,942,2014-10-06
.........................\road.avi,13640312,2014-09-25

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

发表评论

0 个回复

  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • Image_mosaicing
    图像拼接:实现两幅具有重叠区域的图像的拼接;使用MFC框架,内有程序使用文档(image mosaicing)
    2010-12-07 14:00:01下载
    积分:1
  • SANBAN
    数字散斑相关程序,能够计算2副图片的位移,简单的例子,对初学者也许有用。(Digital speckle correlation program can calculate the displacement of two images, a simple example, may be useful for beginners.)
    2020-11-25 17:39:32下载
    积分:1
  • Lee
    Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。(Lee s classic multi-resolution B-spline fitting method (multi-level B-spline fitting) of the VC source code. Widely used in graphic image processing, CAD and other fields.)
    2007-11-07 16:11:02下载
    积分: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
  • MedianFilterSmooth
    图形图像处理中的平滑处理,可以实现部分的功能,但是还可以继续完善(Graphic image processing smoothing, can achieve some of the functions, but can also continue to improve)
    2008-06-25 00:14:41下载
    积分:1
  • Ratematching_byylluo
    LTE中速率匹配的代码,包括子块交织,比特搜集,比特选择和修剪(The code rate matching in LTE, including the sub-block interleaving and bit gather, bit selection and pruning)
    2011-01-23 21:35:25下载
    积分:1
  • EffectShow
    精通Visual C++图像处理编程中的一个小程序,实现图像的各种扫描和移动,百叶窗等,可以作为初学者学习用
    2009-05-12 09:06:21下载
    积分:1
  • ch2_ex2_4
    载入一副图像并进行平滑处理与高斯或其他核函数进行卷积有效的减少图像信息内容(Loading an image and smoothed with a Gaussian or other nuclear convolution function effectively reduce the information content of the image)
    2016-08-23 16:01:08下载
    积分:1
  • pca-sift
    pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)
    2010-05-17 09:46:17下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载