Code Monkey home page Code Monkey logo

mrp's Introduction

MRP

Fast Haze Removal for Nighttime Image Using Maximum Reflectance Prior, CVPR 2017.

The code has been tested on Win7/10 with Opencv 2.7.

Installation

Please install opencv 2.4.9 (or copy "opencv_core249.dll" "opencv_highgui249.dll " "opencv_imgproc249.dll" from "OPENCV_DIR/build/x64/vc10/bin/" to the same directory with "NighttimeDehaze.exe") before running this code.

Then, run the executable code as: "NighttimeDehazeMRP.exe name.bmp 0", where "name.bmp" is the input nighttime hazy image, the follwowing parameter indicates the algorithm being used, e.g., 0 for MRP and 1 for MRP-Faster, the output dehazed result is named as "name_J.bmp".

Folder Structure

MRP
    -data
        Some test images and the corresponding results generated by this code.
    -NighttimeDehazeMRP.exe
        The executable code
    -*.dll
        The dependencies
    -flickr14.bmp
        A test image

Citation

Please cite our paper in your publications if it helps your research:

@CONFERENCE{CVPR_2017_Jing,
    author = {Jing Zhang and Yang Cao and Shuai Fang and Yu Kang and Chang Wen Chen},
	title = {Fast Haze Removal for Nighttime Image Using Maximum Reflectance Prior},
	booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
	year = {2017}
}

Related Work

[1]. Nighttime haze removal based on a new imaging model, ICIP 2014. NighttimeDehaze: Project, NighttimeDehaze: github

[2]. Fully Point-wise Convolutional Neural Network for Modeling Statistical Regularities in Natural Images, ACM MM 2018. FPC-Net: Project, FPC-Net: github

[3]. FAMED-Net: A Fast and Accurate Multi-scale End-to-end Dehazing Network, T-IP, 2019. FAMED-Net: Project, FAMED-Net: github

Contact

Email

mrp's People

Contributors

chaimi2013 avatar wgx-dh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.