Skip to content

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

Notifications You must be signed in to change notification settings

AlyafeiAli/computer_vision

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%