/computer_vision

Discovery of computer vision and Open CV and writing articles about the experience.

Primary LanguagePython

Image processing

Codeac

All about discovery of computer vision and Open CV.

Run

python3 start.py [insert argument]

Available arguments

  • blend - blending two images together (using addWeighted)
  • bitwise operations - creates a logo that is inserted to a picture
  • convolution - will run all available convolutions
  • edge detection - shows different methods of edge detection
  • gamma correction - gamma adjustment via linear stretching
  • coin detection - compares outputs of manual and Hough detection of circles (coins)

Requirements

  • Open CV
  • NumPy
pip3 install -r requirements.txt

Remote Ubuntu access

  • PyCharm terminal:
ssh -p 2222 tina@127.0.0.1
  • If you are using Windows, Ubuntu and PyCharm community edition together
sudo service ssh start