搜索资源列表
filldemo
- 图像域的填充,该程序给出了不同算法的实现,以便对不同的应用场合有所了解-Image domain of the fill, the program gives the realization of different algorithms in order to understand the different applications
ConsoleCV
- 在韩国用的OpenCV的一个c 代码。基本的功能都有。从基本的图像打开及显示,一般的算法应用,Tracker,还有摄像头采集等。-This is a C code for Opencv which i learen in korea. it is very simaple and useful for learning Opencv. it include image open and view, algrithm app, Tracker, camera capture.
opencvcanny
- 基于OpenCV的边缘检测算法在仪表识别中的应用与改进-OpenCV' s edge detection algorithm based on the instrument recognition and improvement
CamShiftTracking
- 应用OpenCV的camshift算法跟踪物体-Application of the OpenCV algorithm to track objects camshift
motion-tracking-and-implementation
- 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
KNN
- 基于OpenCV,KNN算法在图像模糊中的应用,仅头文件,方便调用-KNN algrithom in digital image processing based on OpenCV,just header file,you can call it conveniently.
SNN
- 基于OpenCV,SNN算法在图像模糊中的应用,仅头文件,方便调用-SNN algrithom in digital image processing based on OpenCV,just header file,you can call it conveniently.
MinVarianceFilter
- 基于OpenCV,灰度最小方差算法在图像模糊中的应用,仅头文件,方便调用-Min-Gray-Variance algrithom in digital image processing based on OpenCV,just header file,you can call it conveniently.
OPenCV_Statistical-applications
- 用OPENCV实现统计学的一些应用算法,包含代码及实现流程-The code and process of realizing the statistical applications using OPENCV
FaceDetect
- 这是一个人脸识别演示/测试程序,用户可以基于程序中已经实现的算法,开发新的有关人脸识别的应用;也可以修改或添加新的算法,并测试其性能。-This is a face recognition demo/test program, the user can be based on the algorithm has been implemented in the program, the development of a new face recognition applications You
GetSkeleton-using-OpenNI(Qt)
- MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心
camshift
- 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
water_cheti
- 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
K_Mean
- 关于K均值算法在遥感图像地物分类处理方面的应用-K-means algorithm in remote sensing image processing
OnlinePCA
- 通过在线PCA来识别手势,并能对新增手势做一定的增量,很好的实现了增量学习。算法具有效率高,识别率好,速度快等特点,同样适合其他模式识别方面的应用。-The learning method for hand gesture recognition system based on vision is commonly off-line,which results in repeated off-line learning when new hand gestures come. Its real-
cvsurf
- surf算法。opencv编程,可以用于目标特征检测、图像匹配等多方面应用-surf algorithms. opencv programming feature can be used for target detection, image matching, and many other applications
978-7-302-28222-8
- 图像处理与计算机视觉算法及应用(Algorithms for Image Processing and Computer Vision)(第2版)的配套代码。基于OpenCV库-matching code for the book"Algorithms for Image Processing and Computer Vision".Based on OpenCV Library.
opencvsift
- SIFT 算法提取图像局部特征, 成功应用于物体识别、图像检索等领域。SIFT 算法主要分为四个步骤: 检测尺度空间极值点、精确定位极值点、为每个关键点指定方向参数、关键点描述子的生成。-SIFT algorithm to extract local image features, successfully applied to object recognition, image retrieval and other fields. SIFT algorithm is divided into
K均值聚类在基于OpenCV的图像分割中的应用
- 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
计算机视觉-算法与应用(中文版) (1)
- 计算机视觉中的常用算法讲解以及实际应用。(Explanation and practical application of common algorithms in computer vision)