搜索资源列表
draw_A17
- 用VC开发的一个简单画图程序欢迎参考,可以画直线、圆、矩形-VC developed a simple drawing program welcomed the reference can draw straight lines, circles, rectangles, etc.
Fingerprint_Verification
- 着重介绍指纹识别的算法,指纹增强程序,如何提取方向图等-highlights fingerprint recognition algorithm, fingerprint enhancement procedures, how to draw the map direction
Digit_Recomodule
- This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recogn
数字认识
- 仅供参考!实现了基本的数字识别,而且采用了当前最新的特征提取算法,所以使用起来速度很快,识别率也比较高!-Only for reference! Have realized the basic figure is discerned, and has adopted the present newest characteristic to draw algorithms, so it is very fast to use, the discerning rate is higher!
id_eq
- 本代码用于纸牌识别及图像均衡化,并将均衡化后的直方图画出-The code for the card identification and image balancing, and after the histogram equalization draw
difference
- 通过使用不同的颜色重画图片,找出两幅图像的不同之处-Through the use of different colors, re-draw pictures, identify the two images of different
canny
- 采用canny算法进行边缘检测,寻找输入图像的边缘,并且标志出来-canny algorithm edge detection,can find edge from image and draw it.
opentrim
- bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,-c++ lib deal with all the bmp format image .it can reverse color,draw point line on bmp images and detect corners .it can also create array contains the brightness of every pixels
shui_ping_ji_fang_fa
- 图像识别 能对图像中的目标进行自适应识别 并画出目标轮廓-Image recognition can be adaptive to recognize target and draw the target contour
midpointDraw
- 精典的中点法画圆与画线,有与函数对比的圆!方便大学对比!-draw Circle,line by Midpoint.
contour4
- 使用matlab繪製Bezier curve的程式-Draw Bezier curve using matlab program
cluster
- 在左视图上单击鼠标左键,可获得3种数据源:【标准数字聚类】、【手画图形聚类】、【位图文件分析聚类】。 (1) 标准数字 在工具条中按下【标准数字聚类】按钮后,选择工具条上提供的各种标准数字。在左视图就会得到多个标准数字。 每行中存放的标准数字个数与blank.bmp文件大小有关,读者可以自行修改该文件的大小,应注意该文件应该是n×n的,比如500×500 。 (2)手写数字 在工具条中按下【手画图形聚类】按钮后,拖动鼠标左键画各种数字或图形,注意每一个物体要连通。 (3
Midpointcircle
- 在矩阵或者二维图像中画一个圆,没有丢失的像素点 -Draw a circle in a matrix/image
niaochenzhazidongshibiesuanfa
- 本文展开了对尿沉渣图像 自动识别算法的研究。著者在从事“尿沉渣图像自动识别算法的研究”课题的研究 中,广泛吸取了国内外已有的有益成果,根据尿沉渣图像特点从图像增强、图像 分割、特征提取和特征选择、图像识别等各个环节寻求最佳的可行方法以提高识 别的性能,提出了基于组合图像分割算法、改进的特征提取和特征选择算法以及 BP神经网络分类器的尿沉渣图像自动识别算法。-This started on the urine sediment image recognition algorit
PCA-pro
- 整个程序是基于Yale人脸数据库的PCA算法。算法主要分成三个部分。第一个部分是选择了每类图片的八张进行训练,形成基空间。第二部分是画图,主要是怎么画出特征脸,就是那个看着比较诡异的东西。可以修改数据,程序中提供了100个特征值和16个特征值的情况示例。最后一部分就是测试部分,检测命中率。效果很理想。-The whole process is based on the Yale face database PCA algorithm. Algorithm is divided into thre
PPallmPrinnta
- 掌纹识别程序源码,希望大大家能参考! 完整源代码。 -Palmprint recognition program source code, I hhope everyone can draw on! Complete source code.
Exp14-draw-pictrure-code
- arm图像处理代码,对于初学者来说是一个很好的借鉴-the arm image processing code, is a good reference for beginners
MTFApp
- 三次样条插值绘制光滑曲线,很有用的代码希望对大家有用-Cubic spline interpolation to draw a smooth curve, useful code hope to be useful
makingcard
- 可以显示文字和绘制图像的贺卡程序.显示仓央嘉措的词:那一日 我闭目在经殿的香雾中 蓦然听见你诵经的真言,-Greeting card program that can display text and draw images. Central warehouse Gyatso word: that day I turn a blind eye by the house of Xiang Wu suddenly heard you chanting the mantra, ...
faceface
- 系统有以下部分组成:电脑自带摄像头拍照、人脸检测、将人脸照片录入数据库、输入照片进行人脸识别。本程序是基于肤色识别的方法对人脸进行检测,人脸肤色范围是100≤B≤120,140≤R≤160,所以将此范围内的像素点置白,剩余部分置黑。利用imerode函数对图片进行球状腐蚀,然后再对图片进行中值滤波,达到平滑效果。最后,对于这张已经缩放而且二值化和各种处理之后的照片来说,如果白化区域的像素点少于1000,就舍弃。将图片进行分割,这里我们引进了欧拉数。 这样就可以把一些类似颜色人脸的背景排除。