Welcome![Sign In][Sign Up]
Location:
Search - motion opencv c

Search list

[GDI-BitmapImageAlignment

Description: Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of computer vision. In this article we will implement these two algorithms in C language using Intel OpenCV open-source computer vision library as base for our implementation. We also will try to compare these two algorithms and will see which one is faster.
Platform: | Size: 82967 | Author: 戴隆忠 | Hits:

[Special EffectsBackGroudExtractAndMotionBlur

Description: 本代码包括两项功能 1、连续序列图片的背景提取 2、给背景图附加以运动模糊的效果 代码使用的托管与非托管(C++)混合编程的方式,算法主要使用Opencv实现 开发平台 VS2008 -The code includes two functions of one, continuous sequences extracted background picture 2, to the background image attached to motion blur effect of the code used in trusteeship and non-hosted (C++) Mixed-mode programming, algorithm development using Opencv realize Platform VS2008
Platform: | Size: 2357248 | Author: swb | Hits:

[Special EffectsOpenCV_Color_Histogram

Description: OpenCV Color Histogram. Draw Color Histogram from the input image.
Platform: | Size: 1119232 | Author: yaling | Hits:

[GDI-BitmapImageAlignment

Description: Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of computer vision. In this article we will implement these two algorithms in C language using Intel OpenCV open-source computer vision library as base for our implementation. We also will try to compare these two algorithms and will see which one is faster.
Platform: | Size: 82944 | Author: 戴隆忠 | Hits:

[Graph RecognizeMoveDetection

Description: 用VC编写的运动检测程序,实现运动物体的跟踪与检测,包括了数字图像处理的一些操作方法-VC prepared with motion detection process, the achievement of moving object tracking and detection, including a number of digital image processing method of operation
Platform: | Size: 43542528 | Author: sue_Langsujuan | Hits:

[Multimedia Developmsrc

Description: Motion detection in C++ with OpenCV
Platform: | Size: 173056 | Author: wo | Hits:

[Special Effectsmotiondetect

Description: 使用OpenCV 来寻找轮廓实现视频流的运动目标检测 能检测一段视频或网络摄像头实时读入视频中的运动物体-it is a short code that can detect the motion object of a vedio or through a web camera using opencv and visual c++. ..
Platform: | Size: 2048 | Author: wangwei | Hits:

[Special Effectsyundongjiance

Description: 基于opencv环境下的运动检测使用vc6.0编译包括工程文件-Opencv environment based on motion detection using the compiler, including engineering documents vc6.0
Platform: | Size: 1455104 | Author: Princeton | Hits:

[Special Effectsopencv

Description: 本翻译是直接根据 OpenCV Beta 4.0 版本的用户手册翻 译的,原文件是: <opencv_directory>/doc/ref/opencvref_cv.htm, 可 以从 SOURCEFORG 上面的 OpenCV 项目下载,也可以直 接从 阿须数码 中下载: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm。 翻译中肯定有不少错误,另外也有些术语和原文语义理 解不透导致翻译不准确或者错误,也请有心人赐教。 图像处理、结构分析、运动分析和对象跟踪部分由 R.Z.LIU 翻译,模式识别、照相机定标与三维重建部分由 H.M.ZHANG 翻译,全文由Y.C.WEI 统一修改校正。-This translation is directly from the OpenCV Beta 4.0 version of the user manual over Translation, the original documents are: <opencv_directory>/doc/ref/opencvref_cv.htm, can be From above SOURCEFORG download OpenCV project can also be directly Then from the Arab-Israeli to be a digital download: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm. Am sure a lot of translation errors, but also some semantic terms and the original rationale Solution does not lead to translation through inaccurate or erroneous, please enlighten people. Image processing, structural analysis, motion analysis and object tracking in part by the RZLIU translation, pattern recognition, camera calibration and three-dimensional reconstruction in part by the HMZHANG translation, the full text of amendments to correction by the YCWEI reunification.
Platform: | Size: 687104 | Author: dugumengyouzi | Hits:

[Special EffectsCapture

Description: 函数功能说明:利用c#+OpenCV实现视频运动的检测-Functions Function Description: Use c#+ OpenCV to achieve video motion detection
Platform: | Size: 1024 | Author: lp | Hits:

[Special EffectsObjectTracker

Description: 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
Platform: | Size: 6634496 | Author: 吕冀 | Hits:

[Multimedia DevelopVTraffic(thread_no_leak)

Description: VC6.0+opencv环境下运动检测的实例,使用了帧差法、GMM方法等,可以对比不同建模方法的效果-VC6.0+ opencv environment, motion detection example, using the frame difference method, GMM methods, you can compare the effect of different modeling methods
Platform: | Size: 309248 | Author: 王志 | Hits:

[Mathimatics-Numerical algorithmsc

Description: opencv sample for medicine image process, especially for image enhance and motion correction.
Platform: | Size: 1190912 | Author: 吕晓阳 | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[OpenCVPeopleCounter

Description: It is a people counter perform using opencv library and C++ language. Has also implemented background subtraction and object tracking.
Platform: | Size: 5576704 | Author: pawlik.b | Hits:

[OpenCVjiyuOpenCVderentiyundongjiancexitong

Description: 用OpenCV实现的人体运动检测系统C++源码-Using OpenCV implementation of human motion detection system, C++ source code
Platform: | Size: 125952 | Author: Wenzhi Xie | Hits:

[OpenCVmotion-detection-techniques

Description: 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
Platform: | Size: 388096 | Author: mei88 | Hits:

[OpenCVOpencv-ref-man-2.3.1

Description: opencv 2.3 英文详解 比较新 目录如下 Introduction 1 1.1 API Concepts 12 core. The Core Functionality 7 2.1 Basic Structures .7 2.2 Basic C Structures and Operations 45 2.3 Dynamic Structures 77 2.4 Operations on Arrays104 2.5 Drawing Functions . 159 2.6 XML/YAML Persistence. 169 2.7 XML/YAML Persistence (C API) 172- Introduction 1 1.1 API Concepts 12 core. The Core Functionality 7 2.1 Basic Structures .7 2.2 Basic C Structures and Operations 45 2.3 Dynamic Structures 77 2.4 Operations on Arrays104 2.5 Drawing Functions . 159 2.6 XML/YAML Persistence. 169 2.7 XML/YAML Persistence (C API) 172 2.8 Clustering 188 2.9 Utility and System Functions and Macros . . 190 3 imgproc. Image Processing 199 3.1 Image Filtering 199 3.2 Geometric Image Transformations .226 3.3 Miscellaneous Image Transformations. 238 3.4 Histograms . . . . . . . . . . . . . . . . . . . . . . 252 3.5 Structural Analysis and Shape Descriptors . . . . 264 3.6 Planar Subdivisions (C API) . .277 3.7 Motion Analysis and Object Tracking 284 3.8 Feature Detection. 286 3..........
Platform: | Size: 2426880 | Author: quan | Hits:

[OpenCVMoveTracking

Description: opencv,c++,数字图像处理,运动车辆检测与跟踪系统-opencv, c++, digital image processing, motion vehicle detection and tracking system
Platform: | Size: 3323904 | Author: 赵杰 | Hits:

[Othermulti KCF

Description: KCF运动跟踪,C\C++环境,opencv(KCF motion tracking,c++,c,opencv)
Platform: | Size: 24576 | Author: 浴巾大王 | Hits:
« 12 »

CodeBus www.codebus.net