Classification tool between martensite, spheroidite and pearlite
Project description
Micral (MICROstructure anALysis)
Classification module
Description :
The aim is to distinguish between martensite, spheroidite and pearlite microstructure This tools output the category, and some others details as the accuracy.
Installation :
pip install micral_classify
Usage :
In a python file or directly in the interpreter, type :
import micral_classify print(micral_classify.analyse(<your image>))
Where <your image> is the name of the image to analyse (with extension (ie jpg, png, bmp etc…)) The output is an unique value.
It’s also possible to send multiple image at once : in that case, provide a list of name : <your image> = [<image1>, <image2>, …] And the return will be also a list of all the results
Note that the image must be in the same directory than the python file (or in the current directory of the command)
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.