Skip to content

Image processing using OpenCV, open-source computer vision library.

License

Notifications You must be signed in to change notification settings

bimalka98/Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing

Image processing using OpenCV, open-source computer vision library.

Creating a virtual environment for Computer Vision

Installation of Conda

# Change shell directory to this repository
$ cd scripts
$ chmod +x install_miniconda.sh
$ ./install_miniconda.sh

Creating a virtual environment using Conda

(base) user@host:~$ conda create --name cv
Retrieving notices: ...working... done
Channels:
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /home/bimalka98/miniconda3/envs/cv

#
# To activate this environment, use
#
#     $ conda activate cv
#
# To deactivate an active environment, use
#
#     $ conda deactivate

Installing packages

$ cd scripts
# activate the virtual environment
(base) user@host:~$ conda activate cv
# install latest version of python
(cv) user@host:~$ conda install python
# install opencv and other packages
(cv) user@host:~$ ./setup_venv.sh

About

Image processing using OpenCV, open-source computer vision library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published