Giter Club home page Giter Club logo

retarded-ps's Introduction

retarded-PS

screenshot of retarded-PS

This is a course project, a utterly retarded digital image processing tool for SE342 Computer Vision @ SJTU.

The project includes two separate module, image algorithm implementation package and App a GUI application that provides easy access to algorithms.

Time is limited. Human mind is stupid. Project requirements are obscured. Let's appreciate what a student have done in just days before the deadline.

How to use

Copy image folder to your python 3 project and add from image import *.

Or you can run GUI app with python3 main.py in command line.

What's inside

image package provides following naive algorithm implementation:

  1. Basic operations
  • Color removal
  • Channel extraction (RGB)
  • Adjust hue / saturation / lightness (HSL)
  • Rotation, Crop and resize
  • Various ways to map grey values
  1. Binarization
  • Otus
  • Arbitrary threshold
  1. Filtering
  • Gaussian / median / mean filter
  • Convolution with user-specified core
  1. Edge detection
  • Sobel / Laplace operator
  • Canny edge detection
  1. Morphology
  • Erosion, dilation, opening, closing
  • Morphological reconstruction
  • Watershed
  • Thinning and thickening (binary image only)
  • Skeleton and skeleton reconstruction (binary image only)
  • Distance transformation (binary image only)
  1. Others
  • Algebra operations (addition, subtraction, multiplication)

To better relieve fellow SE students, patches and updates are always welcomed.

retarded-ps's People

Contributors

chuzhe-as-a-dev avatar

Watchers

 avatar  avatar

Forkers

jinkaido1

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.