# Radiomics to creat image map

**URL:** https://discourse.slicer.org/t/radiomics-to-creat-image-map/15760
**Category:** Radiomics
**Created:** [February 1, 2021, 1:53am UTC](https://discourse.slicer.org/t/radiomics-to-creat-image-map/15760 "2021-02-01T01:53:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Alsurayhi.H](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/alsurayhi.h/32/9183_2.png) [@Alsurayhi.H](https://discourse.slicer.org/u/Alsurayhi.H)
#### Post date: [February 1, 2021, 1:53am UTC](https://discourse.slicer.org/t/radiomics-to-creat-image-map/15760/1 "2021-02-01T01:53:49Z")

</div>

Is it possible to create an image map based on specific features extracted using radiomics (for example GLCM feature)?

---

<div class="post-metadata">

### Author: ![JoostJM](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/joostjm/32/1091_2.png) [@JoostJM](https://discourse.slicer.org/u/JoostJM)
#### Post date: [March 9, 2021, 12:32pm UTC](https://discourse.slicer.org/t/radiomics-to-creat-image-map/15760/2 "2021-03-09T12:32:39Z")

</div>

Yes, it is called voxel-based radiomics and is supported in PyRadiomcis. On the commandline, simply add `--mode voxel` to enable this. However it is much, much more computationally intensive and will take a long time to compute (everything is calculated for each voxel instead of each image).

---

<div class="post-metadata">

### Author: ![Alsurayhi.H](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/alsurayhi.h/32/9183_2.png) [@Alsurayhi.H](https://discourse.slicer.org/u/Alsurayhi.H)
#### Post date: [March 11, 2021, 4:15pm UTC](https://discourse.slicer.org/t/radiomics-to-creat-image-map/15760/3 "2021-03-11T16:15:27Z")

</div>

Thanks for your reply
