搜索资源列表
tes1111t
- 图像处理,基于matlab执行和去除共享软件日期限制的程序-image processing, based on the implementation of Matlab, and the removal of restrictions on sharing software date procedures
Lesson10Code
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment).
基于MATLAB的数字水印技术研究
- 有关数字水印的研究与实现的算法及正确的MATLAB程序-Research and Implementation of the algorithm and the correct procedures for MATLAB
200561555616250020000
- 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
DigitRec
- 数字识别系统源代码: 第一步:训练网络。使用训练样本进行训练 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“
patternreg
- 模式识别中的Parzen窗法ISODATA算法H-K(Ho-Kashyap)算法的实现,用matlab和VC编写-pattern recognition of Parzen window ISODATA method algorithm H-K (Ho-Kashya p) algorithm implementation using Matlab and VC prepared
shoushi
- 本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。-the implementation of the code of human gesture recognition in real-time. Analysis can deal with the gestures. C is visual development.
200611743011276_daimaz.com
- 本代码实现的是windows的矢量字库的读写,生成8*8字模-the source implementation of the windows vector font reader, generate 8 * 8 Fonts
TZ2005122204
- 本代码实现字模符号信息的提取,UCDOS字库信息处理-the source implementation Fonts symbol extraction of information, information processing UCDOS Font
corner_detect
- 原创的角点检测程序,使用 VC++ 编写,通过调用 Intel 的 OpenCV 库实现。-original corner detection, the use of VC prepared by calling Intel's OpenCV library implementation.
digital-recognise
- 数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图
r-lda
- 人脸识别方面LDA算法的matlab实现-regard LDA Face Recognition Algorithm Implementation of Matlab
gabor_11_15_01
- Gabor filter implementation and usage sample
OpenCV_face_detector
- This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
支持向量机的matlab实现
- 支持向量机的matlab实现,各位可以试试一试。在图像处理和人脸识别上效果还可以-Matlab support vector machine implementation, you can try try. In image processing and recognition of the effect can also be
NumRead.rar
- VC实现的神经网络数字识别系统 其中包含图像滤波,归一化,二值化处理等,VC implementation figure of the neural network image recognition system which includes filtering, normalization, binarization processing
face-jiance-genzong
- 这是一个从视频中检测并且识别人脸的代码,纯matlab实现,不是原作,但是可以使用,感谢原作者的分享-This is a test from the video and face recognition code, pure matlab implementation, not the original, but you can use, thanks to the original author of the share
BackProjection
- 用Matlab实现的后向投影算法,一个经典的投影算法,常用语CT断层成像中-After using Matlab implementation of the algorithm to the projection, the projection of a classical algorithm, commonly used terms in CT tomography
PCAKPCA
- PCA和KPCA程序,matlab实现,可用于模式识别时做降维或特征提取处理-PCA and KPCA program, matlab implementation, pattern recognition can be used to do when dealing with dimensionality reduction or feature extraction
mypca
- PCA算法在matlab中的实现,简单有效-PCA algorithm implementation in matlab, simple and effective