Pythonista7 / OpenCV_selfTut

Teaching myself some image processing with opencv and python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

30 Days of Code Challenge

About

  • 30 days of code chalenge is ment to get the programmer in you running.

  • Commit to a minimum of 1 hour a day of coding to sharpen your skills.

  • No language restrctions.

  • No topic restriction.But make make sure to keep it challenging.

  • Additional description appriciated but not mandatory.

  • Descriptive comments, indentation and sensible variable names are a must.

  • Commit code + log(output) to github every 24 hours for the next 30 days.

  • Don't Forget to update this Readme everyday.

Resources

Don't know where to begin?

  1. Try solving coding challenges on websites like :

    Codewars : www.codewars.com/r/4NSWPQ (Relatively Easy)

    Or tons of other challenging ones.To mention a few :

  2. Try to implement basic Datastructes and Algorithms initially and move on to apply to other problems.

  3. Move on to neich corners.Want to learn something new and specific goahead. But make sure you putdown a meaning effort and upload anything you've written. Dont miss a commit just because it ain't great.

  4. Or start early and obtain the art of learning from documentation>will help you in the long run.

Day 1

Day 2

  • Core Operations with openCV.I would highly recommend checking out the openCV documentation.They also a really good python tutorial.Click here.Topics covered today Core Operation: Basic Operations , Arithmetic and Bitwise operations.

Day 3

  • Today I was really curious to apply this to one of my Other Project.I've always wanted to do this.The prediciton acc might not be good but I learnt a lot of things about pipelining video data and other challenges.

The "mask" window is rescaled to input to the CNN("img" is the input to the CNN) and the mask overlayed with the prediction of what the hand-posture is, is show displayed on the top right of the "result" window.

Day 4

Day 5

Day 6

  • OpenCV in python continued.Topics covered - Image Gradients and Canny Edge Detection . Made a detailed and explainatory jupyter notebook.

Day 7

  • OpenCV in python continued.Topics covered - Image Pyramids. Made a detailed and explainatory jupyter notebook.
    • Notebook's
      - Image Pyramids
      Ambitiously failed tring to create the ultimate football machine.
      AmbitiousFail

About

Teaching myself some image processing with opencv and python


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.1%Language:C 0.0%