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

Search list

[Special Effectstime-stepping

Description: 利用差分法基于opencv实现视频序列中的运动目标轮廓。
Platform: | Size: 10202 | Author: 马连洋 | Hits:

[Algorithmopencv to matlab

Description: cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Platform: | Size: 667609 | Author: shshlzh | Hits:

[Algorithmopencv to matlab

Description: cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Platform: | Size: 845944 | Author: shshlzh | Hits:

[Graph programOpenCvViewImage

Description: A module that allows a programmer to display an iplImage at any point of time regardless of its depth or number of channels. The image is viewed in a separate thread in a separate window and supports channel-by-channel viewing and zooming.
Platform: | Size: 6144 | Author: 赖做梦 | Hits:

[Special Effects柱面全景图的制作与实时显示

Description: 可以帮助你掌握柱面全景图的生成原理与实时显示,制作柱面全景图并进行实时显示。-can help you grasp cylindrical panoramas Generation Principle and the real-time display, production and cylindrical panoramas for real-time display.
Platform: | Size: 2798592 | Author: 发动 | Hits:

[Bio-Recognizeadaboost_haar_bylaoYu

Description: 利用OpenCv开发的一个基于adaboost算法和haar小波变换的人脸算法,具体情况可参考Paul Viola ,Robust Real-Time Face Detection,2004-OPEN development of the use of an algorithm based on adaboost haar wavelet transform and the Face algorithm specific reference Paul Viola, Robust Real-Time Face Detection, 2004
Platform: | Size: 1024 | Author: 老余 | Hits:

[Special Effectslabe_forOpencv

Description: 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm tenets : first for the first time, scanning, marking regional connectivity; Then equivalent marker for the merger; the final for the second scan, equivalent to re-labeled markers.
Platform: | Size: 1024 | Author: canny06 | Hits:

[Special Effectswnlbclydm

Description: 维纳滤波处理源代码,图像处理的时候肯定要用到,也叫做自适应滤波!!1-Wiener filter source code, image processing time certainly have to use, also known as adaptive filtering! ! 1
Platform: | Size: 1024 | Author: 柳杨 | Hits:

[Special EffectsAlarmSystem(usb3.29)

Description: 使用vc和opencv开发的家庭环境信息(着火和人员入侵)识别程序,其中使用usb摄像头进行实时监控,有情况发生时,进行报警。-opencv use vc and the development of the family environment information (fire officers and the invasion) identification procedures, which use usb cameras for real-time monitoring, a situation occurs when the alarm.
Platform: | Size: 199680 | Author: | Hits:

[Multimedia DevelopOpenCV_on_MFC

Description: OpenCV在MFC的运动检测,包括在图片控件显示实时视频,及检测视频。-OpenCV in the MFC motion detection, including the Photo Control showed real-time video, and video detection.
Platform: | Size: 94208 | Author: 蔡辉 | Hits:

[Special EffectsCamServer

Description: 通过摄像头监视路由器指示灯的状况:将摄像头捕捉的路由器图像信息实时传输到客户端,识别指示灯位置,并即时判断指示灯状态。其中使用了directshow对摄像头进行捕捉,图像处理部分采用了intel的opencv库,网络模块采用winsock编程实现,具有相当高的参考价值-through camera surveillance router indicator of situation : The first camera will capture images of the router real-time transmission of information to the client, identify location beacons, and immediate judgment lamp state. Which use a directshow right camera for capturing, Image processing used the intel part of the opencv basement, Network Module Programming using winsock, have very high reference value
Platform: | Size: 332800 | Author: Alan | Hits:

[Special EffectsCamShiftDemo

Description: camshift跟踪算法,可以自动确定跟踪目标的大小,中心,方向,运算速度很快,满足实时跟踪需要,很好的一个DEMO。-camshift tracking algorithm, it will automatically determine the size of target tracking, the center, direction, Operational very fast, real-time tracking needs, a good DEMO.
Platform: | Size: 155648 | Author: pgt | Hits:

[Special Effectstime-stepping

Description: 利用差分法基于opencv实现视频序列中的运动目标轮廓。-Difference method using opencv realize video sequence based on the moving object silhouette.
Platform: | Size: 1918976 | Author: 马连洋 | Hits:

[Embeded-SCM Developopencv

Description: 这是电子方面的,用于画电路图的,中文版很不错,有时间可以试试啊-This is the electronics for the painting of the circuit, the Chinese version is pretty good and have time to try ah
Platform: | Size: 104448 | Author: 军军 | Hits:

[Special EffectsOpenCV-wraper

Description: cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。 -OpenCV library encapsulates cvlib_mex around 30 function, OpenCV is popular real-time computer vision library, with a lot of image processing algorithms.
Platform: | Size: 845824 | Author: wth | Hits:

[Special Effectsopencv

Description: OPENCV 开发的视频读写程序,能够实现目标实时检测-The development of reading and writing video OPENCV procedures, to achieve the goal of real-time detection
Platform: | Size: 4870144 | Author: dodo | Hits:

[OpenCVshishi-opencv

Description: 实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! !
Platform: | Size: 1044480 | Author: 卢绪军 | Hits:

[OpenCVopencv-lib-dll-h

Description: opencv的常用dll文件、include头文件、lib库文件,做opencv相关编程的时候需要。-opencv common dll files, include header files, lib library files, do opencv-related programming time required.
Platform: | Size: 11217920 | Author: 王华 | Hits:

[OpenCVtimedown

Description: 倒数计时,opencv很简单的。输入分钟数就可以倒数了-Countdown, opencv very simple. Enter the number of minutes you can last a
Platform: | Size: 2705408 | Author: 蒲锐玲 | Hits:

[OpenCVimage-dehazing-based-on-opencv

Description: Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior It has a good effect an removing fog of an image,but the method of soft matting cannot be solved
Platform: | Size: 75776 | Author: 张东海 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net