Skip to content

asyrofist/brain-segmen

 
 

Repository files navigation

DOI PyPI - Python Version PyPI image license Documentation Status Build Status Paper Maintainability Test Coverage Open in Streamlit Imports: isort

Brain Segmentation

Click this link to see live demo If you want to see. Berikut ini penjelasan singkat bagaiman program ini telah dibuat. Cerebellum and Frontal Lobe Segmentation Based on K-Means Clustering and Morphological Transformation described in our paper at iSemantic2020. Please kindly cite the following paper when you use this tool. It would also be appreciated if you send me a courtesy website and google scholar, so I could survey what kind of tasks the tool is used for.

@INPROCEEDINGS{9234262,  author={Asyrofi, Rakha and Winata, Yoni Azhar and Sarno, Riyanarto and Fajar, Aziz},  
booktitle={2020 International Seminar on Application for Technology of Information and Communication (iSemantic)},   
title={Cerebellum and Frontal Lobe Segmentation Based on K-Means Clustering and Morphological Transformation},   
year={2020},  
volume={},  
number={},  
pages={149-154},  
doi={10.1109/iSemantic50169.2020.9234262}}

Developed by Asyrofi (c) 2021

Cara menginstal

instalasi melalui pypi:

pip install brain_segmen

Cara menggunakan program

from brainsegmen.segmen import brainSegment
mySegmen = brainSegment()
a = mySegmen.bukadata(data)

Check out my youtube video for explanation