# fast_dehaze **Repository Path**: pengby20/fast_dehaze ## Basic Information - **Project Name**: fast_dehaze - **Description**: A fast image dehaze code using C++ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-13 - **Last Updated**: 2023-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## A fast image dehaze code using C++ ### Usage 1. Compile: `./run.sh`, the exec file `fast_dehaze` will generated at `build/` 2. Run: `cd build` and `./fast_dehaze` ### Dependencies 1. OpenCV tips - `fast_dehaze.cpp` is the v1 version, `fast_dehaze_v2.cpp` is the more efficient version. ### Reference 1. 黄黎红. 单幅图像的快速去雾算法[J]. 光电子. 激光, 2011, 22(11): 1735-1738. 2. [一种可实时处理 O(1)复杂度图像去雾算法的实现.](https://www.cnblogs.com/Imageshop/p/3410279.html)