-
基于低维流形模型的图拉普拉斯正则化方法在matlab代码实现:ldmm_graph_laplacian_pointcloud_denoise,用于点云去噪
资源介绍
流形正则化matlab代码使用图维拉普拉斯正则化的低维流形模型进行3D点云降噪
作者:曾增,张Gene,吴敏,庞佳豪,成阳
出现在IEEE
Trans上。
关于图像处理
组织
|---
main_addnoise.m
:
main
for
adding
noise
to
gt
|---
main_glr.m
:
main
for
GLR
denoising
|---
pcdGLR.m
:
function
for
GLR
denoising
|---
tool
:
tools
for
GLR
|---
metric
:
for
computing
MSE
|---
setParameter
:
for
parameter
setting
|---
3d_data_set
:
sample
point
cloud
model
"anchor"
|---
gt
:
ground
truth
|---
noise
:
noisy
input
with
noise
level
0.02,
0.03,
0.04
|---
anchor
:
denoising
output
for
"anch