▍1. 3d-reconstruction-tools
里面包含三位重构的一些具体步骤以及相关的源代码,学习三维重构的可以看看。(Which contains three reconstruction of some concrete steps and the related source code, learn three-dimensional reconstruction can see.)
里面包含三位重构的一些具体步骤以及相关的源代码,学习三维重构的可以看看。(Which contains three reconstruction of some concrete steps and the related source code, learn three-dimensional reconstruction can see.)
说明: opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大(opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners)
通过摄像头捕捉手势,进而达到控制鼠标的移动(Through the camera to capture gestures, and thus to control the movement of the mouse。)
this file is based on open cv programm that how to add text in a image
采用opencv2.1,实现了一个全新的背景切除高效算法(Using opencv2.1, implements a new algorithm for background removal efficiency )
MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 (MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image segmentation, morphological image processing, spatial enhancement, magic mirror, binarization, Sobel, Laplace, Robert other edge detection, median filtering and mean filtering, to achieve the full feature comparison, it took me 2 night do)
用openCV描述,简单实用地实现笔记本电脑上的人脸登入功能(With openCV description,To realize the face login in the notebook simplely and practically )
基于视频的跟踪,结合卡尔曼和camshift的目标跟踪。由鼠标选中目标区域(包含了鼠标选中程序),kalman和camshift预测质心,从而达到目标跟踪。(Based opencv, combined with the target tracking Kalman and camshift. By the mouse to select the target area, kalman and centroid camshift forecast to achieve target tracking.)
opencv文字检测,灰度化,边缘化,闭运算,开运算,连通域大小判断。。(text detection using opencv )
基于OPENCV平均加权方法的图像融合方法学习资料(Based on the weighted average method of image fusion)
opencv將彩色影像轉成灰階和canny並存檔(opencv convert color images to grayscale and canny and archive)
基于opencv的行人检测,用到了svm,haar特征等等(Opencv-based pedestrian detection, use the svm, haar features, etc.)
opencv例程,包含大部分opencv函数(opencv routines, including most of the opencv function)
这本经典教材的全新版本全面论述了稀疏表示的重要概念、技术和应用,反映了该主题在当今信号处理领域所起的关键作用。书中清楚地给出了傅里叶、小波和时频变换的标准表示,以及用快速算法构造的正交基。作者在解释了稀疏的主要概念后将其运用于信号压缩、噪声衰减和逆问题,同时给出了冗余字典、超分辨和压缩感知中的稀疏表示。. (wavelet )
说明: 图像分割的一种方法,基于图像金字塔,用OpenCV+VC实现的~~(A method of image segmentation, image-based pyramid, with the implementation of OpenCV+ VC ~ ~)
说明: 基于opencv的图像分割算法,改进了graph cut算法(image segmentation algorithm based on Opencv, improved from graph cut algorithm)
说明: 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。(Digital image processing median filter and median filter)
说明: 基于OpenCV的摄像头标定,实现鱼眼摄像头的矫正以及俯视变换功能(Based on OpenCV camera calibration to achieve the correct fish-eye camera, and overlooking the transformation function)
说明: 基于opencv的Deluanay抛分算法,可以实现点到面的扩散(Opencv of Deluanay throw points based algorithms, can point to the proliferation of surface)
基于OPENCV实现的粒子滤波运动目标跟踪源程序(Particle Filter Moving Object Tracking based on OPENCV)