资源列表
contourlet1
- 二代小波用于图像去噪的vc++代码,具有多方向性,是真正的图像变换去噪。-second generation wavelet for Image Denoising vc code, a multi-directional, is the real image Transform.
NewFaceDetector(1)
- 一个Delphi做的,基于肤色和神经网络做的人脸检测系统.做得非常好,请大家下载-a Delphi done, based on the color and neural networks do face detection system. Doing a good job. Please see Download
emwintrial_v404_16bpp
- emwin-gui下的vc测试程序,版本号为v4.04,内部继承了gif,bmp,jpeg等的调试程序,使学习的好帮手-emwin-gui vc under the testing procedures, the version to v4.04. Internal inherited gif, bmp, jpeg the debugging process, so that's helping hands
DEMErrorCheck
- 对生成的数字高程模型(DEM)进行粗差检查,能够检查出相应粗差.-to generate digital elevation model (DEM) for gross error check, to check out the corresponding gross error.
Mutual_Information_upload
- 互信息法求混沌序列的最优时延,希望对大家有用。-mutual information for the optimal sequence delay, we hope that the right useful.
hausdorff111
- 在matlab下用hausdorff进行两幅图的匹配问题,可以得到hausdorff的距离-in Matlab using hausdorff two plans for the match, can be hausdorff distance
2Dto3D
- 利用VTK在vc环境下实现二维图像的三维显示,本程序选择jpg格式图像为例,经vtkWarpScalar对象处理使图像变为三维-use VTK in vc environment to achieve the three-dimensional two-dimensional images, The procedure to choose jpg format image as an example, vtkWarpScalar object processing into a 3D image
blindwatermark
- 数字水印程序,包括多分辨嵌入水印、提取水印程序,盲水印嵌入、提取程序,以及滤波攻击和JPEG攻击程序,PSNR和相似度计算公式(MATLAB)-digital watermarking procedures, including multiresolution embedded watermark, watermark extraction procedure, blind watermark embedding and extraction procedures, Filtering and
Ultimate_Face_Recognition
- 人脸识别源代码,采用Matlab编写,有友好的GUI界面,使用方便,并附带了使用说明,方便学习-face recognition source code, prepared using Matlab, a friendly GUI interface, easy to use, and the incidental use to facilitate learning
ico图标库
- ico图标库.rar-ico icon library. Rar
DCT-vhdl
- 这是一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT)算法,采用VHDL实现
GDIimgae
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。