Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjyothul authored May 28, 2023
1 parent 29bcf44 commit 40b120b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
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.

0 comments on commit 40b120b

Please sign in to comment.