-
Forstner_Main.m
说明: Forstner特征点提取算子,Matlab语言实现,亲测有效(Feature points detecting algorithm)
- 2019-04-22 14:13:34下载
- 积分:1
-
fast-sift
说明: fast与sift算法结合,实现特征匹配,可以参考;fast与sift算法结合,实现特征匹配,可以参考(The combination of fast and sift algorithm can achieve feature matching, which can be referred to; the combination of fast and sift algorithm can achieve feature matching, which can be referred to)
- 2020-11-10 15:18:19下载
- 积分:1
-
RegEx2NFA2DFA_RC
说明: 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配(This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.)
- 2020-11-08 15:59:47下载
- 积分:1
-
线性高光谱解混常用算法程序
涵盖了几种常用的基于线性混合模型的高光谱数据解混算法的代码,可以借鉴!(It covers several common codes of hyperspectral data fusion algorithm based on linear mixed model, which can be used for reference.)
- 2021-02-22 11:29:41下载
- 积分:1
-
PseudoColor
灰度图像到RGB彩色的伪彩色图像的转变程序(Gray-scale image to RGB color of the pseudo-color image change procedures)
- 2007-12-25 20:32:09下载
- 积分:1
-
interpolation
matlab3种内插法的实现。最近邻内插法,双线性内插法,双三次内插法的具体实现(To realize interpolation in matlab3)
- 2020-12-07 19:59:21下载
- 积分:1
-
SRmatlab
W.T.Freeman 经典 基于例子的超分辨率重构matlab源码,图片自己可加,经测试可用(WTFreeman classic example of super-resolution reconstruction based on matlab source code, images themselves can be added, the test can be used)
- 2011-10-28 15:18:17下载
- 积分:1
-
PoissonMesh
有关三维模型的泊松算法的诸多应用的实现,包括泊松重建和泊松纹理混合算法,由原作者开发,非常可靠(C++ implementation for algorithms including poisson mesh and poisson texture stitching, it is shared by author with wide utilization)
- 2020-07-02 21:20:01下载
- 积分:1
-
NSST_PAPCNN_Fusion
通过多尺度分解,实现医学图像的图像融合,达到更好的效果(Through multi-scale decomposition, medical image fusion can be achieved to achieve better results.)
- 2021-04-08 11:59:00下载
- 积分:1
-
restore
说明: 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。
图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。
(A sharp and clear image is not directly produced
from the optics, however, digital signal processing applied to the sampled image produces a sharp and clear final image that
is also insensitive to misfocus related aberrations. This paper gives an overview of Wavefront Coding and example images
related to the two applications of machine vision/label reading and biometric imaging. Design techniques of Wavefront
Coding are unique from that of traditional imaging system design since both the optics and digital processing characteristics
of the system are jointly optimized for optimum system performance.)
- 2010-04-07 15:41:40下载
- 积分:1