Coder Social home page Coder Social logo

opencvpractice_twol's Introduction

OpenCV Project ๐Ÿงพ

  • Final commit: 809a9bd9de472fccb14988920784b4e6711ca35f
  • Project located within project folder
  • Run Python script labeled main.py
  • Images are in the images folder but feel free to use others, just make sure to put them within that folder
    • Use receipt images like receipt.png and receipt1.jpg for the my document scanner and text detector
    • Use qr code images like qr.png for my qr scanner

Independence + Curiosity ๐Ÿ’–

I did not use histograms (chapter 7) in my project, so I went beyond in a few aspects.

  • Added 3 extra components
    • documentScanner()
      • Used grayscale, edge detection, contours, perspective transform, and adaptive thresholding to scan a paper
      • Can incoporate web cam if desired, however I did not have one so I didn't do that
    • textDetector()
      • Used Pytesseract's library in order to outline text + return it to the command prompt
    • qrScanner()
      • Used OpenCV's built in QRCodeDetector() to return link to QR code uploaded

Chapters Included ๐Ÿ“Œ

I commented where each is used in my code with the ๐Ÿ“Œ emoji for reference.

  • 4.3: Accessing and Manipulating Pixels
  • 5.1: Lines and Rectangles
  • 6.1.3: Resizing
  • 6.3: Bitwise Operations
  • 6.6: Color Spaces
  • 8.2: Gaussian Blurring
  • 8.3: Median Blurring
  • 9.2: Adaptive Thresholding
  • 10.2: Canny Edge Detection
  • 11.1: Counting Coins
  • 11.2: Contours and OpenCV Version Caveats

opencvpractice_twol's People

Contributors

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