Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 684 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 684 Bytes

EDGE Detection

Set up an environment for this project using virtualenv package

Here is the commands to set up environment after installing virtualenv

Run this command in terminal to create virtual environment

  • virtualenv edge --python=python3.6

Run this command to activate the environment

  • source edge/bin/activate

After that you need to install below mentioned packages
numpy==1.19.2
opencv-python==4.4.0.42

and run 2d_edge_detection.py or 3d_edge_detection.py file so that you can see a pop window with the output

and finally, run this command to deactivate the environment
* deactivate