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:
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:
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:
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:
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:
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:
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:
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:
Description: 用OpenCV编写的一个用来检测人脸的程序,可输入图片或者视频文件,也可打开摄像头进行实时检测。检测速度快,准确度高。
-OpenCV prepared with a human face to detect the process, enter the picture or video files can also be open to conduct real-time detection camera. Detection speed and high accuracy. Platform: |
Size: 7272448 |
Author:sdfadf |
Hits:
Description: 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.-OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking. Platform: |
Size: 3651584 |
Author:李超 |
Hits:
Description: opencv摄像头实时人脸识别,支持各种摄像头-Real-time face recognition opencv camera, supports a variety of camera Platform: |
Size: 1180672 |
Author:cranechen |
Hits:
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:
Description: 实时跟踪人脸,对人脸进行处理,定位人眼,基于C++与MATLAB实现-Real-time tracking of human faces, human face processing, positioning the human eye, based on the C++ and MATLAB to achieve Platform: |
Size: 28172288 |
Author:wenglinbin |
Hits:
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:
Description: 在VC++下利用OPENCV,对从外部视频设备或AVI文件中捕获视频流,并对视频流进行实时的边缘检测-In VC++ under the use of OPENCV, from the external equipment or AVI video files to capture video streaming, video streaming and real-time edge detection Platform: |
Size: 3076096 |
Author:bit319 |
Hits:
Description: 实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! ! Platform: |
Size: 1044480 |
Author:卢绪军 |
Hits:
Description: 运动目标的检测跟踪在机器人视觉,监控测量和视频压缩编码等等方面有着广泛的应用,是近年来的一个研究热点。本文设计了一个基于OpenCV软件的运动目标检测跟踪实验平台,对摄像头视野中的运动目标进行实时检测和跟踪,并留下编程和硬件接口,为利用运动目标跟踪而进行机器人视觉和基于计算机视觉的测量监控研究打下基础。-Moving target detection and tracking in robot vision, monitoring measurements and video compression coding, etc., has been widely used, is a hot research topic in recent years. This paper designs a OpenCV software-based moving target tracking experiment platform, the camera view in real-time moving object detection and tracking, and leave programming and hardware interfaces for the use of moving target tracking and the robot vision and computer-based visual monitoring of the measurement basis. Platform: |
Size: 180224 |
Author:abc |
Hits:
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: