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

https://github.com/jloveric/image-processing

Attempt to parameterize objects in images so they can be used in ML
https://github.com/jloveric/image-processing

Last synced: 2 months ago
JSON representation

Attempt to parameterize objects in images so they can be used in ML

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/jloveric/image-processing.svg?branch=master)](https://travis-ci.org/jloveric/image-processing)

# Image Processing

This is an experiment in parameterizing objects in images. A goal here is to use the parameterization in an image recognition technique that is scale, shift and rotation invariant. The parameterization can be used to translate 2D shapes into 1D representation. I believe segmentation and parameterization should be the top level computation in machine perception. This is also a work in progress.

# Installation

```bash
pipenv install snovalleyai-image-processing
```

# Loading

```python
from snovalleyai_image_processing import *
```
## Example 1 - mnist digit

![](Parameterization.png)

## Example 2 - old North Bend Washington downtown
![](NorthBendParameterization.png)