Skip to content

amgp-upm/image_mining

Repository files navigation

Image Mining Course

This is the repository for the subject of image mining. Here you will find the notebooks with part of the code used during the explanation of the lessons.

Prerequisites

The codes have been created using the Anaconda3 framework as a package manager. The following packages are necessary for the correct functioning of the codes:

  • python3
conda create --name image_mining python=3.6 -y
conda activate image_mining
  • image processing libraries
conda install scikit-image
conda install opencv
conda install jupyter
conda install -c conda-forge k3d
conda install -c simpleitk simpleitk
  • To display notebooks
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published