登录
首页 » Visual C++ » background-object-testVC

background-object-testVC

于 2011-12-30 发布 文件大小:919KB
0 292
下载积分: 1 下载次数: 64

代码说明:

  可以进行背景减除法-三帧法-高斯背景建模法运动检测( This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. )

文件列表:

背景减除法-三帧法-高斯背景建模法运动检测-VC
...........................................\aaa.avi,432700,2006-09-05
...........................................\dada.avi,3111424,2011-06-16
...........................................\Debug
...........................................\.....\Motion.exe,217196,2011-12-27
...........................................\.....\Motion.ilk,256220,2011-12-27
...........................................\.....\Motion.obj,27549,2011-12-27
...........................................\.....\Motion.pch,187540,2011-12-25
...........................................\.....\Motion.pdb,533504,2011-12-27
...........................................\.....\StdAfx.obj,2551,2011-12-25
...........................................\.....\vc60.idb,164864,2011-12-27
...........................................\.....\vc60.pdb,102400,2011-12-27
...........................................\Motion.cpp,22435,2011-12-27
...........................................\Motion.dsp,4629,2010-04-13
...........................................\Motion.dsw,537,2010-04-13
...........................................\Motion.ncb,50176,2011-12-27
...........................................\Motion.opt,54784,2011-12-27
...........................................\Motion.plg,1703,2011-12-27
...........................................\ReadMe.txt,1208,2010-04-13
...........................................\StdAfx.cpp,293,2010-04-13
...........................................\StdAfx.h,667,2010-04-13

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

发表评论

0 个回复

  • ex26aview1
    基于最小二乘法的相位解缠VC++算法 (least squares method based on the VC Phase Unwrapping Algorithms)
    2020-06-28 19:00:01下载
    积分:1
  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分: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
  • faceDetection
    人脸检测与跟踪,我的毕业论文,使用我自己改进的ADABOOST和CAMSHIFT算法,附带我的毕业论文,opencv1.0或以上自己配置(face detection use adaboost and camshift algorithm,relevant paper enclosed,OPENCV1.0 is necessary)
    2013-01-27 20:59:45下载
    积分:1
  • secaizhuanyi
    运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
    2013-09-15 16:40:26下载
    积分:1
  • geotifflib
    说明:  处理geotiff图像文件格式的开源库,含VC工程文件,编译时需tiff库(libtiff)的支持(handling GeoTIFF image file format open source, containing VC engineering documents, compiled take tiff library (libtiff) support)
    2006-02-28 10:25:05下载
    积分:1
  • halcon
    一个选择模板的匹配方式,附带视觉标定,可以自由的选择模板进行匹配(A matching pattern of selected templates with visual calibration)
    2018-03-21 17:09:41下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • Bresenham
    bresenham画直线,WIN32,计算机图形学基础类源代码(bresenham画直线)
    2009-03-13 01:17:52下载
    积分:1
  • Chapter-1
    数字图像处理的基础知识学习 涵盖源代码,有助于提高编程(digital image processing )
    2013-11-05 20:36:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载