# How can I calculate an area on a CT image. I can calculate volumes (mm^3) but not areas (mm^2)

**URL:** https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549
**Category:** Support
**Created:** [November 28, 2017, 9:09pm UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549 "2017-11-28T21:09:20Z")
**Posts on this page:** 8
**Page:** 2

<div class="post-metadata">

### Author: ![Sunilkumar\_Leishangt](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/sunilkumar_leishangt/32/3876_2.png) [@Sunilkumar\_Leishangt](https://discourse.slicer.org/u/Sunilkumar_Leishangt)
#### Post date: [August 8, 2020, 1:07am UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/21 "2020-08-08T01:07:32Z")

</div>

I hav understood now how to calculate…but only one problem… the calculation comes in volume cm3 not in area cm2…

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [August 8, 2020, 1:40am UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/22 "2020-08-08T01:40:00Z")

</div>

“Segment cross section area” is only available in recent Slicer Preview Releases, in Sandbox extension.

---

<div class="post-metadata">

### Author: ![lqiu](https://avatars.discourse-cdn.com/v4/letter/l/278dde/32.png) [@lqiu](https://discourse.slicer.org/u/lqiu)
#### Post date: [May 18, 2021, 5:34pm UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/23 "2021-05-18T17:34:14Z")

</div>

Hello, I recently segmented over 200 DICOM files of MRI enterographies where I segmented one mask of the psoas muscle and another mask of the paraspinal muscle. I then ask slicer to determine the 2D area of that one slice I segmented and divided by 2 as instructed. However, it seems like slicer takes account for the thickness of the slice (1mm, 3mm, 5mm, etc.) into the area output, so dividing the output by 2 would still have half the amount of that thickness. Is there a way to ONLY get the true 2D area without any thickness?

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [May 18, 2021, 5:52pm UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/24 "2021-05-18T17:52:23Z")

</div>

If you segmented a single slice and the slice is so thick that the area of the side wall is not negligible (this should be very rare) then you can compute the circumference and cross-section area from the known volume, surface area, and slice thickness with a simple formula (because you have two unknowns `cross_section_area` and `circumference` and two equations: `volume = cross_section_area * slice_thickness` and `surface_area = 2 * cross_section_area + circumference * slice_thickness`).

Alternatively, you can also use [Segment Cross-Section Area](https://discourse.slicer.org/t/new-module-for-measuring-cross-section-area-of-segments/11293) module as described above (this is mostly useful if you have segmented on many slices).

In the future, you can measure 2D surface area directly using Closed curve markups:

 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/9/c/9c1f878ed57053691e50691f2145e5ba534e0ca6.jpeg)

---

<div class="post-metadata">

### Author: ![Numan\_Kutaiba](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/numan_kutaiba/32/13906_2.png) [@Numan\_Kutaiba](https://discourse.slicer.org/u/Numan_Kutaiba)
#### Post date: [January 20, 2022, 9:11pm UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/25 "2022-01-20T21:11:16Z")

</div>

When you segment an area on a single slice, calculate the volume for the segmented area. Then multiply the volume in cm3 x (10/slice thickness in mm). This will give you the area in cm2.

This is because the volume is calculated by multiplying the area x slice thickness which is usually less than 1 cm (10mm).

If you do not know the slice thickness, go to DICOM from the drop down menu, then right-click to get DICOM metadata and search for slice thickness.

---

<div class="post-metadata">

### Author: ![Dryan711](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/dryan711/32/65468_2.png) [@Dryan711](https://discourse.slicer.org/u/Dryan711)
#### Post date: [March 30, 2023, 8:06am UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/26 "2023-03-30T08:06:40Z")

</div>

Hello! Sir. I used this algorithm to find the area of a closed curve in a 2D film plane, but the result I get is wrong. Is it because the algorithm does not support this situation?

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [March 30, 2023, 12:09pm UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/27 "2023-03-30T12:09:31Z")

</div>

3D Slicer can measure cross-sectional area, surface area, volume, etc. various ways. They are all correct, but they may be used improperly (e.g., you measure surface area and you interpret it as cross-sectional area).

Above we discussed many different methods. Which one did you use? What kind of data you measured on? How the image was acquired (provided as a DICOM file by a medical device, captured using a flatbed scanner and saved as TIFF, captured using a digital camera and saved as JPEG,…)? What result did you get? What result did you expect?

---

<div class="post-metadata">

### Author: ![Dryan711](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/dryan711/32/65468_2.png) [@Dryan711](https://discourse.slicer.org/u/Dryan711)
#### Post date: [March 31, 2023, 1:51pm UTC](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549/28 "2023-03-31T13:51:16Z")

</div>

Dear Professor:

Thanks for your reply!

I used 3D slicer 5.2.2. I have two formats for my images: provided as a DICOM file by a medical device (Eclipse treatment planning system, Varian), captured using a flatbed scanner and saved as TIFF (EBT3 film scanned by Epson V850 pro). The film mhd file is obtained through the dose curve.

I want to generate isodose lines in these images and use them as the outer contour to calculate the area inside the contour.

Hope your guidance!

Best wishes!

[Previous page](https://discourse.slicer.org/t/how-can-i-calculate-an-area-on-a-ct-image-i-can-calculate-volumes-mm-3-but-not-areas-mm-2/1549.md?page=1)
