-
灰度图像二维otsu自动阈值分割
一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
- 2020-07-18 11:28:47下载
- 积分:1
-
gmmreg_cpd
gmmreg图像配准算法源程序,里面用到了TPS算法,并附有例子。(gmmreg image registration algorithm source code and two demos, which used the TPS algorithm.)
- 2011-06-28 13:39:15下载
- 积分:1
-
Jpeg_2000_code
This matlab code is used to encode and decode digital still images into Jpeg2000 format
- 2013-02-07 15:58:24下载
- 积分:1
-
target-training
训练图片中检测到的目标,检测特征是基于梯度方向直方图(training target)
- 2012-07-09 21:58:41下载
- 积分:1
-
HazeRemoval
数字图像处理有关于图像去雾的新型算法与实现(There are new digital image processing algorithms on the image to go to the fog and Implementation)
- 2014-11-12 14:34:37下载
- 积分:1
-
imagecompress
用matlab编写的图像压缩程序,可以实现图像的压缩(Prepared to use matlab image compression program, you can realize the image compression)
- 2021-03-10 17:39:27下载
- 积分:1
-
gabor
gabor特征提取程序,对于搞问纹理提取的人来说很有用处(gabor feature extraction process, engage in asking for the texture extraction is very useful for those who)
- 2010-03-06 17:17:46下载
- 积分: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
-
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
-
Harrispin
采用小波变换提取图像特征,对图像特征点进行匹配可以实现畸变图像校正。(Using wavelet transform to extract image features, the image feature points matching can be achieved distortion image correction.)
- 2016-04-04 13:20:44下载
- 积分:1