-
Wavelet_SR
本程序是基于单幅图像的超分辨率算法,通过对输入的高分辨率图像进行下采样得
% 到原始低分辨率图像,对输入的低分辨率图像插值后,利用DWT将低分辨率图像分
% 解为不同的4个子带;同时直接对对分辨率图像进行SWT处理。由SWT得到的高频子
% 带来修正DWT得到的高频子带。最后,通过逆离散小波变换(IDWT)组合修正的高
% 频子带和低分辨率图像,得到输出的超分辨率图像。通过计算PSNR和SSIM评价结果。(This program is a super-resolution algorithm based on a single image, which is sampled from the high resolution image of the input.
% to the original low resolution image, after interpolating the input low resolution image, the low resolution image is divided by DWT.
The% solution is different 4 subbands, and the resolution image is processed by SWT. High frequency subsets obtained by SWT
% brings the high frequency subband obtained by the modified DWT. Finally, the height of the combination of inverse discrete wavelet transform (IDWT)
% frequency subband and low resolution image, and the output super-resolution image is obtained. The results were evaluated by calculating PSNR and SSIM.)
- 2018-03-05 17:14:22下载
- 积分:1
-
canny
说明: 外国人写的CANNY边界检测算法,代码质量很高,对初学编程很有帮助。(Foreigners write CANNY edge detection algorithm, code quality is high, very helpful for beginners programming.)
- 2010-03-31 08:55:04下载
- 积分:1
-
4848657
开发 API人脸检测实例教程,应用程序编程源码,很好的参考资料。(Tutorial examples of the development of API face detection, application programming source code, a good reference.)
- 2013-11-10 17:40:57下载
- 积分:1
-
lsb水印算法
说明: lsb数字水印算法,SB算法利用了数字图像处理中位平面的原理,即改变图像的最低位的信息,对图像信息产生的影响非常小,人眼的视觉感知系统往往不能察觉。以一幅256灰度的图像为例, 256 灰度共需要8 个位来表示,但其中每一个位的作用是不一样的,越高位对图像的影响越大,反之越低的位影响越小,甚至不能感知。(Digital watermarking algorithm based on lsb)
- 2020-02-10 11:44:44下载
- 积分:1
-
graphcuts
简单的graph cut 算法,初学者适合(Simple graph cut algorithm for beginners)
- 2020-09-14 16:57:56下载
- 积分:1
-
textture2
在频域下分析提取纹理特征的代码,希望对大家有用(In the frequency domain analysis of extracted texture features of the code, in the hope that useful)
- 2007-11-28 10:59:24下载
- 积分:1
-
FTVd_v3.01
图像盲解卷积复原,一模方法,算法在压缩包内(Blind Image Deconvolution recovery, a model approach, the algorithm in the compressed package)
- 2009-12-09 12:43:59下载
- 积分:1
-
point_cloud_reduction
自己开发的一种点云降噪方法,可以去除物体主体之外的部分的点云数据(物体点云数据为三维扫描仪获得)(A point cloud noise reduction method developed by ourselves can remove part of the cloud data outside the main body of the object (object cloud data is obtained for a three-dimensional scanner))
- 2020-11-30 11:09:28下载
- 积分:1
-
Point Cloud Mosaic Using PCL
说明: PCL是一个类似于OpenCV的开源库,提供了很多三维点云的处理功能,其中就包括点云拼接。在三维扫描项目中,需要利用点云拼接方法将多次扫描得到的点云数据拼合成一个整体。在本例中,用一幅包含人脸的深度图像去匹配之前获得的人脸模板,这将使我们能够确定人脸在场景中的位置和方向。(PCL is an open source library similar to OpenCV, which provides a lot of processing functions for three-dimensional point clouds, including point cloud mosaic. In the three-dimensional scanning project, it is necessary to use point cloud mosaic method to combine the point cloud data obtained from multiple scans into a whole. In this example, a depth image containing face is used to match the face template obtained before, which will enable us to determine the position and direction of the face in the scene.)
- 2019-02-19 09:35:56下载
- 积分:1
-
图像去雾质量评价标准
说明: 代码包含多种图像去雾质量评价标准,PSNR,彩色图像信息熵,WPSNR等,MATLAB可直接使用(Code contains a variety of image defogging quality evaluation criteria, PSNR, color image information entropy, WPSNR, etc., which can be directly used by MATLAB.)
- 2019-01-04 10:45:47下载
- 积分:1