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

https://github.com/friggog/tree-id

Plant species identification from leaf images using shape only features
https://github.com/friggog/tree-id

classification computer-science computer-vision identification machine-learning

Last synced: about 15 hours ago
JSON representation

Plant species identification from leaf images using shape only features

Awesome Lists containing this project

README

          

# tree-id

Code for the paper '[Shape-only Features for Plant Leaf Identification](https://arxiv.org/abs/1811.08398)'.

Achieves comparable results to state-of-the-art methods, though uses only shape features extracted from the curvature map of the leaf (no colour or texture features).

Scripts included to preprocess the images, extract features and train and evaluate classifiers.
Datasets are not included, though an example of the required structure is given.