搜索资源列表
ImgSeg
- 哥们图像边缘检测与特征提取的毕业设计,包括全部经典算法,还有他自己的改进,VC6下测试通过。(这个改进我不是很懂,不要问我!:))-Miners Edge detection and feature extraction graduate design, including all classic algorithms, and his own improvement, VC6 under test. (This I do not know very much about improvement
ExpandPloygon
- 图形图象的多边形膨胀算法 我的毕业设计题目 希望可以指出不足 -polygon graphic images of the expansion algorithm I graduated from a design hope that inadequate
ImgEnhance
- 用VC做的关于图像处理的例子,是我的毕业设计,里面包含了图像处理的大部分算法-VC done on the image processing examples, I graduated from the design, it contains the most of the image processing algorithm
DCT-matlab
- 数字版权保护的毕业设计,利用DCT进行变换,但是算法比较新颖,里面包括所有的matlab程序。-digital copyright protection graduation design, for the use of DCT transformation, but rather novel algorithm, includes all the Matlab procedures.
8_kinds_of_image_enhance
- 8种常用图像处理算法(函数)毕业设计的一部分代码-eight kinds of image processing algorithm (functions) graduated part of the design of code
HaarFaceDetect
- 视频监控系统完整源码(本人本科毕业设计),运用帧间差分算法,运用高斯混合模型来实现背景的实时更新,以减少由于环境的变化对检测结果的干扰。-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-
MyWork
- 毕业设计——人脸区域的提取算法 VC++程序
tuxingchuli
- 8种常用图像处理算法(函数) 这是我毕业设计的一部分代码 包括实现DIB图像的垂直镜像,实现DIB图像的旋转,缩放DIB图像,返回新生成DIB的句柄,把256图像转化成灰度图像等
DIBDisplay
- 本科毕业设计中所做的关于canny边缘检测算法改进的程序源码,实现了自适应双阈值和动态阈值算法
cannyfinal.rar
- canny边缘检测算法传统算法源程序 毕业设计基于图像边缘检测自适应的研究,canny edge detection algorithm for the traditional procedure
textureseg
- 用多尺度Gabor小波滤波器组实现纹理分割,其中聚类算法采用K均值聚类,本科毕业设计,省优秀-multi-scale Gabor wavelet,texture segmentation,k-mean clustering
1
- 基于opencv背景差分算法的详细代码,运行正常详细代码详细代码-Opencv background difference algorithm based on the detailed code, more code to run properly detailed code
dwt_svd_GUI
- matlab GUI数字水印代码。小波变换中的dwt与svd算法的结合,加密用的是混沌加密。是毕业设计的代码。下载后注意图片的路径。-digital watermarking matlab GUI code. Wavelet transform dwt in combination with the svd algorithm, encryption is used for chaotic encryption. Is a graduate of the code design. Attenti
FCM
- 基于matlab写的HCM和FCM程序,以及快速算法KFCM算法,对写毕业设计的很有用-Based on matlab HCM and FCM written procedures and fast algorithm for writing, KFCM algorithm of graduation design is very useful
edgedetection2003
- 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
logistic_image_encryptionV1.1
- 程序仅供参考。实现logistic加密(一种混沌加密技术)算法。不追求算法的复杂性,有较好演示效果。因为这是本人为毕业设计做的一个草稿程序,所以您使用它时,请勿大量复制。-This programe are for reference only. Logistic realize encryption (a chaotic encryption) algorithm. Not Pursue algorithm complexity, there is a good demonstration o
thinner
- 细化算法,正在做毕业设计的同学可以参考一下,有较高的参考价值-Thinning algorithm, is designed to do graduate students for reference, have a high reference value
176
- 基于DCT的彩色图像数字水印算法,作者:QQ 64134703 ,电子毕业设计,欢迎咨询-DCT based color image watermarking algorithm, the authors: QQ 64134703, e-graduate design, please consult
Doc_WaterMark
- 文本数字水印算法实现。毕业设计的源代码。-Text watermarking algorithm. Graduate design source code.
DLDA
- KDLDA matlab编写,可以处理人脸识别中的小样本问题和奇异值。本人毕业设计用过,处理效果很佳。