Giter VIP home page Giter VIP logo

image-processor's Introduction

image-processor

An image processor written in C#. Applies math operators on a given image set. Results in a set of data parameters to use for neural network training.

I developed this at university to transform greyscale image datasets of 19x19 pixels to a 7x7 image using a set of mathematical operators (Sobel, Kirsch, Prewitt, Scharr and Isotropic).

The image is downscaled by moving a 3x3 operator along the given bitmap, multiplies against it, sums up the 9 values and returns that as a single paramter for a NN to train with. It then continues to move along the image until all pixels have been transformed.

Dataset Output

Each transformed face is represented as a single 50 column row in the output CSV file. The 50th column specifies the class (0 non-face, 1 face).

Features

  • gui interface
  • live preview window (cool effect)
  • multiple types of math operators
  • multi-threaded
  • displays image processing rate
  • shows a realtime progress bar
  • shows the time elapsed and total processing duration

Screenshot

alt gui

License

For all files in this repository that don't contain explicit licensing, the MIT license then applies. See the accompanying LICENSE for more details.

image-processor's People

Contributors

stephenohair 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.