-
基于opencv的Kinect深度图像的去噪,滤波
基于opencv的Kinect深度图像的去噪,滤波(Opencv based Kinect depth image denoising, filtering)
- 2021-03-23 08:59:15下载
- 积分:1
-
PicViewerDemo
说明: 很有用的图像显示的源程序,是图像处理方面比较好用的程序!(very useful images of the source, the image processing is more user-friendly procedures.)
- 2005-11-29 21:19:38下载
- 积分:1
-
6180007mean_shift
传统的超像素分割方法,亲测能用。可以进行后续的使用(The traditional super pixel segmentation method can be used for affinity measurement.)
- 2020-11-17 14:59:40下载
- 积分:1
-
calcCFARthreshold
CFAR的MATLAB程序实现 将目标和杂波有效的分开(cfar matlab)
- 2011-09-13 13:24:33下载
- 积分:1
-
saliency
视觉注意机制一种新型的目标检测方法,该文给出了一种比较有效的处理策略(Visual attention mechanism to target a new detection method, the paper gives a more effective treatment strategies)
- 2010-10-06 10:07:13下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
MFC4pic
说明: 在MFC中显示各种格式的图片,jpg.png(Display pictures in various formats in MFC, jpg.png)
- 2020-09-02 21:58:16下载
- 积分:1
-
fdct_wrapping
曲波变换程序代码,实现图像的曲波分解以及显示,可以去图像进行曲波去噪增强,对彩色图像空间模型转化后提取曲波信息(Qu Bo transform program code, and display the image decomposition Qu Bo, Qu Bo can go to image edge enhancement, color image space model for transforming information extracted after Qu Bo)
- 2013-11-05 11:33:51下载
- 积分:1
-
BM3D
说明: BMD完整代码,包括灰度图片和彩色图片的去噪、去模糊等功能,去噪效果尤为突出。(Complete code of BMD, including de-noising and de-blurring functions of gray image and color image, especially outstanding de-noising effect.)
- 2020-12-17 14:09:12下载
- 积分:1
-
ScSR
Jianchao Yang 的基于稀疏表示的单幅图像重建的原始代码,先将高低训练图像分块,再将块训练成高低字典,将测试图像映射到低字典上,得到系数,再乘以高子典就得到最后的图像。对学习超分辨率同学的参考作用很大。(This is the original matlab code for super resolution by Jianchao Yang 。The method is sparse represent based on the overcomplete dictionary。)
- 2020-11-24 00:39:33下载
- 积分:1