Skip to content

prasadmatta-github/CNN

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages