联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(19) 
按平台查找All Visual C++(19) 

[图形图像处理] BF

基于双边滤波的图像处理算法研究,双边滤波参数选取
Based on bilateral filtering image processing algorithms, mainly about how to the bilateral filtering parameters (2015-07-08, Visual C++, 4338KB, 下载8次)

http://www.pudn.com/Download/item/id/1436356663175014.html

[图形图像处理] Histogram1

Salient区域检测,简单算法LC,学习博客(http://blog.csdn.net/laviewpbt/article/details/38357017)。图像直方图。RGB三通道颜色缩减。需要先配置opencv环境,vs2010,opencv2.4.9。配置教程(http://wiki.opencv.org.cn/index.php/VC_2010 E4 B8 8B E5 AE 89 E8 A3 85OpenCV2.4.4)
Salient detection (2014-11-20, Visual C++, 21099KB, 下载18次)

http://www.pudn.com/Download/item/id/2659009.html

[图形图像处理] bf

是关于双边滤波的实现,代码可以直接在电脑上运行,解压可以直接使用
Is about the bilateral filtering, the code can be run directly on the computer, extract can be used directly (2014-10-29, Visual C++, 14047KB, 下载11次)

http://www.pudn.com/Download/item/id/2644648.html

[图形图像处理] BilateralFilter

主要使用C++ 代码编写 ,仅仅使用了opencv的读入图片和保存图片功能,代码非常优化,易读懂,双边滤波是计算机视觉领域必不可少的技术,最经典的技术,此代码能共助你100 理解双边滤波器的工作原理。
bilateral filtering is the most important knowledge in image process, this BF source code is 100 implementation by myself, if you are the beginner of image process ,this is the thing you want. (2014-04-05, Visual C++, 2132KB, 下载45次)

http://www.pudn.com/Download/item/id/2502718.html

[图形图像处理] fft_BF

对HDR图片进行双边滤波,值得新手学习,值得看一看
HDR images for bilateral filtering, worth novice learning (2014-03-11, Visual C++, 31KB, 下载1次)

http://www.pudn.com/Download/item/id/2480845.html

[图形图像处理] fba_src_029728

模拟器 finalburn v0.2.97.28 源码 官网 http://www.barryharris.me.uk
模拟器 finalburn v0.2.97.28 源码 官网 http://www.barryharris.me.uk (2014-01-18, Visual C++, 4968KB, 下载5次)

http://www.pudn.com/Download/item/id/2452989.html

[图形图像处理] Bilateral-Filtering-for-Images

双边滤波器的经典论文,双边滤波器可以有效对图像进行增强以及去噪。
A classic paper of Bilateral filter.BF can be used to enhance or denoise image. (2012-11-12, Visual C++, 1137KB, 下载28次)

http://www.pudn.com/Download/item/id/2045061.html

[图形图像处理] BF

c语言编程实现的双边滤波器,使用值域滤波的方法加速
bilateral filter c programming language, using the value range filtering accelerate (2012-10-12, Visual C++, 8356KB, 下载170次)

http://www.pudn.com/Download/item/id/2013960.html

[图形图像处理] otsu111

Otsu算法步骤如下: 设图象包含L个灰度级(0,1…,L-1),灰度值为i的的象素点数为Ni ,图象总的象素点数为N=N0+N1+...+N(L-1)。灰度值为i的点的概率为: P(i) = N(i)/N. 门限t将整幅图象分为暗区c1和亮区c2两类,则类间方差σ是t的函数: σ=a1*a2(u1-u2)^2 (2) 式中,aj 为类cj的面积与图象总面积之比,a1 = sum(P(i)) i->t, a2 = 1-a1 uj为类cj的均值,u1 = sum(i*P(i))/a1 0->t, u2 = sum(i*P(i))/a2, t+1->L-1 该法选择最佳门限t^ 使类间方差最大,即: 令Δu=u1-u2,σb = max{a1(t)*a2(t)Δu^2}
int otsu (IplImage*image, int rows, int cols, int x0, int y0, int dx, int dy, int vvv) { unsigned char*np // 图像指针 int thresholdValue=1 // 阈值 int ihist[256] // 图像直方图,256个点 int i, j, k // various counters int n, n1, n2, gmin, gmax double m1, m2, sum, csum, fmax, sb ····· (2012-03-27, Visual C++, 1513KB, 下载7次)

http://www.pudn.com/Download/item/id/1807832.html

[图形图像处理] gaussian

高斯混合模型,从97年到2011年间经典英文文献13篇,对与学习高斯模型的同学很有帮助
Gaussian mixture model, the classic English literature from 1997 to 2011, 13, very helpful with the students to learn the Gaussian model (2012-03-05, Visual C++, 7626KB, 下载125次)

http://www.pudn.com/Download/item/id/1786056.html

[图形图像处理] BF

经典的双边滤波C语言源程序 针对黑白图像
The classic bilateral filtering C language source code (2010-01-19, Visual C++, 4023KB, 下载42次)

http://www.pudn.com/Download/item/id/1044761.html

[图形图像处理] FIRLMS

LMS 自适应滤波算法及其实现 自适应滤波器程序设计
LMS code (2009-07-04, Visual C++, 20KB, 下载65次)

http://www.pudn.com/Download/item/id/831232.html

[图形图像处理] floatiwt

97浮点小波反变换,反变换时坐标的对准是关键
97 floating-point wavelet inverse transform, inverse transform the coordinates at the time is the key (2009-04-16, Visual C++, 3KB, 下载16次)

http://www.pudn.com/Download/item/id/717989.html

[图形图像处理] liftwavelet

用VC++编写的关于97提升小波与53提升小波的若干水印程序,模块化,稍加修改就可以用到自己的程序中
With VC++ Prepared on 97 and 53 lifting wavelet lifting wavelet number of watermarking procedures, modular, a little modification can be used with its own procedures in (2007-11-14, Visual C++, 6557KB, 下载35次)

http://www.pudn.com/Download/item/id/360900.html

[图形图像处理] A1

一个十分不好下的关于SIFT的文章,对SIFT算法的改进做出了不可否认的贡献.
脪 禄赂 枚脢 庐 脰 虏禄 潞 脙脧脗渭脛 鹿 脴脫脷SIFT渭脛脦脛脮脗, 露 脭SIFT脣茫 篓 渭脛 赂 脛 陆 酶 脳 枚 鲁 枚脕脣 虏 禄驴 脡 帽脠脧渭脛 鹿 卤 脧 脳. (2007-08-31, Visual C++, 481KB, 下载90次)

http://www.pudn.com/Download/item/id/326258.html

[图形图像处理] full_kernel_bf.tar

该代码是全核的双边滤波代码,利用了FFTW库,效率极高。
The code is the core bilateral filtering code, the use of the FFTW library, extremely efficient. (2007-08-06, Visual C++, 24KB, 下载253次)

http://www.pudn.com/Download/item/id/315975.html

[图形图像处理] ColorTransformRGB-LAB

自己写的很实用的色彩空间转换程序: 在色彩空间的正向转换中(RGB----->Lab),用的是九级均匀分割建模 在色彩空间的反向转换中(Lab----->RGB),用的是多项式(20项)回归的方法! 二十项多项式: p(x,y,z)=a0+a1*x+a2*y+a3*z+a4*x*y+a5*y*z+a6*x*z+a7*x^2+a8*y^2+a9*z^2+a10*x*y*z+a11*x^3+a12*y^3
himself wrote a very practical color space conversion : the color space conversion positive (RGB (2007-05-17, Visual C++, 122KB, 下载226次)

http://www.pudn.com/Download/item/id/283409.html

[图形图像处理] ImageFusionWaveleteCodebylqh

本人原创代码,实现了图像的97小波,Haar小波变换,并实现了基于小波系数选择的图像融合处理,程序简单易懂,界面简洁,希望朋友们能够喜欢。
my original code, the images of 97 Wavelet, Haar transform, and achieve a choice based on wavelet coefficients of image fusion, procedures are simple, concise interface, hope to be able to like a friend. (2006-12-19, Visual C++, 2698KB, 下载381次)

http://www.pudn.com/Download/item/id/234962.html

[图形图像处理] 9-7Filter

2005/12/07 此程序主要使用mallet算法实现的是97小波变换程序
2005/12/07 The procedure used mallet algorithm is 97 Wavelet Transform Procedure (2006-11-02, Visual C++, 2KB, 下载19次)

http://www.pudn.com/Download/item/id/223197.html
总计:19