登录
首页 » Visual C++ » Detection_of_Motion_Picture_trajectory_tracking

Detection_of_Motion_Picture_trajectory_tracking

于 2020-10-23 发布 文件大小:193KB
0 407
下载积分: 1 下载次数: 76

代码说明:

  VC++,DirectX,运动图像检测,运动轨迹跟踪(VC++, DirectX movement trajectory tracking image detection)

文件列表:

Detection_of_Motion_Picture_trajectory_tracking
...............................................\capture.cpp
...............................................\capture.h
...............................................\cvlib.cpp
...............................................\cvlib.h
...............................................\Lib
...............................................\...\basefwt.cpp
...............................................\...\basefwt.h
...............................................\...\haar.cpp
...............................................\...\haar.h
...............................................\...\ImageBlobs.cpp
...............................................\...\ImageBlobs.h
...............................................\...\ImageResize.cpp
...............................................\...\ImageResize.h
...............................................\...\MotionDetector.cpp
...............................................\...\MotionDetector.h
...............................................\...\vec1d.cpp
...............................................\...\vec1d.h
...............................................\...\vec2d.cpp
...............................................\...\vec2d.h
...............................................\...\vec2dc.cpp
...............................................\...\vec2dc.h
...............................................\ReadMe.txt
...............................................\Release
...............................................\.......\ObjectTracker.exe
...............................................\res

...............................................\...\VidCap.rc2
...............................................\resource.h
...............................................\samplegrab.cpp
...............................................\samplegrab.h
...............................................\snap.wav
...............................................\stdafx.cpp
...............................................\stdafx.h
...............................................\VidCap.cpp
...............................................\VidCap.h
...............................................\VidCap.rc
...............................................\VidCap.sln
...............................................\VidCap.vcproj
...............................................\VidCap.vcproj.HACKER.Administrator.user
...............................................\VidCapDlg.cpp
...............................................\VidCapDlg.h

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

发表评论

0 个回复

  • SIFT_area_match
    说明:  SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。(different area SIFT algorithm which is better than the original SIFT and KD tree match.)
    2021-04-22 15:18:48下载
    积分:1
  • 6017923462007323212458268938
    图象处理用于对BMP格式的图象进行几何校正.(image processing used to BMP format images geometric correction.)
    2020-07-03 23:00:02下载
    积分:1
  • danmu
    说明:  基于opencv平台编写的单目相机标定程序,使用的张正友的方法,只要准备十二张单目相机拍摄的棋盘格的图片就可以标定出单目相机的焦距等参数,建立单目相机坐标系。可以用于机器视觉测量中,也可以用于双面相机标定的前一步,精度很高。(Based on the monocular camera calibration program compiled by the OpenCV platform, the method of Zhang Zhengyou is used to calibrate the focal length and other parameters of the monocular camera and establish a monocular camera coordinate system as long as 12 pieces of chessboard pictures taken by the monocular camera are prepared. It can be used in machine vision measurement, and it can also be used in the previous step of the calibration of the double-sided camera, with high precision.)
    2020-03-23 10:04:18下载
    积分:1
  • Morph
    数字图像处理中的基本形态学处理,如腐蚀、膨胀、开操作、闭操作等实现的源代码。可以自定义结构元素的形状。(Digital image processing in the basic morphology processing, such as corrosion, swelling, open operation and close operation to achieve the source code. You can customize the shape of structural elements.)
    2009-01-06 09:38:40下载
    积分:1
  • pinyulvbo
    利用VC进行图像的频域滤波处理,内含源代码(VC image using the frequency domain filtering treatment, including source code)
    2009-03-10 18:26:13下载
    积分:1
  • CT-tracking
    一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
    2014-01-10 11:45:54下载
    积分:1
  • modeling_a_city
    该文档描述了如何使用sketchup制作3D模型,并上传到google的3D仓库。(This document describes how to create 3D models using sketchup and uploaded to google' s 3D warehouse.)
    2011-06-02 02:05:40下载
    积分:1
  • MFCvtk
    说明:  MFC结合VTK做图像处理的程序,实现了图像的显示和缩放功能。(MFC combines VTK to do image processing procedures, to achieve an image display and the zoom feature.)
    2021-02-19 16:09:45下载
    积分:1
  • CGAL-4.5
    CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。(The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del)
    2014-12-11 14:45:21下载
    积分:1
  • Saolei
    一个扫雷应用程序,在VC下开发,用来提高编程水平(A de-mining applications, developed in the VC used to improve the programming level)
    2007-11-23 11:11:51下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载