-
Picture
图片处理 去噪音,去模糊为了实现较好保留图像边缘特征的有效去噪,提出了一种基于边缘检测的Contourlet 变换去噪方法(Picture Deal)
- 2013-05-28 16:20:28下载
- 积分:1
-
segment
说明: 图像分割代码,c++实现(Image segmentation code, c++ Achieve)
- 2008-11-05 00:02:19下载
- 积分:1
-
ex26aview1
基于最小二乘法的相位解缠VC++算法
(least squares method based on the VC Phase Unwrapping Algorithms)
- 2020-06-28 19:00:01下载
- 积分:1
-
VBzRGB
本应用可以将RGB颜色转换为VB专用的十六进制代码或WEB专用的十六进制代码,包含代码和已编译的EXE文件。(This application can convert RGB color to VB for hexadecimal code or WEB for hexadecimal code, contain code and the compiled EXE file.
)
- 2015-08-23 19:55:27下载
- 积分:1
-
123
亚像素级cvFindCornerSubPix角点检测,可较为精确地对角点进行检测(The subpixel cvFindCornerSubPix corner detection)
- 2012-08-11 09:47:27下载
- 积分:1
-
Wavelet-domain-Hidden-Markov-Models
用小波域隐马尔科夫树模型进行图像降噪的matlab软件,rice大学编制(Software For Image Denoising Using Wavelet-Domain Hidden Markov Tree Models)
- 2012-12-21 16:46:41下载
- 积分:1
-
698073
经典ldpc编译码程序 gallager的博士论文里的部分仿真程序,(Classic LDPC decoding programming gallagher s doctoral thesis in part of the simulation program,)
- 2017-05-19 14:13:41下载
- 积分:1
-
Reversible-New-Code
Reversible data hiding in images
- 2011-09-08 15:09:36下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
susanandHarris
包括harris经典算法、harris-Laplace算法,以及susan算法,鲁棒性好(Harris, including the classic algorithm, harris-Laplace algorithm, as well as susan algorithm, better robustness)
- 2020-11-19 20:39:41下载
- 积分:1