资源列表
biyuantiqu_canny
- 用CANNY算子进行图象边缘提取的程序,应用广泛,附测试图片-with Canny operator Image Edge Extraction procedure, widespread use, testing Photo :
moravec_and_harris_operator
- 采用C程序对bmp图进行处理,并执行moravec和harris角点检测算子。-Bmp using C procedures were processed, and the implementation of moravec and harris corner detection operator.
compare_of_edge_detect_methods
- 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
智能算法学习笔记
- 智能算法 属于模式识别内容 介绍和比较了现在常用的算法 如遗传算法等 例子通俗易懂-intellgient arithmetic belongs to pattern recognition,This notes present and compare up-to-date arithmetic,inherit arithmetic exp. The examples r easy to understand.
12
- 计算机图形与识别,分辨率二维直方图阈值分割方法-Computer graphics and identification, resolution two-dimensional histogram thresholding method
mxcpqyfg
- 面向车牌识别的区域分割技术,计算机工程学报
simple-num-read
- 简单的验证码识别,对于没有干扰的验证吗能达到百分之百-Simple identification code validation, verification without interference for you to achieve one hundred percent
patterndesign
- 基于图像处理模式识别的图案设计系统密码直接取消就可进入-image processing pattern recognition based on the graphic design system passwords can be entered directly canceled
EXE_MyOCR
- 图片文字识别系统
IPDemo
- 一个车牌识别系统,重新用VS2010编译过-A license plate recognition system
PCA
- 简单介绍特征脸的识别过程,采用PCA方法进行实现-Brief characteristics of face recognition process, using PCA method to achieve
Bayes++
- 图像分类器,可实现贝叶斯滤波以及分类,应用与人脸识别,车牌识别等等。