搜索资源列表
Image-contrast-stretching
- 图像对比度拉伸,用于图像亮度增强,色度对比强烈,增强图像效果。-Image contrast stretching for enhanced image brightness, color contrast, enhance image quality.
nightEnhance
- 基于直方图均衡的低照度图像增强, 首先将图像由RGB空间转换到HSI空间,然后对HSI空间亮度分量(I分量)的灰度直方图进行均衡化处理,提高图像的亮度,然后转换回RGB空间显示-Illumination image enhancement based on histogram equalization, First, convert the image from RGB space to HSI space, and then the luminance component of th
tuxiangzengqiang
- 将图片用直方图均衡化算法进行增强,并画出亮度对比图-The picture with the histogram equalization algorithm enhanced brightness and draw comparison chart
ImgShow
- MFC,CDib类实现图像读取、显示、亮度增强-MFC,CDib
Source code
- 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
Retinex-master
- 利用retinex算法实现图像增强,基于亮度的自适应多尺度图像增强(Image enhancement using Retinex algorithm)