Analyse tool for microstructure
Project description
Micral (MICROstructure anALysis)
Description :
The aim of this tool is to gather information about microstructure.
Installation :
pip install micral
Usage :
In a python file or directly in the interpreter, type :
import micral
micral.analyse(<your image>)
Input :
<your image> is the name of the image to analyse (with extension (ie jpg, png, bmp etc…)) It’s also possible to send multiple image at once : in that case, provide a list of name : <your image> = [<image1>, <image2>, …]
Note that the image must be in the same directory than the python file (or in the current directory of the command)
Output :
The output will be an Python dictionnary, and each entry is a dictionnary how gather the differents informations on the image.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file micral-2.0.tar.gz.
File metadata
- Download URL: micral-2.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8cbb98f1f4972b47a70b1b934ac3b548b600c3632c1cab39682cdec9dc19cdc
|
|
| MD5 |
86abde4e9db80366d8679fcacdecd724
|
|
| BLAKE2b-256 |
cf30b13ee0b5919c41f223a89f1a5ecb643121ef162538600a149971f5b5b04a
|