Coder Social home page Coder Social logo

photoeditor's Introduction

Mini Photo Editor

How It Works

This photo editor has three different editing options as of now, with more to come. The options are denoising, HDR imaging via exposure stacking, and focus stacking. As of now, the editor uses three different scripts, but the goal is to create a small application for learning purposes. All output images will be placed in the ./Outputs directory.

Denoising

The editor can denoise an image similar to below, with a noisy image on the left and denoised on the right: drawing

To do so, add an image to the ./Denoise directory, and run the program with python denoiser.py or python3 denoiser.py.

HDR Imaging

HDR imaging allows for a brighter pictures with more contrast and realistic lighting, rather than the standard dynamic range most cameras take photos with. To accomplish this, computers need several photos, from exposures above and below that of the reference image. Once we have this, we can "stack" the images together. To use this section, upload your pictures to the ./HDR directory and run the script with python mergeExposure.py or python3 mergeExposure.py.

Focus Stacking

Focus stacking allows for unique photo composition that we otherwise find difficult to accomplish without the help of computer vision. Essentially, we can use multiple photos of a scene with different focus points, and "stack" them again in order to create a photo with multiple parts in focus. To use this option, upload your images to the ./FocusStacking directory and run the script with python focusStacker.py or python3 focusStacker.py.

Remarks

This editor utilizes OpenCV to edit the photos and many functions within it. The main idea I struggled with was image registration, and correctly aligning the images in order to match all the properties correctly. This was done to learn more about computer vision as an entry point into a Master's program, and I wish to keep this project going as I work through the field.

photoeditor's People

Contributors

aramk-hub avatar

Watchers

 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.