Metadata-Version: 2.1
Name: image-features-extract
Version: 0.2.0
Summary: toolbox for extracting features from an image
Home-page: https://github.com/Bertin-fap/image_feature_extract_example
Author: ArrayStream(François Bertin, Amal Chabli)
Author-email: francois.bertin7@wanadoo.fr, amal.chabli@orange.fr
License: MIT
Keywords: Image,data processing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: PyWavelets
Requires-Dist: scikit-image

## Product Name
Toolbox to extract features from an image.

## Installation
Run the following to install:
```python
pip install image_features_extract
```

## Usage example
**refer to** [image_features_extract-examples](https://github.com/Bertin-fap/image_feature_extract_example).


# Release History
0.O.3 add read_plu_topography to read a binary .plu image,
add fill_gap to replace missing values in .plu image by interpolated ones

# Meta
	- François Bertin– francois.bertin7@wanadoo.fr 
	- Amal Chabli

Distributed under the [MIT license](https://mit-license.org/)

# About the authors
	- François Bertin now retired was an expert senior in nanocharacterization at CEA-LETI
	- Amal Chabli now retired was a Director of Research in nanocharacterization at CEA-LITEN

