CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - pattern recognition
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - pattern recognition - List
[
OpenCV
]
kmean
DL : 0
在图象处理中运用k-均值法对图象中进行分类,在模式识别中有很大的用处.-In image processing using k-means method to classify images of, in pattern recognition is very useful.
Date
: 2026-01-10
Size
: 2.44mb
User
:
hewei
[
OpenCV
]
Gesture
DL : 0
自己用opencv写的手势识别的软件。界面简单点,用动态前景分割肤色模型和直方图反演分割手部区域,然后用模式识别方法搞定识别问题。绝对原创,以后可能再也不搞这方面了,传上来跟大家分享-Own use opencv gesture recognition software to write. Interface simply, skin color model with dynamic foreground segmentation and histogram segmentation of hand inversion region, and then use pattern recognition methods get recognition. Absolutely original, since this may no longer engage in, and pass up sharing with you
Date
: 2026-01-10
Size
: 6.68mb
User
:
yang
[
OpenCV
]
imageRecognition
DL : 0
有两组图片,分别为正样本,和负样本图片,利用SVM训练样本图片,然后输入图片,判断这副图片属于正样本还是负样本,一般用于模式识别中-Two sets of pictures, samples were positive, and negative sample images, the use of SVM training sample images, and then enter the picture, to judge this pair of images belong to the positive samples or negative samples are generally used for pattern recognition
Date
: 2026-01-10
Size
: 8.97mb
User
:
房英明
[
OpenCV
]
image
DL : 0
opencv中用于图像的显示,复制,保存等相关操作,是以后模式识别处理的基础-opencv used for image display, copy, save, and other related operations, is the basis for subsequent pattern recognition processing
Date
: 2026-01-10
Size
: 93kb
User
:
独孤康
[
OpenCV
]
test2
DL : 0
计算机视觉处理高级程序包,实现了摄像机标定、立体匹配视差图、基于SSD算法的立体匹配、人脸模式识别、Snake算法轮廓查找功能。-High-level visual processing computer package, to achieve a camera calibration, stereo matching disparity map, SSD-based stereo matching algorithm, face pattern recognition, Snake algorithm profile search function.
Date
: 2026-01-10
Size
: 426kb
User
:
liu
[
OpenCV
]
RAVL-1.1
DL : 0
计算机视觉模式识别方面的库,非常好,类似于opencv-a lib for computer vision and Pattern Recognition
Date
: 2026-01-10
Size
: 5.13mb
User
:
qhb
[
OpenCV
]
cmeans
DL : 0
用opencv实现了c均值,这对于模式识别类的应用有很大帮助-With opencv c-means, this class of pattern recognition applications
Date
: 2026-01-10
Size
: 1.37mb
User
:
lili
[
OpenCV
]
OPencv
DL : 0
opencv读取视频文件,对视频进行处理,检测,识别,计数,预处理,分割,模式识别算法。-opencv read video files, video processing, detection, identification, counting, pre-processing, segmentation, pattern recognition algorithms.
Date
: 2026-01-10
Size
: 13.97mb
User
:
diaoguangqiang
[
OpenCV
]
opencv-image-process-video-tracking
DL : 0
视频跟踪融合了计算机视觉,模式识别, 人工智能等学科的技术,挺好的程序,大家交流下-Video tracking fusion technology of computer vision, pattern recognition, artificial intelligence and other disciplines, very good program, the exchange under
Date
: 2026-01-10
Size
: 44kb
User
:
sifeng
[
OpenCV
]
humandet_faint
DL : 0
基于opencv的目标跟踪,识别人体简单的动作-The simple Pattern Recognition opencv human
Date
: 2026-01-10
Size
: 19.6mb
User
:
周小小
[
OpenCV
]
Pattern-recognition
DL : 0
可以实现视频的播放,暂停,结束。程序是基于opencv的vc++程序。-Can achieve video playback, pause, end. Program is to Based on the opencv' s vc++ program.
Date
: 2026-01-10
Size
: 5.19mb
User
:
刘伟
[
OpenCV
]
shipin
DL : 0
该程序能够实现视频的载入和编辑,适合模式识别与计算机视觉的朋友下载。-editing, suitable for pattern recognition and computer vision friend to download.
Date
: 2026-01-10
Size
: 8.77mb
User
:
mifan
[
OpenCV
]
detection_nose-master
DL : 0
模式识别算法电子鼻电子鼻的种类神奇的电子鼻边缘检测算法电子鼻应用别的种类的电子鼻人脸检测算法图像边缘检测算法-Kind of pattern recognition algorithms magical electronic nose electronic nose electronic nose electronic nose edge detection algorithm applied other types of electronic nose face detection algorithm for image edge detection algorithm
Date
: 2026-01-10
Size
: 9kb
User
:
yangpeide
[
OpenCV
]
Basic-mouse-operation
DL : 0
模式识别中,opencv里面的实现基本鼠标操作,实现程序多样性-Pattern recognition, opencv inside for basic mouse operations, to achieve diversity program
Date
: 2026-01-10
Size
: 2.14mb
User
:
刘若楠
[
OpenCV
]
OpenCV_study_ji_chu
DL : 0
本书是国内第一本全面介绍OpenCV的中文版图书,本书可作为信息、图像处理和模式识别等领域的高年级本科生、研究生使用,也可作为研发人员的参考手册。-This book is the first comprehensive introduction to OpenCV s Chinese version of the book, this book can be used as information, image processing and pattern recognition in areas such as advanced undergraduates, graduate students, but also as a reference manual for researchers.
Date
: 2026-01-10
Size
: 21.98mb
User
:
董兵兵
[
OpenCV
]
KMkeen
DL : 0
基于人类视觉将图像分割成若干个有意义的区域是目标检测和模式识别的基础。图像分割属于图像处理中一种重要的图像分析技术。图像分割的基本方法是对灰度图像分割,处理图像的亮度分量,简单快速。本论文介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。-Based on the human visual image is segmented into several meaningful regions is the basis for target detection and pattern recognition. Image segmentation is an important image analysis technique in image processing. The basic method of image segmentation is to segment the gray image, the luminance image processing, simple and fast. This paper introduces the traditional segmentation of image segmentation and K- means clustering algorithm, and then use the OpenCV function to achieve the basic functions, and introduces the segmentation of OpenCV in the relevant image.
Date
: 2026-01-10
Size
: 4.8mb
User
:
潇枫
[
OpenCV
]
Slicer-RigidRegistration
DL : 0
弹性图像配准方法在气象图像中的应用,图像配准是计算机视觉和模式识别领域中的一项重要课题,在遥感探测、医学成像和基于多传感器融合的目标识别等研究中都有重大的应用价值。-Elastic image registration method in meteorological image application, image registration in computer vision and pattern recognition is an important topic in remote sensing, medical imaging, and based on multi-sensor fusion target recognition study have significant Value.
Date
: 2026-01-10
Size
: 9.28mb
User
:
AG枪手
[
OpenCV
]
sdadssad
DL : 0
强大的图像模式识别程序,在车辆测距中有很大作用,综合包括了聚类和分类程序-Powerful image pattern recognition program, plays a significant role in the vehicle ranging, including a comprehensive clustering and classification procedures
Date
: 2026-01-10
Size
: 19.5mb
User
:
liguangya
[
OpenCV
]
example151
DL : 0
The Gaussian pdf is extensively used in pattern recognition because of its mathematical tractability as well as because of the central limit theorem.
Date
: 2026-01-10
Size
: 1kb
User
:
minaaa
[
OpenCV
]
69885629
DL : 0
在网上找到的一个模式识别工具箱,希望对大家有用进行多种分类(On the Internet to find a pattern recognition toolbox, hope to be useful for a variety of classification)
Date
: 2026-01-10
Size
: 286kb
User
:
jiryw%2B294140
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.