Skip to main content

Digital Image Processing in Python

Project description

dippy

Dippy is DIP(Digital Image Processing) in Python3.

This library depends on Numpy only.

Installation

$ pip install dip-python

Features

Algorithm

  • Convert
    • Inverse NegPog
    • Color
      • rgb2gray
      • rgb2bgr
      • rgb2hsv
    • binarize
      • threshold
      • otsu
    • Histgram Equalization
    • Tonecurve
      • Polygonal
      • Gamma
      • Posterization
        • Nearest Neighhbor
        • Equality
    • Dithering(support 2way)
      • Nearest Neighbor
      • Floyd-Steinberg
      • Sierra Lite
      • Atkinson
      • Poison Disk Sampling
    • Declease Color
      • kMeans
  • Filtering
    • Spatial
      • Average
      • Weighted Average
      • Gaussian
      • Prewitt
      • Sobel
      • Laplacian
      • Sharping
      • k-Nearest Neighbor
      • Bilateral
      • Non-Local Mean
      • Median
    • Freaquency
      • Low Pass
      • High Pass
      • Band Pass
      • High Emphasis
      • Gaussian Low Pass
      • Gaussian High Pass
      • Gaussian Band Pass
      • Gaussian High Emphasis
  • Resize
    • Nearest Neighbor
    • Bi-Linear
    • Bi-Cubic
    • Lanczos
  • Image Operation
    • Alpha Blending
    • Emboss
    • Mask

Utils

  • I/O
    • BMP
    • PNG
    • JPEG
    • GIF
  • Drawing
    • Line
    • Rectangle
    • Circle
    • Fonts

Extra

  • Print
    • Braile
    • AA
    • Animation
  • TUI
    • Print
      • Image
      • Histgram
      • Spectrum
    • Processing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dip-python-0.1.5.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

dip_python-0.1.5-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page