Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 941 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 941 Bytes

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 [email protected]
  • If you are using Windows, Ubuntu and PyCharm community edition together
sudo service ssh start