Giter Club home page Giter Club logo

imageprocessing's Introduction

ImageProcessing ImageProcessing

This is an MFC application based on OpenCV. It provides some basic functionality of image processing like Gaussian filter, lifuifying and so on. Actually, it will be more like a simple OpenCV experiment platform for quick implementation of some ideas.

Functionality

ImageProcessing project provides such functions:

Vignette Filter

Vignette Filter Example Vignette Filter Example

Gaussian Filter

Gaussian Filter Example Gaussian Filter Example

Median Filter

Median Filter Example Median Filter Example

Saturation adjustment

Saturation Example Saturation Example Saturation Example

White Balance

White Balance Example White Balance Example

Image Sharpening

Image Sharpening Example Image Sharpening Example

Skin Beautifying

The application will first detect all the faces in the image and consider the face regions as the mask for skin beautifying. Skin beautifying contains two features: Skin Blur and Skin Whiten.

Note:

  • Skin Blur is implemented using Bilateral Filter
  • Skin Whiten is implemented simply using saturation and luminance

Skin Beautifying Example Skin Beautifying Example Skin Beautifying Example

Liquifying

Liquifying Example

Inpainting (based on PatchMatch)

The inpainting function is implemented based on PatchMatch algorithm.

Note: PatchMatch: A Randomized Correspondence Algorithm for Structural Image Editing http://gfx.cs.princeton.edu/gfx/pubs/Barnes_2009_PAR/index.php

Inpaint Example Inpaint Example Inpaint Example Inpaint Example Inpaint Example Inpaint Example Inpaint Example

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.