-
gammacorrection
说明: 对图像畸变进行校正,对有些图像由于近小远大照成的畸变进行校正,采用了opencv(To correct image distortion , It s important to the machine vision)
- 2010-04-11 22:15:32下载
- 积分:1
-
N-FINDR
介绍混合像元解混里面的端元提取算法N-FINDR(Describes the mixed pixel unmixing inside endmember extraction algorithm N-FINDR)
- 2021-04-19 19:48:50下载
- 积分:1
-
xihua
图像细化处理的C代码,效果较好,对初学者有较好的参考作用(Image processing of C code, the effect is good, is good for beginners reference)
- 2014-07-07 16:21:02下载
- 积分:1
-
PM
说明: Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。(This process smoothes regions while preserving, and enhancing, the contrast at sharp intensity gradients.)
- 2011-07-04 21:30:44下载
- 积分:1
-
zhongzhilvboprograme
中值滤波程序 对图象选定区域进行排列中值 滤波(median filtering of images selected procedures region with median filtering)
- 2007-05-11 10:09:59下载
- 积分:1
-
FastAC
一种快速的算术编码程序.
也是JPEG和JPEG2000的部分核心算法.(A fast arithmetic coding procedures. JPEG and JPEG2000 is also part of the core algorithm.)
- 2007-11-16 04:12:18下载
- 积分:1
-
NonlinearBayesianfilteringwithapplicationstoestima
非线性贝叶斯过滤与应用估算和导航,非常不错的粒子滤波英文论文(Nonlinear Bayesian filtering with applications to estimation and navigation)
- 2009-03-23 18:05:23下载
- 积分: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
-
ImageHistogramEqualization
说明: vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
- 2010-03-28 09:42:18下载
- 积分:1
-
Moravec
对遥感影像或者图形图像,是在摄影测量数据处理中比较知名的Moravec算子。希望可以帮助到大家!(Remote sensing image or graphic images, photogrammetric data processing in the more well-known Moravec operator. I hope you can help to everyone!)
- 2014-09-03 20:18:45下载
- 积分:1