An open API service indexing awesome lists of open source software.

https://github.com/vfdev-5/cv_interactive

Computer vision algorithms interactive with Jupyter Notebook
https://github.com/vfdev-5/cv_interactive

Last synced: about 1 year ago
JSON representation

Computer vision algorithms interactive with Jupyter Notebook

Awesome Lists containing this project

README

          

# Computer Vision interactive examples

A number of *jupyter notebooks* introducing basic computer vision algorithms and notions.

Some of notebooks are inspired by [OpenCV](https://github.com/opencv/opencv/blob/master/samples) samples and add an interactive part to get an intiution of how works a filter or algorithm.

## Requirements

* numpy
* matplotlib
* opencv3
* jupyter-notebook

**We use `interact` from jupyter, if there is no sliders in the interactive mode, see the warnings in your console.**

Click to the badge, to go into an interactive mode with [mybinder.org](http://mybinder.org) : [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/vfdev-5/cv_interactive)

## Content

* Gabor filter
* Image matching
* Deconvolution
* Geometric primitives