登录
首页 » Visual C++ » opticalflow

opticalflow

于 2021-01-07 发布 文件大小:29870KB
0 101
下载积分: 1 下载次数: 44

代码说明:

  改进的聚类光流法,聚类方法有kmeans和DBSCAN,光流法金字塔LK可以用,HS光流法占用内存太多。(Improved clustering optical flow method, clustering method kmeans and DBSCAN, pyramid LK optical flow method can be used, HS optical flow occupy too much memory.)

文件列表:

聚类光流法
..........\ClusterAnalysis.cpp,9161,2016-07-26
..........\ClusterAnalysis.h,1036,2016-07-26
..........\CvvImage.cpp,7114,2016-07-26
..........\CvvImage.h,1546,2016-07-26
..........\DataPoint.cpp,1377,2016-07-26
..........\DataPoint.h,1348,2016-07-26
..........\DBSCAN.H,217,2016-07-26
..........\DBSCAN聚类算法.CPP,648,2016-07-26
..........\Debug
..........\.....\bscmake.read.1.tlog,3804,2016-07-27
..........\.....\bscmake.write.1.tlog,2454,2016-07-27
..........\.....\CL.read.1.tlog,669648,2016-07-27
..........\.....\CL.write.1.tlog,12334,2016-07-27
..........\.....\ClusterAnalysis.obj,392988,2016-07-27
..........\.....\ClusterAnalysis.sbr,0,2016-07-27
..........\.....\CvvImage.obj,177497,2016-07-27
..........\.....\CvvImage.sbr,0,2016-07-27
..........\.....\DataPoint.obj,144190,2016-07-27
..........\.....\DataPoint.sbr,0,2016-07-27
..........\.....\DBSCAN聚类算法.obj,253614,2016-07-27
..........\.....\DBSCAN聚类算法.sbr,0,2016-07-27
..........\.....\K_means.obj,212806,2016-07-27
..........\.....\K_means.sbr,0,2016-07-27
..........\.....\link-cvtres.read.1.tlog,2,2016-07-27
..........\.....\link-cvtres.write.1.tlog,2,2016-07-27
..........\.....\link.read.1.tlog,21504,2016-07-27
..........\.....\link.write.1.tlog,3950,2016-07-27
..........\.....\mt.read.1.tlog,1366,2016-07-27
..........\.....\mt.write.1.tlog,498,2016-07-27
..........\.....\optical.bsc,11865088,2016-07-27
..........\.....\optical.exe,152064,2016-07-27
..........\.....\optical.exe.embed.manifest,667,2016-07-26
..........\.....\optical.exe.embed.manifest.res,732,2016-07-27
..........\.....\optical.exe.intermediate.manifest,381,2016-07-27
..........\.....\optical.ilk,1718596,2016-07-27
..........\.....\optical.lastbuildstate,97,2016-07-27
..........\.....\optical.log,20851,2016-07-27
..........\.....\optical.obj,212362,2016-07-27
..........\.....\optical.pch,24576000,2016-07-27
..........\.....\optical.pdb,5647360,2016-07-27
..........\.....\optical.res,2956,2016-07-27
..........\.....\optical.sbr,0,2016-07-27
..........\.....\opticalDlg.obj,265027,2016-07-27
..........\.....\opticalDlg.sbr,0,2016-07-27
..........\.....\optical_manifest.rc,210,2016-07-26
..........\.....\rc.read.1.tlog,6278,2016-07-27
..........\.....\rc.write.1.tlog,1162,2016-07-27
..........\.....\StdAfx.obj,554565,2016-07-27
..........\.....\StdAfx.sbr,4134505,2016-07-27
..........\.....\vc100.idb,2477056,2016-07-27
..........\.....\vc100.pdb,3362816,2016-07-27
..........\.....\vc60.idb,476160,2015-06-30
..........\.....\vc60.pdb,495616,2015-06-30
..........\function.h,0,2015-06-05
..........\ipch
..........\....\optical-4530206b
..........\K_means.cpp,7156,2016-07-26
..........\K_means.h,990,2016-07-26
..........\Object.h,105,2016-07-26
..........\optical.aps,23360,2016-07-27
..........\optical.clw,1653,2015-06-30
..........\optical.cpp,2079,2016-07-26
..........\optical.dsp,4941,2015-06-05
..........\optical.dsw,520,2015-06-05
..........\optical.h,1344,2016-07-26
..........\optical.ncb,517120,2015-06-30
..........\optical.opt,1148928,2015-06-30
..........\optical.plg,855,2015-06-30
..........\optical.rc,6411,2016-07-26
..........\optical.sdf,70602752,2016-07-27
..........\optical.sln,880,2016-07-27
..........\optical.vcxproj,9463,2016-07-26
..........\optical.vcxproj.filters,2965,2016-07-26
..........\optical.vcxproj.user,143,2016-07-26
..........\opticalDlg.cpp,18247,2016-07-27
..........\opticalDlg.h,2026,2016-07-26
..........\res

..........\...\optical.rc2,399,2015-06-05
..........\resource.h,1843,2016-07-26
..........\StdAfx.cpp,203,2016-07-26
..........\StdAfx.h,1052,2016-07-26
..........\聚类光流法算法说明.docx,1441182,2016-07-28

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

发表评论

0 个回复

  • tuxingbianhuan
    用c++编写的三维图像变换的源代码,也是计算机图像学中经常要学习的一种变换。(Transform the source code written in c++ three-dimensional images, but also often have to learn a transformation in the computer iconography.)
    2012-05-24 16:00:54下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • face2_jiance
    人脸检测:可自动检测人脸,速度还可以吧!(Face Detection : can automatically detect faces and can also speed!)
    2007-01-26 09:17:23下载
    积分:1
  • gmm
    EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
    2015-11-19 16:20:15下载
    积分:1
  • HoleFilling
    利用opencv库写的一个关于图像孔洞填补的小程序,附加了效果图片(Using the opencv library to write a small program on the filling of the hole, the additional effect of the picture)
    2020-11-27 09:39:30下载
    积分:1
  • dynamic-cloud-effect-
    动态的模拟天空中的云效果,速度特别流畅。(Dynamic simulation of the effect of cloud in the sky, the speed is very smooth.)
    2011-11-06 09:48:28下载
    积分: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
  • BIAODING
    RAC法标定程序,适用于单目摄像机的线结构光的标定(The RAC calibration method procedure applies to line structured light calibration)
    2012-10-11 21:38:13下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • Direct
    图像分割,完整程序,验证可行。新手上传,望支持。(image direct)
    2012-05-04 22:25:30下载
    积分:1
  • 696524资源总数
  • 103801会员总数
  • 61今日下载