CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - implementation

搜索资源列表

  1. tes1111t

    0下载:
  2. 图像处理,基于matlab执行和去除共享软件日期限制的程序-image processing, based on the implementation of Matlab, and the removal of restrictions on sharing software date procedures
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:246929
    • 提供者:李精
  1. Lesson10Code

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment).
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131603
    • 提供者:刘祥景
  1. 基于MATLAB的数字水印技术研究

    0下载:
  2. 有关数字水印的研究与实现的算法及正确的MATLAB程序-Research and Implementation of the algorithm and the correct procedures for MATLAB
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:105802
    • 提供者:明明
  1. 200561555616250020000

    0下载:
  2. 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:233235
    • 提供者:yanglin
  1. DigitRec

    1下载:
  2. 数字识别系统源代码: 第一步:训练网络。使用训练样本进行训练 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:59562
    • 提供者:孙瑞霞
  1. patternreg

    1下载:
  2. 模式识别中的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
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:80481
    • 提供者:杜检来
  1. shoushi

    0下载:
  2. 本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。-the implementation of the code of human gesture recognition in real-time. Analysis can deal with the gestures. C is visual development.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:32539
    • 提供者:李童
  1. 200611743011276_daimaz.com

    0下载:
  2. 本代码实现的是windows的矢量字库的读写,生成8*8字模-the source implementation of the windows vector font reader, generate 8 * 8 Fonts
  3. 所属分类:图形/文字识别

    • 发布日期:2010-07-09
    • 文件大小:20465
    • 提供者:
  1. TZ2005122204

    0下载:
  2. 本代码实现字模符号信息的提取,UCDOS字库信息处理-the source implementation Fonts symbol extraction of information, information processing UCDOS Font
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:10689
    • 提供者:
  1. corner_detect

    0下载:
  2. 原创的角点检测程序,使用 VC++ 编写,通过调用 Intel 的 OpenCV 库实现。-original corner detection, the use of VC prepared by calling Intel's OpenCV library implementation.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:43852
    • 提供者:付富
  1. digital-recognise

    0下载:
  2. 数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:60790
    • 提供者:刘嘉康
  1. r-lda

    0下载:
  2. 人脸识别方面LDA算法的matlab实现-regard LDA Face Recognition Algorithm Implementation of Matlab
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:639939
    • 提供者:刘培江
  1. gabor_11_15_01

    1下载:
  2. Gabor filter implementation and usage sample
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:287878
    • 提供者:邢延超
  1. OpenCV_face_detector

    1下载:
  2. 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
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1295516
    • 提供者:ruan
  1. 支持向量机的matlab实现

    0下载:
  2. 支持向量机的matlab实现,各位可以试试一试。在图像处理和人脸识别上效果还可以-Matlab support vector machine implementation, you can try try. In image processing and recognition of the effect can also be
  3. 所属分类:图形/文字识别

    • 发布日期:2017-04-09
    • 文件大小:1190593
    • 提供者:YOUYOU
  1. NumRead.rar

    0下载:
  2. VC实现的神经网络数字识别系统 其中包含图像滤波,归一化,二值化处理等,VC implementation figure of the neural network image recognition system which includes filtering, normalization, binarization processing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:6679354
    • 提供者:
  1. face-jiance-genzong

    1下载:
  2. 这是一个从视频中检测并且识别人脸的代码,纯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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:39005
    • 提供者:马博
  1. BackProjection

    2下载:
  2. 用Matlab实现的后向投影算法,一个经典的投影算法,常用语CT断层成像中-After using Matlab implementation of the algorithm to the projection, the projection of a classical algorithm, commonly used terms in CT tomography
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:2041
    • 提供者:九龙
  1. PCAKPCA

    0下载:
  2. PCA和KPCA程序,matlab实现,可用于模式识别时做降维或特征提取处理-PCA and KPCA program, matlab implementation, pattern recognition can be used to do when dealing with dimensionality reduction or feature extraction
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:hobby
  1. mypca

    0下载:
  2. PCA算法在matlab中的实现,简单有效-PCA algorithm implementation in matlab, simple and effective
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:784
    • 提供者:张其
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com