搜索资源列表
灰度
- 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjus
imgarithmetic
- VC编写,具有小波变换,复原,图像融合等算法。经过调试,可以正常运行。-VC prepared with wavelet transform, rehabilitation, such as image fusion algorithms. After debugging, it works.
dwt_image
- 灰度图像离散余弦变换水印算法matlab源程序-gray image watermarking Discrete Cosine Transform algorithm Matlab source
HUandradon
- 用于计算HU 的7个不变矩和RADON的2、3阶不变矩。网站中有C++写的RADON变换,但西北工业大学的一名教授使用RADON变换构建了这种新型的不变距,可以降低图象的维数,计算速度较快。算法详情可参考他的文献。-used in the calculation of the seven RADON unchanged moments and the 2,3-order moment invariants. Web site is written in C RADON transform, bu
二维图形的几何变换算法
- 二维几何变换,包含了二维图形的几何变换算法,比例变换,对称变换的算法,希望大家之间交流-transform two-dimensional geometry, two-dimensional graphics contains the geometric algorithm, the ratio transformation, the transformation symmetric algorithm, We hope that the exchanges between the
transform
- 图象几何变换算法源代码 可进行图象平移,旋转,镜像,转置,缩放等几何变换
image
- 直方图修正-彩色变换算法源代码 可进行图象平移,旋转,镜像,转置,缩放等几何变换
图像几何变换算法
- //Name:geotrans.c//Purpose: To perform geometric transform//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998
图像处理算法汇总
- 被资源详细实现了各种典型的图像处理算法,包括种子填充,傅里叶变换等
allfns.zip
- VGG MultiView Compute Library,包含各种图像插值算法的实现和图像变换矩阵参数估计,VGG MultiView Compute Library, contains a variety of image interpolation algorithm and image transformation matrix parameter estimation
SIFT-matlab.rar
- 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
imagefusion
- 这是一个基于小波变换的二维图相融合算法,是基于医学图像编写的。-This is a wavelet transform based on two-dimensional map of the fusion algorithm is based on the preparation of medical images.
distance
- 距离变换,包括路径距离、欧氏距离、棋盘距离变换算法-distance caculate
24790044jifentouying-shipin
- 数字图像处理中的Radon变换算法,可实现水平和垂直的积分投影-Radon transform algorithm in digital image processing can achieve horizontal and vertical integral projection
RodonTransform
- 该程序基于radon变换算法实现图像的变换, vc上实现 ,含opencv的头文件-The program is based on Radon transform algorithm to achieve the transformation of the image, VC achieve with opencv header files
KL
- kl变换算法的原理介绍 以及在图像层面额应用原理-Introduce the principle of KL transform algorithm and application principle of the image layer denomination
IFTA
- 简单迭代傅里叶变换算法的代码,主要用了快速傅里叶变换函数 (IFTA)-Iterative Fourier Transform Algothrim (IFTA)
ISTA算法
- ISTA算法 压缩感知经典的 迭代阈值算法,可以直接使用,包含DCT变换,DDCT变换。
SIFT算法matlab
- SIFT即尺度不变特征变换,是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 一、SIFT算法特点: 1、具有较好的稳定性和不变性,能够适应旋转、尺度缩放、亮度的变化,能在一定程度上不受视角变化、仿射变换、噪声的干扰。 2、区分性好,能够在海量特征数据库中进行快速准确的区分信息进行匹配 3、多量性,就算只有单个物体,也能产生大量特征向量 4、高速性,能够快速的进行特征向量匹配 5、可扩展性,能够与其它形式的特征向量进行联合 —
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合