搜索资源列表
FFTsAndIFFTbySystemFunction
- 采用OPENCV系统的正逆傅里叶变换的函数实现傅里叶正逆变换,写成了一个类。-adopt system functions to implement the FFTs and IFFTs.
OPENCVDFT
- 采用OPENCV中函数DFT实现正傅里叶变换。-implement the FFTs by using DFT function in OPENCV .
OPENCVCanny
- 调用OPENCV中系统函数实现Canny边缘提取。-OPENCV call system function in Canny edge detection.
blobtrack
- 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
numberOne
- 摄像头定标之后的图像矫正校正,使用的是opencv的函数库-摄像头定标之后的图像矫正校正,使用的是 opencv的函数库速度
vcimage
- 基础的opencv函数与C++相结合使用,适合初学者-Based opencv function C++ of combined use, for beginners
OPENCV-
- 利用opencv函数操作图像,本程序实现图片的翻转。可以自设参数,完成各种翻转,十分有趣,方便。 -, The program picture flip to use opencv operation image. Own parameters to complete a variety of flip, very interesting.
beijingfa
- 在vc++6.0下,利用opencv函数库,使用背景差分法检测车辆,并显示背景帧,和前景帧-Use opencv library in vc++6.0, using the background subtraction method detects the vehicle, and the background frame, frame and prospects
TrackandID
- 在vc++6.0下,利用opencv函数库,使用轮廓检测法检测车辆,并显示实现车辆的跟踪和计数-Use opencv library in vc++6.0, using contour detection assay vehicle and display of vehicle tracking and counting
Light-Intensity-Control
- 调节显示器亮度: 通过VC程序实现了显示器的亮度对比度调节,通过不同的OPENCV函数调用展示了底层开发的基本技术。-Light Intensity Configuration: Based on VC++, codes realize the adaptive configuration of monitor s light intensity and contrast ratio. By the use of different OPENCV functions, codes show th
FaceDetection
- VC++调用opencv函数库实现静态人脸检测,实现简单,代码完整,运行效果好-VC++ call opencv library to achieve a static face detection, simple, code integrity, effective running
opencv
- OpenCV中有检测人脸的函数(该函数还可以检测一些其他物体), 甚至还包含一些预先训练好的物体识别文件。-opencv
cluster
- 通过聚类分析识别肤色进而识别人脸,聚类使用opencv自带函数完成的,使用前需配库(cluster analysis facedetection)
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
OpenCV库函数大全
- 解析opencv函数的用法,图形的多种方法分析,原理及实现(Analysis of the use of OpenCV functions)
Opencv鼠标回调显示坐标
- opencv的鼠标回调函数,返回鼠标左键的点击坐标(Opencv mouse callback function, return the left mouse button coordinates)
Source code
- 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
temp
- 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
opencv数据类型转换函数
- opencv中常见的Mat IplImage CvMat IplImage*数据类型转换函数(Common Mat IplImage CvMat IplImage* data type conversion functions in opencv)
OpenCV常用函数
- 此文件给大家提供了openCV常用函数说明。(This file provides a common function descr iption for openCV.)