Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mitya57/gaussian-smoothing
- Owner: mitya57
- Created: 2014-10-24T08:43:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T08:54:12.000Z (about 10 years ago)
- Last Synced: 2024-10-13T17:05:39.698Z (24 days ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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`