PyFeats: Open-source software for image feature extraction.
Authors/Creators
Description
The first step for every machine learning algorithm in a computer vision problem is to extract features from the given images. Feature extraction is a critical step in any pattern classification system. In order for the pattern recognition process to be tractable, it is necessary to convert patterns into features, which are condensed representations of the patterns, containing only salient information. Features contain the characteristics of a pattern in a comparable form making the pattern classification possible.
Feature extraction can be accomplished manually or automatically. Manual feature extraction requires identifying and describing the features that are relevant for a given problem and implementing a way to extract those features. In many situations, having a good understanding of the background or domain can help make informed decisions as to which features could be useful. Over decades of research, engineers and scientists have developed feature extraction methods for images.
The features inlcuded in here are:
- Textural Features
- Morphological Features
- Histogram based Features
- Multi-scale Features
- Moments
Notes
Files
giakou4/pyfeats-v1.zip
Files
(962.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:dab35f28894788fbc4e4a28843009716
|
962.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/giakou4/pyfeats/tree/v1 (URL)