资源列表
Filled-triangle
- 调用OPENGLE 库文件,实现三角形填充-Computer Graphics OPENGL lighting display program
gauss
- 利用C语言编程产生随机数,先产生0-1均匀分布随机数,再利用中心极限定理产生高斯分布随机数。- Using the C programming language to generate random numbers, uniformly distributed by first generating a random number 0-1, and then use the central limit theorem Gaussian random number generation.
tuxiangquza
- 对图像进行去噪处理,能够很好的显现出图像,并用于其他处理之前的图像的去噪-To deal with the noise of image is quite well, and can show the image, and used for other treatment of image denoising before
tq
- 数字水印的matlab程序,本程序是基于matlab的程序,对数字水印可以较好地实现水印图片的提取-Digital watermarking matlab program, this program is a matlab-based procedures, the digital watermark can be better achieved the watermark image extraction
TP2
- How smooting a image by the the Laplacien in equation of chaleur.-How smooting a image by the the Laplacien in equation of chaleur.
TDPCA
- 2dpca函数代码 通过调用运行-2dpca function code by calling the run
NLmeansfilter
- 非局部的滤波算法,该方法不是用图像中单个像素的灰度值进行比较,而是对该像素周围的整个灰度的分布状况进行比较,根据灰度分布的相似性来贡献权值。-non-local algorithm for image denoising
LBP.cpp
- LBP算子的实现源代码,可以根据LBP算子来对2张图片的相似度进行比较,值越小,图像越相似。-LBP operator realization of the source code, you can compare LBP operator to the similarity of the two pictures, the smaller the value, the more similar the image.
anisodiff
- 对图像进行各项异性平滑,可以在平滑图像的同时尽量保护好边缘信息。-Anisotropic smoothing the image, you can try to protect the edge information in the image when you smooth it.
HarrisExtract
- 自己写的harris特征提取算子,初学者可以参考-harris
glcm24
- Matlab实现灰度共生矩阵算法,0,45,90,135四个方向的,每个方向各6个特征,因而一幅图像总共24个特征。在图像纹理识别方面挺有效。-Matlab implementation of the gray level co-occurrence matrix algorithm, 0,45,90135 four directions, each direction of the 6 characteristics, and thus a total of 24 images of the
1
- 1、理解多边形裁剪的原理(Weiler-Atherton算法、Sutherland-Hodgeman栋算法)。 2、实现这两种多边形的裁剪算法,在屏幕上用一个封闭矩形裁剪任意多边形(凹多边形、凸多边形都要实验)。 3、编写上述算法程序,在工作区域当中运行并显示算法效果。 4、将多边形裁剪模块添加到设计的图形实验系统当中。 5、完成代码编写、调试。-1, understand the principles of polygon clipping (Weiler-Atherton