Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitya57/gaussian-smoothing

Using gaussian filter to smooth mouse-drawn contours
https://github.com/mitya57/gaussian-smoothing

Last synced: 22 days ago
JSON representation

Using gaussian filter to smooth mouse-drawn contours

Awesome Lists containing this project

README

        

This program smoothes the contours using Gaussian filter.

Requirements:

* C++11 capable compiler;
* Qt 5.x (QtCore, QtGui and QtWidgets).

Compiling:

* `qmake`
* `make`