-
DIP关于各噪声和滤波概述
说明: DIP关于各噪声和滤波概述,里面包含PDF和Latex(Dip overview of noise and filtering)
- 2020-06-08 20:08:17下载
- 积分:1
-
selectiveMask
使用选择式掩膜平滑方法进行数字图像的边缘提取(Select the type mask smoothing method using digital image edge extraction)
- 2020-07-13 09:38:53下载
- 积分:1
-
DMDConnect-master
DMD相机原理,单像素成像原理,压缩感知(The principle of DMD camera)
- 2017-10-30 19:11:06下载
- 积分:1
-
canga-image-fusion-code
图像融合工具包,适合各种图像的融合,希望对你有所帮助(Image Fusion Toolkit for the integration of a variety of images, I hope for your help)
- 2009-02-19 14:56:12下载
- 积分:1
-
fdeconv
图像的反卷积 去卷积复原
效果还不错,欢迎下载(image deconvolution image restoration)
- 2010-12-24 14:11:25下载
- 积分:1
-
global-threshold-denoising-1
小波图像去噪,全局阈值法,是多阈值小波去噪中两大部分:全局阈值法玉局部阈值法的重要组成部分。(Wavelet denoising, the global threshold method, the multi-threshold wavelet de-noising of two parts: the global threshold method jade local threshold an important part of the law.)
- 2012-06-19 18:10:44下载
- 积分:1
-
TV
说明: 关于全变分的图像修复算法。。 。。 。。 。。
(On the whole variational image restoration algorithm. . . . . . . .)
- 2008-05-12 16:08:26下载
- 积分:1
-
Images-denoising--based-on-wavlet
从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。(Generated noise image from the original image, using db1 wavelet perform two layers using wpbmpen full-threshold selection, using hard threshold and soft threshold approach, saving low frequency, image noise reduction, and draw the decomposition coefficients images.)
- 2013-11-22 15:55:18下载
- 积分:1
-
chenggongchengxu
rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h"
#include <iostream.h>
void main(float R, float G, float B, float& H, float& S, float&V)
{
// r,g,b values are from 0 to 1
// h = [0,360], s = [0,1], v = [0,1]
// if s == 0, then h =-1 (undefined)
float min, max, delta,tmp
tmp = R>G?G:R
min = tmp>B?B:tmp
tmp = R>G?R:G
max = tmp>B?tmp:B
V = max // v
delta = max- min
if( max != 0 )
S = delta/max // s
else
{
// r = g = b = 0 // s = 0, v is undefined
S = 0
H = 0
return
}
if (delta == 0){
H = 0
return
}
else if(R == max){
if (G >= B)
H = (G- B)/delta // between yellow & magenta
else
H = (G- B)/delta+ 6
}
else if( G == max )
H = 2+ ( B- R )/delta // between cyan & yellow
else if (B == ma)
- 2011-12-02 10:09:24下载
- 积分:1
-
jQueryImageChange
use js and css show image change effect
- 2015-06-25 18:01:19下载
- 积分:1