-
WenLiLiJiaophoto
该程序为离焦模糊参数识别的方法,通过canny算子检测边缘,用hough变换检测直线的方法求离焦半径。(The program for the defocus blur parameter identification method by canny operator edge detection using hough transform line detection method for the defocus radius.)
- 2021-01-12 16:48:49下载
- 积分:1
-
bilinear
双线性插值方法,输出像素的值为其坐标2x2领域内像素值的加权平均。(Bilinear interpolation method, the output pixel values for the coordinates of the area of 2x2 pixels of the weighted average value.)
- 2008-05-20 09:21:33下载
- 积分:1
-
图像灰度处理
对加载的图像进行灰度处理,简单处理matlab程序,效果不错,利于后面对图形进一步加工处理(Gray-scale processing of loaded images)
- 2019-06-18 08:06:13下载
- 积分:1
-
enviread.m
read envi headers images
- 2020-10-20 14:17:25下载
- 积分:1
-
Lee
极化SAR图像处理,经典的Lee滤波处理,可实现sar图像的去除斑点噪声处理(SAR image filtering based on Lee s algorithm.)
- 2011-12-19 13:56:32下载
- 积分:1
-
CS_Primary_tutorial
CS压缩传感的初级教学代码,使用OMP重构,已注释,包括1维信号,2维图像的重构,分别使用dct和小波稀疏,列扫描和分块法进行omp重构(CS compressed sensing primary teaching code using OMP remodeling, already commented, including a 1-dimensional signals, 2-dimensional image reconstruction, respectively, using the DCT and wavelet sparse column scanning and sub-block method omp Reconstruction)
- 2012-11-26 11:45:07下载
- 积分:1
-
l1magic-1.1
对l1最小化的处理,其中包括全面的l1范数的解得算法,运用tv全变分最小的解决方法,适合于单像素以及图像处理的研究者参考。(L1 minimization, including the full L1 norm solution algorithm, the use of TV total variation, the smallest solution, suitable for single pixel and image processing researchers reference.)
- 2017-09-08 22:00:18下载
- 积分:1
-
matlab
图像处理基本操作MATLAB原代码,包括各种经典算法,处理过程源码(Basic operation of image processing the original MATLAB code, including a variety of classic algorithms, process source)
- 2009-02-02 18:44:14下载
- 积分:1
-
source
实现了对误拍角度的矫正,基于轮廓提取以及旋转矩阵变换实现图像错误识别和矫正(It realizes the correction of misalignment angle, and realizes image error recognition and correction based on contour extraction and rotation matrix transformation.)
- 2018-07-06 15:20:57下载
- 积分: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