Git Product home page Git Product logo

imageprocessing-comicreader's Introduction

ImageRecognition-comicReader ๐Ÿ”ญ

This is a simple Image processing app, to process image, i.e., given an M x N dimensional image as an input consisting of frames, it'll return as output K different images i.e., the clustered frames are extracted out of the image as separate K different images.

ToolBox ๐Ÿงฐ

Invocation in Terminal ๐Ÿƒ๐Ÿปโ€โ™‚๏ธ

If you don't have pipenv installed, first run pip install pipenv and then,
pipenv shell
pipenv run pip install pillow
comic.py [options]

Valid Options are: โœ”๏ธ

 --version             show program's version number and exit
  -h, --help            show this help message and exit
  -q, --quiet           Don't print progress messages to stdout
                        [default:False]
  -d, --debug           Enable debug prints [default:True]
  -f FILE, --file=FILE  Name of the input file
  --prefix=PREFIX       Prefix for outputfiles
  --left-ignore=PIXELS  How much of the left margin to ignore when detecting
                        rows [default:0]
  --right-ignore=PIXELS
                        How much of the right margin to ignore when detecting
                        rows [default:0]
  --startrow=PIXELS     From which line of the each page (other than the first
                        page) should the processing start [default:0]
  --gutter-width=WIDTH  Minimum width of the gutter [default:15]
  --min-width=WIDTH     Minimum width of a frame [default:50]
  --min-height=HEIGHT   Minimum height of a frame [default:50]

Alternative ๐Ÿ”ƒ

  • git clone
  • /nav/to/folder/containing/the/file
  • pipenv run pip install pillow
  • pipenv shell
  • python comic.py -h or python comic.py --help

Have a productive time writing code amigos & amigas !! ๐Ÿงธ
Cheers !! ๐Ÿฅ‚

imageprocessing-comicreader's People

Contributors

p-r-i-t-h-v-i avatar

Stargazers

 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.