# Extract Head Scan From CT Angiogram

**URL:** https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698
**Category:** Algorithms
**Created:** [February 12, 2023, 7:09am UTC](https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698 "2023-02-12T07:09:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![niruta](https://discourse.itk.org/user_avatar/discourse.itk.org/niruta/32/3558_2.png) [@niruta](https://discourse.itk.org/u/niruta)
#### Post date: [February 12, 2023, 7:09am UTC](https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698/1 "2023-02-12T07:09:07Z")

</div>

I want to extract head data from a CT Angiogram which contains the neck scan as well. Is there any way to do this ?  
This is how the data looks.

 ![cta_image](https://discourse.itk.org/uploads/default/original/2X/6/6da9fd062500f2b7fddd969f52e9093307a89d7d.png)

---

<div class="post-metadata">

### Author: ![lassoan](https://discourse.itk.org/user_avatar/discourse.itk.org/lassoan/32/27_2.png) [@lassoan](https://discourse.itk.org/u/lassoan)
#### Post date: [February 12, 2023, 8:52pm UTC](https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698/2 "2023-02-12T20:52:35Z")

</div>

What do you mean by “head data”? Would you like to reconstruct a 3D mesh of the skull that you can 3D print?

This image looks really messed up. Maybe it is just displayed with inappropriate window/level. However, if it is captured incorrectly or went through some destructive post-processing step then you won’t be able to extract much useful information from it but you need to go back to where you obtained the image and get better quality data.

---

<div class="post-metadata">

### Author: ![niruta](https://discourse.itk.org/user_avatar/discourse.itk.org/niruta/32/3558_2.png) [@niruta](https://discourse.itk.org/u/niruta)
#### Post date: [February 12, 2023, 9:38pm UTC](https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698/3 "2023-02-12T21:38:59Z")

</div>

Thanks for responding. This is a CT Angiogram and I have displayed it with window level 40 and window width 80. This is an axial data which contains the scans from head to the upper part of the heart (I am not sure what it’s called but you can see that it contains the neck region in the sagittal and coronal view). I need to remove everything except the brain and the skull (i.e extract brain and skull). So my question is there a way to do this using ITK or any other tools? If you can point me to a direction, that would be really helpful.

---

<div class="post-metadata">

### Author: ![zivy](https://discourse.itk.org/user_avatar/discourse.itk.org/zivy/32/1726_2.png) [@zivy](https://discourse.itk.org/u/zivy)
#### Post date: [February 13, 2023, 12:20am UTC](https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698/4 "2023-02-13T00:20:07Z")

</div>

Hello @niruta,

Possibly take a look at the [Slicer segmentation recipes](https://github.com/lassoan/SlicerSegmentationRecipes) from @lassoan, to see if those are relevant ([skull stripping](https://github.com/lassoan/SlicerSegmentationRecipes/tree/master/CTSkullStripping) looks promising).

---

<div class="post-metadata">

### Author: ![niruta](https://discourse.itk.org/user_avatar/discourse.itk.org/niruta/32/3558_2.png) [@niruta](https://discourse.itk.org/u/niruta)
#### Post date: [February 13, 2023, 4:26am UTC](https://discourse.itk.org/t/extract-head-scan-from-ct-angiogram/5698/5 "2023-02-13T04:26:46Z")

</div>

Thanks @zivy for pointing me to a direction. I will go through it
