CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 本科毕业设计

搜索资源列表

  1. WaveletDenoise

    0下载:
  2. 用Visual C++编写的小波表换,小波除噪程序,可以显示信噪比,我的本科毕业设计,吐血推荐-prepared using Visual C table for the wavelet, wavelet denoising procedures can demonstrate SNR, I graduated from the undergraduate Design, hematemesis Suggest
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:76462
    • 提供者:sdfdf
  1. vcBMP

    0下载:
  2. 用Visual C++编写的小波表换,小波除噪程序,可以显示信噪比,我的本科毕业设计,吐血推荐-prepared using Visual C table for the wavelet, wavelet denoising procedures can demonstrate SNR, I graduated from the undergraduate Design, hematemesis Suggest
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64237
    • 提供者:sdfdf
  1. face_detect_usingBDF_method

    0下载:
  2. 这是我做本科毕业设计时用的dameon程序,它采用肤色和贝叶斯判别方法进行人脸检测,具有高的检测率和低的误码率.-This is what I do when we graduated from the design dameon procedures, It uses color and Bayesian methods discriminant face detection with high detection rate and a low error rate.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2599265
    • 提供者:李国辉
  1. HaarFaceDetect

    0下载:
  2. 视频监控系统完整源码(本人本科毕业设计),运用帧间差分算法,运用高斯混合模型来实现背景的实时更新,以减少由于环境的变化对检测结果的干扰。-Video Surveillance System integrity of the source code (I graduated from undergraduate design), use interframe difference algorithm, Gaussian mixture model used to achieve the real-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3299788
    • 提供者:刘放晴
  1. zhiliangtuihuadechepaizifufengesuanfa

    0下载:
  2. <质量退化的车牌字符分割方法>,一篇关于如何提取和识别车牌字符的好文章,对于做车牌识别的朋友很有帮助,我的本科毕业设计就是基于它的,现在把它提供给大家!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:124963
    • 提供者:刘样
  1. DIBDisplay

    2下载:
  2. 本科毕业设计中所做的关于canny边缘检测算法改进的程序源码,实现了自适应双阈值和动态阈值算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:111024
    • 提供者:于洋
  1. exercise.rar

    0下载:
  2. labview 计算机控制 dll 本科毕业设计,labview dll
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:2332784
    • 提供者:李炎
  1. textureseg

    1下载:
  2. 用多尺度Gabor小波滤波器组实现纹理分割,其中聚类算法采用K均值聚类,本科毕业设计,省优秀-multi-scale Gabor wavelet,texture segmentation,k-mean clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4866534
    • 提供者:汪彪
  1. VB

    1下载:
  2. VB6.0(WIndows XP运行良好) 本科毕业设计,包括图像采集、图像预处理,和图像测量,其实还有附加的其他功能,图片数据库(ACCESS 2003数据库),播放音乐等。很认真的毕业设计。还有做成了XP风格。-VB6.0 (WIndows XP is running well) undergraduate course graduation design, including the image acquisition, image preprocessing, and image mea
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8794369
    • 提供者:王行凤
  1. program

    2下载:
  2. 我的本科毕业设计程序,包括了基于脊波小波分解和整数小波分解的小目标识别。-My undergraduate graduate design program, including the ridge wave based on wavelet decomposition and integer wavelet decomposition of small object recognition.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-16
    • 文件大小:291579
    • 提供者:summer
  1. poker

    2下载:
  2. 这是本人做的本科毕业设计,被评为优秀毕业论文,用matlab编写的基于图像处理的纸牌识别系统-This is I do undergraduate course graduation design, evaluated the outstanding graduate thesis, with matlab based on image processing the card identification system
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:638968
    • 提供者:edison
  1. lfdtk

    0下载:
  2. 我为本科毕业设计编写的程序,实现答题卡位图读入,去噪,二值化等功能,并完成答题卡识别,一个图像处理的简单应用,仅供初学者参考-For my graduate design programs that achieve the answer sheet to read the bitmap, denoising, Binarization and other functions, and complete identification of the answer sheet, a simple im
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:60670
    • 提供者:清风
  1. edgedetection2003

    0下载:
  2. 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1397911
    • 提供者:swx
  1. FaceDetect

    0下载:
  2. 是一个对人脸的定位系统!是一个本科毕业设计!对学编程的人应该很有帮助!-FaceDetect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:298734
    • 提供者:hai yan
  1. extract_and_segment_the_defective_region_using_fra

    2下载:
  2. 使用分形维数来提取缺陷中的感兴趣区域,本科毕业设计程序-Used to extract the fractal dimension of defects in the region of interest, graduate design program
  3. 所属分类:2D图形编程

    • 发布日期:2014-02-19
    • 文件大小:159093
    • 提供者:董肖
  1. watermarking

    0下载:
  2. 图像水印。bmp图像水印加密算法,基于小波变换。本科毕业设计。-Watermarking. bmp image watermarking encryption algorithm based on wavelet transform. Graduation Project.
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4230955
    • 提供者:黄伟
  1. dct

    0下载:
  2. 好东东哦,希望大家来下载,是 我们本科毕业设计论文成果,基于dct域的数字水印技术
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4010009
    • 提供者:Lily
  1. TargetDetectionAndSnakeAndOpticalFlow

    0下载:
  2. 本科毕业设计,图像读入,背景差分目标检测,二值化,snake算法,光流畅算法-Graduate design, image read, the background differential target detection, binarization, snake algorithm, optical flow algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5585899
    • 提供者:梁言
  1. License-Plate-Segmentation

    0下载:
  2. 本科毕业设计程序,不是特别全,实现图像的二值化,多种分割,灰度化,水平、垂直变化等。-Graduate design program, not particularly full, Image binarization, a variety of segmentation, grayscale, horizontal and vertical changes.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6151589
    • 提供者:gudingyun
  1. adsa

    0下载:
  2. 用于描述认得脸部的图像处理软件的分析与算法可用于侦测方面的实际运用 本科毕业设计论文-Recognize the face images used to describe the analysis and processing software algorithms can be used to detect the practical use of graduate design thesis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1385566
    • 提供者:李天
« 12 »
搜珍网 www.dssz.com