A simple library that extracts brain features from a Brain Tomography.
Project description
Brain Feature Extractor
A simple library that extracts brain features from a Brain Tomography. The constructed features refer to the regions:
-
cerebrospinal fluid;
-
clacification;
-
gray matter;
-
white matter;
-
ischemic stroke;
-
hemorrhagic stroke.
NOTE: The input image must be a file in DICOM format.
Installation
pip install brain-radiodensity-feature-extractor
Get started
How to extract features from a brain scan:
from brain_feature_extractor import BrainFeatureExtractorGMM
# Instancing the MGABTD-percent extractor
extractor = BrainFeatureExtractorGMM(percentage=0.3, pixel_level_feature=False)
# Extracting features from the image
print(extractor.extract_features(path='sample/image157_isquemico.dcm', verbose=True))
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brain-radiodensity-feature-extractor-0.1.1.tar.gz.
File metadata
- Download URL: brain-radiodensity-feature-extractor-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec0e2002c4c44be44c6f1a179710beeece1b2fce3a7fc0b3db7e864cf63fd362
|
|
| MD5 |
033a463748d3701e00a75bbfa08c4b79
|
|
| BLAKE2b-256 |
617cd51867622c0ea86665f8ab75e1539be8cee518f8edf50377459f10eb9c19
|
File details
Details for the file brain_radiodensity_feature_extractor-0.1.1-py3-none-any.whl.
File metadata
- Download URL: brain_radiodensity_feature_extractor-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7465a3546e7023f6723dc6b138a46959210748d1ff99e31a6f25d45e9af56ed
|
|
| MD5 |
345d524c7195f6e3b9b14ca888aecfd5
|
|
| BLAKE2b-256 |
178c9651c23c18f17bead8915b1ce8a13602b4b28b3f3895de8756df234c06db
|