资源列表
waveletPPT
- 讲小波变换的PPT,连续小波变换,二进小波变换,小波信号去噪等-Speaking wavelet transform PPT, continuous wavelet transform, dyadic wavelet transform, wavelet signal de-noising, etc.
code-new
- 计算机图形学课程设计源代码,使用OPENGL实现的-Computer Graphics Course Design
FastImageSegmentation
- 一种基于Delaunay Triangulation的图像分割算法,全自动处理,不需要族数初始估计; 应用图像的统计特征,而不是图像本身,以减少计算量,提高效率。 -Delaunay Triangulation based image segmentation, automatic process, no initial estimate of the number of family application of statistical characteristics of the
x264-060805-vc6(1)
- x264源码,注释了特别多,对大家学习视频编码有很大的帮助的,-x264 source code, comments, a particularly large number of video encoding for them to learn a great help,
versatile-image-processing
- 这是在Visual Basic环境下的基于对话框的图像处理操作代码。包括一些基本功能如:对图像加高斯噪声、转灰度图、显示直方图、直方图均衡化、反色。还有对图像进行平滑的模板运算,如BOX模板,Gauss模板、Laplacian模板。并且可以对显示在对话框中的图像进行平移操作。-This is a dialog-based image processing operation code in Visual Basic environment. Including some basic functi
ani3D-2.2.1.tar
- Flexible Tetrahedral Mesh Generator Using Advanced Front Technique
PretestFilter
- 对图像进行非邻域滤波,调节参数后,能使得SAR图像接近光学图像-It is a non local filter. Using it , the SAR images can be approximated to optical one
lesson6
- nehe教程在MFC下的实现,第6课-纹理映射(在VS2005下编译通过)-nehe tutorial to achieve in the MFC Lesson 6- Texture mapping (compiled by VS2005)
OpencvDemo04
- 基于opencv实现的图像旋转算法,及其算法扩展。 使用opencv2.3.1,vs2008环境。 都是自己实现的。-Algorithm based on opencv to achieve image rotation, and its algorithm is extended. Opencv2.3.1, vs2008 environment.
QRCode
- Quick Response(QR码)二维码编解码库及DEMO,包括QR码生成及识别-Quick Response (QR code) and two-dimensional code decoding library DEMO, including QR code generation and recognition
ChangImage
- 在VC++6.0下通过MFC窗口实现显示图像-Show pictures
基于SIFT算法的图像特征点提取与匹配
- 文章深入研究了 SIFT 特征点提取的原理及过程,以基于 K-D 树结构的近邻算 法对呈线性变换的两幅图像在不同视角和噪声干扰情况下进行了特征点的粗匹 配,并通过随机抽样一致性算法(Random Sample Consensus)进行特征点的提纯,删 除例如错误的匹配特征点对。针对粗匹配后误匹配点对较多导致的 RANSAC 算法 效率降低、运算时间变长的情况,论文以视差梯度约束对粗匹配点对进行预筛选, 提升了 RANSAC 算法的效率。根据匹配点对空间位置关系得出图像之间的变换模 型;最后将图像