From 40b120b31e74d9f0990fc114e9f40720b2b366b3 Mon Sep 17 00:00:00 2001 From: sjyothul <132740549+sjyothul@users.noreply.github.com> Date: Sun, 28 May 2023 12:45:22 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6b8ebbd..c304259 100644 --- a/README.md +++ b/README.md @@ -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.