搜索资源列表
SIMLINQ2
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
SIMLINQ1
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
SIMDOPI2
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
SIMDOPI1
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
RESPLOT
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
OBJPUSH
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
OBJLINQ
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
Watermarking_althorithm_based_on_DCT(MATLAB)
- 基于DCT变换的水印图像水印算法源代码(matlab实现)。将文件解压缩到MATLAB安装目录下的work文件夹中,然后打开aaa.m文件,运行即可。-Based on the DCT Transform Watermarking Image Watermarking Algorithm source code (matlab achieve). Extract the file to the MATLAB installation directory under the work folder
read_Pic_key_ctrl
- 用vs顺序打开文件夹中的图片 用方向左右键分别控制下一张 上一张 图片数量无限制-Open the folder with vs order the picture with the direction key control about respectively on the next picture number unrestricted
SplineInterpolation-in-mfc
- 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
ResizePictures
- 我们用千万像素级相机拍摄的照片,通常达到好几兆,时间长了,相片多了,就很占空间,但是又舍不得删除。怎么办?减少图片的精度,也就减小了所占空间。事实上,用Windows XP自带的画图程序(Win7自带的画图程序没试过),打开图片,然后另存,即可发现图片体积大大减小,但是精度的损失用人眼是判断不出来的。可是如果每个图片都用画图程序打开再另存,势必很费时间。于是,小弟就开发了一个批量减少图片体积的小程序,可以递归执行。需要注意的是,要先选中递归复选框,然后再选择文件夹,否则不会递归。这也算是一个小b