-
图像拼接---去除黑边
说明: 使用python语言实现多张图像的拼接,并且处理拼接之后的裂缝和黑边。(Use python language to achieve splicing of multiple images, and deal with cracks and black edges after splicing.)
- 2019-04-02 15:24:23下载
- 积分:1
-
毕设总程序
说明: 使用Harris角点检测器查找特征。再使用SIFT描述符并匹配两个图像之间的特征描述符。使用RANSAC执行单应。最后把图像包起来缝合。(Use Harris corner detector to find features. Sift descriptors are then used to match the feature descriptors between the two images. Use RANSAC to perform single response. Finally, the image is wrapped and stitched.)
- 2020-05-08 16:04:04下载
- 积分:1
-
wavelet
用小波变换进行图像增强,先对原始图像进行非下采样的小波分解,在对每一层的高频分解系数进行处理,得到变换后的小波系数,再进行小波重构。(Image enhancement using wavelet transform, the original image and non-sampling wavelet decomposition in the high frequency decomposition coefficients of each layer, get the wavelet coefficients after the transformation, then the wavelet reconstruction.
)
- 2020-07-28 19:48:39下载
- 积分:1
-
cBTDRS
视频插帧中的双向运动估计算法,注释很详细。利用双向运动估计,计算内插帧运动矢量场(Bidirectional motion estimation, is used to calculate interpolation motion vector field)
- 2020-09-01 16:58:08下载
- 积分:1
-
色彩空间转换
任意切换各种颜色空间,包含大部分主流的颜色空间转换代码,可实现一键转换。(Arbitrary switching of various color spaces, including most of the mainstream color space conversion code, can achieve one key conversion.)
- 2017-12-20 20:58:01下载
- 积分:1
-
特征选择之relief-F的MATLAB实现
Relief-F 算法是由 Kononenko 在 Relief 算法基础上扩展得到的,可以用来解决多分类与回归问题。 Relief-F 特征选择算法利用特征与类别间的相关程度判别特征的敏感程度,敏感的特征能使同类样本靠近,非同类样本远离。基本思想是: 先随机从总样本集 D中获取一个样本 R, 然后在 与 R 同类样本集中和与R 异类 样 本 集 中 各 获 取 k 个近 邻 样 本, 在 特 征 集 F中如果某个特征上异类样本的距离大于同类样本,则这个特征是有利于分类的,增加其权重,重复 n 次 取所有结果的均值作为每个特征的最终权重值.
- 2020-11-29下载
- 积分:1
-
Kalman_Filter
卡尔曼滤波源代码
Some brief notes
----------------
kfdemo.m is a Matlab script file to run a demonstration of the
Bayesian Kalman filter. It loads file kfdemo.mat (saved as version 4
so that it will read in either v4 or v5 Matlab).
The other files are called by kf.m (the Kalman filter) or included
as they may be useful. Normalis.m normalises data to zero-mean,
unit variance along components. I always do this before any further
analysis.
Steve Roberts 7-2-98
(Kalman filter source code Some brief notes kfdemo.m is a Matlab script file to run a demonstration of theBayesian Kalman filter. It loads file kfdemo.mat (saved as version 4so that it will read in either v4 or v5 Matlab). The other files are called by kf.m (the Kalman filter) or includedas they may be useful. Normalis.m normalises data to zero-mean, unit variance along components. I always do this before any furtheranalysis.Steve Roberts 7-2-98)
- 2008-04-05 16:47:47下载
- 积分:1
-
数字图像处理matlab版源码
说明: 这是冈萨雷斯经典教材数字图像处理(MATLAB版)的所有源代码,很辛苦才获得的(This is a classic textbook Gonzalez Digital Image Processing (MATLAB version) all the source code, it is hard before they are allowed to)
- 2010-03-18 22:05:06下载
- 积分:1
-
LTP_demo-v1
说明: 对图像进行纹理特征提取,有LBP,旋转不变lbp,统一lbp,小波特征提取等比较齐全的特征提取算法(Texture feature extraction of images, such as LBP, rotation invariant lbp, unified lbp, wavelet feature extraction and other relatively complete feature extraction algorithms)
- 2019-01-11 21:53:22下载
- 积分:1
-
Surf特征匹配
说明: 实现多视两幅图像的surf特征点提取与匹配(Achieve surf feature point extraction and matching of two multi-view images)
- 2021-03-28 11:39:11下载
- 积分:1