# Parallel Voxel Batch Processing

**URL:** https://discourse.slicer.org/t/parallel-voxel-batch-processing/42802
**Category:** Support
**Tags:** feature, pyradiomics
**Created:** [May 6, 2025, 12:05am UTC](https://discourse.slicer.org/t/parallel-voxel-batch-processing/42802 "2025-05-06T00:05:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![annapurna11](https://avatars.discourse-cdn.com/v4/letter/a/e79b87/32.png) [@annapurna11](https://discourse.slicer.org/u/annapurna11)
#### Post date: [May 6, 2025, 12:05am UTC](https://discourse.slicer.org/t/parallel-voxel-batch-processing/42802/1 "2025-05-06T00:05:57Z")

</div>

Hello! I am trying to perform voxel-based radiomic feature extraction (GLCM features) for a single 3D prostrate cancer image. I am trying to speed up and also parallelize feature extraction of voxels. But instead of working on an entire group of pixels that belong to the image, I am interested in extracting the features from voxels in batches, because currently I think features are extracted only one voxel at a time. Is there a way by which both parallel extraction of features and extraction of features while batching the voxels can be achieved?
