Skip to content

How I took that profile picture that was black and white.

Notifications You must be signed in to change notification settings

lukemccartney/profile-pic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

profile-pic

This was an Image Processing project that I used to generate my profile pic when my profile picture was this, it runs using the users webcam:

A Canny Edge Detector Image of a man holding a phone

The project uses OpenCV and runs until the user decides to terminate the program.

To run

Open up a terminal environment (preferably Linux or MacOS) and run the following:

pip install opencv-python
pip install numpy
python3 profile-pic.py

If you haven't got Python or Pip installed then you will have to do that first, as a Mac user I prefer to use homebrew, which should install Pip as well, but if not you can install Python from the official site.

Pip documentation can be found here.

About

How I took that profile picture that was black and white.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages