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

background-object-testVC

于 2011-12-30 发布 文件大小:919KB
0 173
下载积分: 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 个回复

  • Sharp
    数字图像处理,对彩色图像的拉普拉斯算子锐化以及梯度算子锐化的比较,VC/MFC实现。(Digital image processing, color image of the Laplacian and the gradient operator sharpening sharpening comparison, VC/MFC implementation.)
    2010-11-03 20:01:33下载
    积分:1
  • Clipping
    图形的剪裁算法源码,visual c++源码(The graphics cut algorithm source code, visual c++ Source)
    2012-12-22 18:26:21下载
    积分:1
  • VisualC_PMATLAB
    vc+matlab的混合编程三维图像方面的。很有用。还不错。(Hybrid programming to achieve three-dimensional image reconstruction )
    2012-02-14 15:48:57下载
    积分:1
  • LiveWireAuto
    这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
    2020-12-31 14:58:59下载
    积分:1
  • KKT3Dzipr
    克里金插值的3D算法,forrtran源代码。 可直接使用。 (Kriging 3D algorithm, forrtran the source code. Can be used directly.)
    2012-07-25 23:03:41下载
    积分:1
  • gabor
    基于openCV的gabor函数,一位牛人编写的。希望对大家有用(gabor function based on openCV)
    2010-06-03 10:03:44下载
    积分:1
  • chap01
    Visual C++数字图像处理技术与工程案例,各章节源代码,这是第一章的代码(The Visual C++ digital image processing technology and engineering cases, the source code of each chapter, this is the first chapter of the code)
    2013-03-20 13:16:47下载
    积分:1
  • Binarization-Transformation
    图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法(Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, and text to identify the most useful Niblack method)
    2011-11-19 09:53:11下载
    积分:1
  • HumanDet1
    人头检测 通过颜色分割产生人头头发部分的二值图像,计算此部分的面积和长宽比来判断是否有人头(human detection)
    2021-03-05 18:49:31下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载