-
Bayer2RGB
Bayer图像格式转化为标准RGB格式
Bayer图像格式转化为标准RGB格式(Bayer image format into a standard RGB format Bayer image format into a standard RGB format)
- 2020-12-12 12:19:16下载
- 积分:1
-
atrous
采用多孔trous算法matlab代码,变了好长时间,大家可以参考一下(porous trous algorithm using Matlab code, changed a good long time, we can take a look)
- 2007-05-20 09:27:14下载
- 积分:1
-
rpca
RobustPCA 是最近提出的一种非常新的图像矩阵分解算法,该算法具有对噪声不敏感、能处理高维图像数据的特点。这是论文作者提供的 MATLAB 实现代码。(Oct 2009
This matlab code implements the augmented Lagrange multiplier method for
Robust PCA.
)
- 2010-07-20 15:59:22下载
- 积分:1
-
DeNoising
压缩感知重构算法去噪方法,以及一系列改进方法(Compression-aware reconstruction algorithm denoising method, as well as a series of improved methods)
- 2012-07-22 15:39:08下载
- 积分:1
-
Image_fusion_splicing_GUI
图像融合拼接GUI设计,包括图像融合和图像拼接的matlab实现。(Image fusion splicing GUI design, including image fusion and image stitching matlab implementation.)
- 2017-02-11 22:08:35下载
- 积分:1
-
Zernike_shearing
matlab编写Zernike多项式拟合横向剪切波前重建。(matlab write Zernike polynomial fitting transverse shear wave before reconstruction.)
- 2021-04-06 15:39:02下载
- 积分:1
-
Demo_test_DnCNN
说明: 前馈神经网络图像去噪,DnCNN的MATLB实现,以及相应的峰值信噪比和结构相似性的计算。(DnCNN,MATLAB,And calculation of peak signal-to-noise ratio structural similarity)
- 2020-03-22 09:36:57下载
- 积分:1
-
6
说明: [Wang 2011]The Meaning of Interior Tomography
- 2013-10-31 23:02:32下载
- 积分:1
-
Imagesregistered
实现图像配准和计算配准均方根误差的功能,人工选取控制点,包括四种转换方法。(Achieve image registration and registration RMSE calculation function, manual selection control points, including four kinds of conversion methods.)
- 2021-02-24 23:59:39下载
- 积分:1
-
SiftGPU-V370
说明: 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors.
SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified.
SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided.
)
- 2011-02-23 10:20:27下载
- 积分:1