https://github.com/evilsocket/msp
Multidimensional Space Processing Library
https://github.com/evilsocket/msp
Last synced: 4 months ago
JSON representation
Multidimensional Space Processing Library
- Host: GitHub
- URL: https://github.com/evilsocket/msp
- Owner: evilsocket
- License: gpl-3.0
- Created: 2009-05-23T18:34:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-05-29T00:30:23.000Z (over 16 years ago)
- Last Synced: 2025-04-04T20:23:07.735Z (10 months ago)
- Language: C++
- Homepage: http://www.evilsocket.net/
- Size: 2.26 MB
- Stars: 10
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MSP - Multi-dimensional Space Porcessing library
by Simone Margaritelli aka evilsocket
MSP is a C++ template class oriented to digital signal processing such as image manipulation, computer vision, biometry and so on .
Actually the main core is the "Matrix" class, with many doxy-documented features such as :
* Addition/subtraction mask applying .
* Saving and loading feature from/to any image format .
* Selective or adaptive resize .
* Low-pass/high-pass filters .
* Orientation mask computation .
* Gabor operator and enhancement .
* Entropy computaiton .
* Prewitt edge detector .
* Hit-and-miss image thinning .
* Frequency map computing and histogram computing .
* Blurring and softening .
* Dilate & erode .
* Mean, variance, deviance, etc .
* Binarization and normalization .
* Image integration.
* Biometric features such as fingerprint features recognition and matching .
* Back-propagation neural network features .
* And so on, and on, and on :D