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

https://github.com/anoff/aind-opencv

Notebook to follow alongs udacity AI nanodegree on computer vision with opencv
https://github.com/anoff/aind-opencv

computer-vision javascript jupyter opencv

Last synced: 2 months ago
JSON representation

Notebook to follow alongs udacity AI nanodegree on computer vision with opencv

Awesome Lists containing this project

README

          

# opencv playground 📷 🎮

> a few examples on image preprocessing using opencv

## Installation

```sh
# create conda environment
conda create --name opencv --file package-list.txt
```

## Usage

```sh
# source conda env
source activate opencv
# start jupyter
jupyter notebook
```

or just look at the notebooks

## Content

[preprocessing](preprocessing.ipynb)

- mask an image based on color channels
- transform / warp an image to align text
- edge detection
- smoothing / blurring

[image-segmentation](image-segmentation.ipynb)

- contour detection
- detecting the orientation of an object
- line detection using hough space
- k means clustering on pixel colors

## Attribution

Images used are licensed under creative commons, see the exact license for each image and their origin in the notebooks