搜索资源列表
基于Retinex的MSRCR算法的C语言实现
- 基于Retinex的MSRCR算法的C语言实现。其中的高斯平滑采用了与尺度无关的快速算法,每个点的运算只要6MADD。程序改自GRetinex,一个GIMP插件,C implementation of Retinex, i.e. MSRCR algorith. In the implementation a fast algorithm was employed for Gaussian smoothing that only 6 MADD for each operating point ar
Retinex
- 全局Retinex彩色图像恢复,VC++实现,效果不错,还原真实色彩,与直方图均衡化比较-Global Retinex color image restoration, VC++ to achieve good results, restoring true colors, compared with the histogram equalization
cvtest2
- 用opencv处理yuv帧(4:2:0)的源码,功能是实现视频增强,基于retinex方法。-yuv video enhance based on retinex theory
HoughTrans
- Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
retinexopencv
- implement of retinex .include sigle retinex ,msr and msrCR. using c++ ,opencv
Retinex
- 本文实现了Retinex算法,支持对图像的去雾灯操作,是一种图像增强的方法。-this paper present a new image strength method-Retinex impliment by opencv
SSR_2D
- 基于OpenCV的Retinex-SSR算法,代码简单易懂,效果很好-OpenCV-based Retinex-SSR algorithm, the code is simple to understand, with good results
MSR_2D
- 基于OpenCV的Retinex-MSR算法-OpenCV-based Retinex-MSR algorithm
MSR
- 基于opencv的多尺度retinex算法-Multiscale retinex algorithm based on opencv
retinex.opencv
- Retinex理论的基础理论是物体的颜色是由物体对长波(红色)、中波(绿色)、短波(蓝色)光线的反射能力来决定的,而不是由反射光强度的绝对值来决定的,物体的色彩不受光照非均匀性的影响,具有一致性,即retinex是以色感一致性(颜色恒常性)为基础的。不同于传统的线性、非线性的只能增强图像某一类特征的方法,Retinex可以在动态范围压缩、边缘增强和颜色恒常三个方面打到平衡,因此可以对各种不同类型的图像进行自适应的增强。-The basic theory of Retinex theory is
MSRCR-Restoration-master
- 基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。(The multi-scale Retinex algorithm (MSRCR) based on OpenCV is a night image enhancement algorithm. It also has a certain processing effect on fog removal. It can run directly, and
Retinex-master
- 利用retinex算法实现图像增强,基于亮度的自适应多尺度图像增强(Image enhancement using Retinex algorithm)