资源列表
opengl画圆和直线
- c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
OpticalFlow
- 光流算法,liuce实测可运行。里面包含测试图片.(the optical flow code.)
3DS MAX优秀教程
- 大家好,这是3d设计软件。欢迎大家前来下载。(Hello everyone, this is 3D design software. Welcome to download.)
zigzag
- 实现二维数组的zigzag排序,将二维数组按zigzag排序后,整合成一个一维数组(To achieve two-dimensional array of zigzag sort, the two-dimensional array by zigzag sort, integrated into a one-dimensional array)
codes
- 2014-TIFS-WeiWang-Exploring DCT Coefficient Quantization Effects for Local Tampering Detection 这篇论文的代码,可用于重压缩图像篡改的区域定位(2014-TIFS-WeiWang-Exploring DCT Coefficient Quantization Effects for Local Tampering Detection This paper's code can be used to re
MultipleJPEG
- Multiple JPEG compression detection by means of Benford-Fourier coefficients 这篇文章的代码,用于JPEG重压缩量化矩阵的估计(Multiple JPEG compression detection by means of Benford-Fourier coefficients The code of this article is used for the estimation of JPEG re compress
multiscale-fusion-tip-2016-demo
- 2016-Processing-Multi-Scale Fusion for Improved Localization of Malicious Tampering in Digital Images 这篇文章的代码,用于图像多尺度下篡改区域检测的融合(2016-Processing-Multi-Scale Fusion for Improved Localization of Malicious Tampering in Digital Images The code of this art
image2eps
- 图像转eps格式的代码,用于写latex(Image to EPS format code, used to write latex)
Daniel's code
- 图像去模糊的相关算法,对于核比较小的图片效果很好(Image deblurring related algorithms, for relatively small nuclear picture, the effect is very good)
Second Assignment
- 图像去模糊的相关算法,对于核比较小的图片效果很好(Image deblurring related algorithms, for relatively small nuclear picture, the effect is very good)
myplotROC
- 自己制作的可以用来画ROC曲线,非常好用!!!(Their own production can be used to draw ROC curve, very easy to use!!!)
去燥算法
- 利用平均与中值算法去燥.均值滤波算法:也称线性滤波,主要思想为邻域平均法,即用几个像素灰度的平均值来代替每个像素的灰度。有效抑制加性噪声,但容易引起图像模糊,可以对其进行改进,主要避开对景物边缘的平滑处理。 中值滤波:基于排序统计理论的一种能有效抑制噪声的非线性平滑滤波信号处理技术。中值滤波的特点即是首先确定一个以某个像素为中心点的邻域,一般为方形邻域,也可以为圆形、十字形等等,然后将邻域中各像素的灰度值排序,取其中间值作为中心像素灰度的新值,这里领域被称为窗口,当窗口移动时,利用中值滤波可以