OptimizedImageEnhance

授权协议 MIT License
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 陈开宇
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Fast Optimized Image/Video Enhancement Methods

It is a set of image/video enhancement methods, implemented by Java, to tackle several common tasks, such as dehazing, denoising, underwater backscatter removal, low illuminance enhancement, featuring, smoothing and etc.

NOTE that this repository is the integration of several repositories of Image/Video processing on my GitHub, and those standalone repositories will be deprecated later.

  • RemoveBackScatter -- Deleted, its zip file is available here: [link].
  • OptimizedContrastEnhance -- Deleted, its zip file is available here: [link].
  • ImageEnhanceViaFusion -- will be deprecated, its zip file is available here: [link]
  • HazeRemovalByDarkChannelPrior -- Deleted, its zip file is available here: [link]
  • ALTMRetinex -- Deleted, its zip file is available here: [link]
  • Image-Enhance-via-Retinex-and-DT-CWT -- Deleted, its zip file is available here: [link]

Description

This Java project contains five different models for image/video enhancement methods as we as the MATLAB codes (in matlab directory) for each of them.

Despite the above methods implemented in both Java and MATLAB, below contains several image enhancement and underwater restoration algorithms implemented in MATLAB (They will be implemented in Java in the future).

Requirements

  • OpenCV. To make the OpenCV can work with JAVA IDE, like IntelliJ or Eclipse, you may need to follow the guide of [Install OpenCV for Java] to setup OpenCV.
  • ImShow-Java-OpenCV, a plain image display codes implemented by OpenCV Java version (This codes is already included in the project).

Results

Adaptive Local Tone Mapping Based on Retinex for HDR Image

Image Enhancement Based on Retinex and Dual-Tree Complex Wavelet Transform

Single Image Haze Removal Using Dark Channel Prior

Optimized Contrast Enhancement for Real-time Image and Video Dehazing

Enhancing Underwater Images and Videos by Fusion

Removing Backscatter to Enhance the Visibility of Underwater Object

相关阅读

相关文章

相关问答

相关文档