搜索资源列表
ssr_retinex_grahics
- 中心/ 环绕Retinex 算法。自从Retinex 理论提出以来, Land 本人和其他 人先后提出了Retinex 不同的变种, 最新的一个版 本是中心/ 环绕Retinex 7 。该方法比较以前的版 本, 运算速度显著提高, 而且物理意义更加清楚。 这种运算与人类视网膜和大脑皮层神经元的神经生 理学函数相关, 其形式类似于自然视觉科学中常用 来模拟单个神经元感受野的高斯差分函数-center / around Retinex algorithm. Since Ret
Retinex
- Land关于人类视觉的亮度和色彩恒常性的最近一个retinex算法模型已经实现并通过了图像处理实验的测试。 早先的研究虽然确定了Land的retinex算法的数学基础,但是他的亮度理论却并没有得到广泛的图像处理实验的支持。我们应该因为这种Retinex算法作为人类光亮和色彩知觉的模型的准确性定义一个没有特例的实际的retinex的实现方式。
rendring2006
- 一份retinex算法的code,其中利用pca 做 色度分解,利用改进的bilateral滤波器进行低频和高频分解
Center_Sorrounding_Retinex
- 改进后的中心/环绕Retinex算法,能有效增强彩色和灰度图像
illumination-normalization
- 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
circleofretinex
- 实现C语言下的中心环绕retinex算法,可处理灰度图像和彩色图像-"Achieved under the center of the C language around retinex algorithm can handle grayscale images and color images"
Image_Enhancement_Retinex_paper
- 图像增强方面文章和论文,有关恶劣天气下的图像处理,主要讲述Retinex-Image enhancement, articles and papers related to inclement weather image processing, mainly about the Retinex
CMSR
- 多尺度(MSR)图像增强,可以实现图像动态范围压缩和色调再现的功能-mutiple scale retinex
tetinex
- Retinex是由两个英文单词retina(视网膜)和cortex(皮层)组合而成,揭示了这一理论涉及模拟人类视觉系统的感知和理解过程。1963年Land首次提出了基于颜色恒常性的计算理论—— Retinex 理论,作为人类视觉对亮度和颜色感知的模型-Retinex is composed of two English words (retinal) and retina cortex (cortical) combination, reveals this theory to simulate
c_bitmap_show
- 主要完成图像处理的基本方法,包括图像旋转,ffT和ifft变换,图像均衡化,还有Retinex算法,以及匀速直线运动模糊恢复-Completed the basic methods of image processing, image rotation, ffT and ifft transform, image equalization, as well as the Retinex algorithm, as well as the uniform linear motion blur to
gdiTestp2Bretinex
- retinex的经典算法。1963年12月30日E. Land作为人类视觉的亮度和颜色感知的模型在俄亥俄州提出了一种颜色恒常知觉的计算理论——Retinex理论。Retinex是一个合成词,它的构成是retina(视网膜)+cortex(皮层)→ Retinex。-retinex in matlab
full-Retinex
- 这里包含了一个retinex光照不变形的matlab程序,里面包含了文献,测试图片和m文件-This contains a a retinex light is not deformed matlab program, which includes literature, test images and m file
retinex
- retinex 算法,Retinex可以在动态范围压缩、边缘增强和颜色恒常三方面达到平衡,因此可以对各种不同类型的图像进行自适应性地增强。-retinex algorithm, Retinex in their dynamic range compression, edge enhancement and color constancy 3 to reach equilibrium, and can therefore be carried out on various different ty
retinex.opencv
- Retinex理论的基础理论是物体的颜色是由物体对长波(红色)、中波(绿色)、短波(蓝色)光线的反射能力来决定的,而不是由反射光强度的绝对值来决定的,物体的色彩不受光照非均匀性的影响,具有一致性,即retinex是以色感一致性(颜色恒常性)为基础的。不同于传统的线性、非线性的只能增强图像某一类特征的方法,Retinex可以在动态范围压缩、边缘增强和颜色恒常三个方面打到平衡,因此可以对各种不同类型的图像进行自适应的增强。-The basic theory of Retinex theory is
RETINEX
- retinex 算法,用于图像动态范围的压缩或者图像去雾,实现反射层和照度层的分离-retinex widely used in tone mapping
retinex
- Retinex是一种常用的建立在科学实验和科学分析基础上的图像增强方法-Retinex Function
Retinex
- 针对恶劣天气场景中交通图像常见的降质严重、模糊不清和对比度低等问题,提出一种基于颜色空间转换的交通图像增强算法。(A traffic image enhancement algorithm based on color space conversion is proposed to solve the problem of serious degradation, ambiguity and low contrast in common traffic scene in bad weather
msr程序
- 自 Retinex 理论提出以来,许多学者已经从不同角度提出了不同的 Retinex 算法,其中最著名的有 Jobson 等提出的基于中心环绕的单尺度 Retinex( Single-Scale Retinex, SSR) 算法和在此 基 础 上 发 展 的 多 尺 度 Retinex ( Multi-Scale Retinex,MSR) 算法。(Since the Retinex theory was put forward, many scholars have put forward fr
retinex by two Bilateral Filters
- 基于双边滤波的retinex算法,暗光图像增强,有效去噪、提高对比度、去光晕;含论文和讲解PPT、实例代码(Retinex algorithm based on bilateral filtering can enhance dark image, effectively denoise, improve contrast and eliminate halo)
Retinex
- MSRCR Retinex是一个合成词,它的构成是retina(视网膜)+cortex(皮层。美国物理学家Edwin Land认为在视觉信息的传导过程中人类的视觉系统对信息进行了某种处理,去除了光源强度和照射不均匀等一系列不确定的因素,而只保留了反映物体本质特征的信息。