-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# clustering-technique-to-detect-number-of-clusters-in-brain-slices-of-rs-fmri-scans | ||
we will apply clustering techniques to detect the number of clusters in the extracted brain slices of resting state functional magnetic resonance imaging (rs-fMRI) scans | ||
We will be able to: | ||
● Perform cluster detection in the brain slices images. | ||
We will write a python program, that takes a patient’s dataset, performs brain slice extraction on it and then detect the number of clusters present in every extracted brain slice. | ||
There are two main parts to the process: | ||
a) Extract the brain slices in every image. | ||
b) Once we have the brain slices images, we will apply clustering techniques to detect the number of clusters present in every slice. To extract the noticeable big enough cluster, we only report the number of clusters whose pixel value is greater than 135 pixels. |