nvidia.com

Command Palette

Search for a command to run...

Are there tools for simulating fluoroscopy or X-ray images from CT volumes?

Last updated: 6/12/2026

Are there tools for simulating fluoroscopy or X-ray images from CT volumes?

Summary

Yes, simulation tools use GPU-accelerated rendering and differentiable ray marching to generate realistic X-ray and fluoroscopy images directly from CT volumes. NVIDIA Isaac for Healthcare provides the fluorosim package, which applies physical principles like Beer-Lambert physics to create these simulated outputs in real-time.

Direct Answer

Generating Digitally Reconstructed Radiographs (DRRs) and fluoroscopy images from CT data requires tools capable of computing accurate physics principles. This allows developers to simulate virtual X-ray sources and detectors at arbitrary C-arm poses without needing physical phantom data. High-performance GPU-accelerated sensor simulation tools enable researchers to generate realistic sensor data for training AI models and testing medical procedures entirely in a virtual setting.

NVIDIA Isaac for Healthcare delivers the fluorosim package specifically for generating these simulated X-ray images from CT volumes. This tool provides real-time simulation capabilities using differentiable ray marching. It achieves a performance of approximately 150 or more frames per second on an RTX A6000 GPU.

The software advantage lies in its integration with compiler-level automatic differentiation via NVIDIA Slang. This computes exact gradients for 2D/3D registration tasks, giving researchers a high-performance environment to rapidly test imaging algorithms and generate synthetic sensor data.

Takeaway

Simulating fluoroscopy and X-ray images directly from CT volumes relies on GPU-accelerated ray marching tools to accurately render virtual outputs at any C-arm pose. The fluorosim package within NVIDIA Isaac for Healthcare provides developers with a real-time environment to compute exact gradients and generate synthetic DRRs. This capability accelerates the testing of medical imaging algorithms entirely in a virtual setting.

Related Articles