搜索资源列表
MasterVisualC++_NETimageprocessing
- 《VC++图象处理程序设计》 书中代码 天津理工大学 计算机科学与工程系 杨淑莹 第二章特效显示 第三章几何变换 第四章灰度变换 第五章平滑处理 第六章锐化及边缘检测 第七章图像分割 第八章形态学 第九章图像的变换域处理 第十章图像合成 第十一章24位彩色 第十二 章小波变换-"VC image processing program design" book code Tianjin Polytechnic University
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
FreTranslation
- VC数字图像处理典型算法源码第五章,Visual C++编写,主要是图像的正交变换-VC digital image processing algorithms typical Chapter V source code, Visual C, Image is the orthogonal transformation
RightGaussianfuzzyimageprocessing(imagerecovery)co
- 对图象进行高斯模糊处理(图象复原)的经典V代码,其他的不多说了-right Gaussian fuzzy image processing (image recovery) of the classic V code, the other said a few
JGibbLDA-v.1.0.tar
- 人脸识别源程序,已经经过测试非常好用,方便大家-Face recognition source code has been tested and is very easy to use, convenient to all
FreTrans
- vc图形图像处理第五章,源码,请大家使用!-vc graphical image processing Chapter V, source code, please use!
LevelSetC-VModel
- 实现水平集模型C-V的代码。active contour without edges.-matlab code of active contour without edges.
MATLAB_Program
- 该程序时用GAC和C-V模型做图像分割的源代码,效果很不错,就是速度慢了一些-When the program is to do with the GAC and the CV model for image segmentation of the source code, the effect is very good, that is some slow
MATLABR2008_5
- 《MATLAB R2008图形与动画编程实例教程》的源代码--第五章-" MATLAB R2008 examples of graphics and animation programming tutorial" source code- Chapter V
A00446848
- 一些基本的图像处理的源代码,可以在VC++环境下实现。-Some basic image processing source code, the V C++ environment can be achieved.
pt-ubiid-v.02
- pt-ubiid-v.02.zip : repository contains source code of Iris recognition system, to run it, you need Bath database Images(payable)-pt-ubiid-v.02.zip : repository contains source code of Iris recognition system, to run it, you need Bath database Images
1224452_1274321838HuPc
- 有关数字图像处理图像定位中车牌的定位代码,基于V C++语言的开发,希望对大家有帮助。-Digital image processing, image positioning in the license plate positioning code, based on the V C++ language development, we hope to help.
figure5_34_2
- 数字图像处理(第二版)第五章例题5.35的实现代码。有关几何变换失真及其恢复的代码。-Digital Image Processing (second edition) Chapter V, Example 5.35 code. The geometric transformation distortion and its recovery code.
tu513
- 数字图像处理(第二版)第五章例题5.13的实现代码。7*7的算术均值滤波和几何均值滤波代码(自己编写)。-Digital Image Processing (second edition) Chapter V, Example 5.13 code. 7* 7 arithmetic mean filter and the geometric mean filter code (write your own).
DM6446JPEG-encode
- 一个原始图像信息,要对其进行 JPEG 编码,过程分两大步: i) 去除视觉上的多余信息,即空间冗余度 ii)去除数据本身的多余信息,即结构(静态)冗余度 JPEG 编码中主要涉及到的内容主要包括: i) Color Model Conversion (色彩模型) ii) DCT (Discrete Cosine Transform 离散余弦变换) iii)重排列 DCT 结果 iv) 量化 v) RLE 编码 vi) 范式 Huffman 编码 v
void-CDlgEncrypt3
- 此代码采用V C++编程,主要用于对图像进行混沌加密与解密。-This code uses V C++ programming, mainly used for image chaotic encryption and decryption.
cmfd_framework
- OPENCV下编写的数字取证平台,算法很多很全,请参照论文"An Evaluation of Popular Copy-Move Forgery Detection Approaches" Vincent Christlein, Christian Riess, Johannes Jordan, Corinna Riess, Elli Angelopoulou. In: IEEE Transactions on Information Forensics and Security (TIFS)
FrostFilter
- Frost 滤波器代码,一个印度人仿真的V.S Frost 于1982年提出的Frost 滤波器,参考文献A Model for Radar Images and Its Application to Adaptive Digital -Frost_filter code Simulated by an Indian References VS Frost, " A Model for Radar Images and Its Application to Adaptive
V
- 计算图形学,犹他壶点集及画法,vc++编写的源代码-Computing graphics, Utah pot point set and painting, vc++ prepared by the source code
水平集C-V模型
- 关于ChanVess水平集分割模型的matlab代码(The matlab code for the ChanVess level set partition model)