Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Growing-cube isosurface extraction algorithm for medical volume data.

T Y Lee1, C H Lin

  • 1Visual System Laboratory (VSL), Department of Computer Science and Information Engineering, National Cheng Kung University, Tainan, Taiwan, Republic of China. tonylee@mail.ncku.edu.tw

Computerized Medical Imaging and Graphics : the Official Journal of the Computerized Medical Imaging Society
|June 8, 2001
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Lack of efficacy to systemic chemotherapy for treatment of metaplastic carcinoma of the breast in the modern era.

Breast cancer research and treatment·2011
Same author

Analysis of Photoablation Products Resulting from Polymer Materials by Supersonic Beam/Multiphoton Ionization/Time-of-Flight Mass Spectrometry.

Analytical chemistry·2011
Same author

Anatomic localization of motor entry points and accurate regions for botulinum toxin injection in the flexor digitorum superficialis.

Surgical and radiologic anatomy : SRA·2011
Same author

Surface Modification and Planar Defects of Calcium Carbonates by Magnetic Water Treatment.

Nanoscale research letters·2010
Same author

Using autocloning effects to develop broad-bandwidth, omnidirectional antireflection structures for silicon solar cells.

Optics express·2010
Same author

Light extraction efficiency enhancement of GaN-based light emitting diodes on n-GaN layer using a SiO2 photonic quasi-crystal overgrowth.

Journal of nanoscience and nanotechnology·2010
Same journal

Self-supervised isotropic reconstruction for abnormality detection in anisotropic MRI.

Computerized medical imaging and graphics : the official journal of the Computerized Medical Imaging Society·2026
Same journal

WDBDM: Wavelet-based dual-branch diffusion model for low-dose CT and PET denoising.

Computerized medical imaging and graphics : the official journal of the Computerized Medical Imaging Society·2026
Same journal

ScribSAM: A robust scribble-supervised framework for spatiotemporal segmentation of breast lesions in ultrasound videos.

Computerized medical imaging and graphics : the official journal of the Computerized Medical Imaging Society·2026
Same journal

Anatomically and biochemically guided deep image prior for sodium MRI denoising.

Computerized medical imaging and graphics : the official journal of the Computerized Medical Imaging Society·2026
Same journal

Segment Anything Model for medical image segmentation: A review.

Computerized medical imaging and graphics : the official journal of the Computerized Medical Imaging Society·2026
Same journal

HiCAF-Net: A Hierarchical Cross-Attention Fusion framework for cross-cancer subtype classification using histopathological and genomic data.

Computerized medical imaging and graphics : the official journal of the Computerized Medical Imaging Society·2026
See all related articles

The growing-cube algorithm efficiently reduces triangles in medical imaging isosurface extraction, improving real-time rendering performance for CT and MRI data.

Area of Science:

  • Medical Imaging
  • Computer Graphics
  • Computational Geometry

Background:

  • Three-dimensional (3D) volume data from CT and MRI scans are crucial in medical applications.
  • The Marching Cube (MC) algorithm is standard for extracting isosurfaces from this data.
  • MC generates numerous triangles, hindering real-time rendering on standard hardware.

Purpose of the Study:

  • To introduce a novel growing-cube algorithm for reducing triangle count in isosurface extraction.
  • To enhance the efficiency and real-time rendering capabilities for medical volume data.

Main Methods:

  • The growing-cube algorithm employs a surface tracker to avoid cell-by-cell searching.
  • It adaptively merges surfaces within tracked cells to minimize triangle generation.

Related Experiment Videos

  • Surface merging is controlled by user-defined error thresholds.
  • Main Results:

    • The growing-cube algorithm significantly reduces the number of triangles compared to the standard MC algorithm.
    • It achieves substantial savings in computation time through optimized surface tracking.
    • Variable resolution isosurfaces can be generated based on specified error tolerances.

    Conclusions:

    • The growing-cube algorithm offers an efficient solution for real-time isosurface rendering of medical volume data.
    • It provides a method for generating adaptive resolution models, balancing detail and performance.
    • This approach addresses the limitations of the MC algorithm in handling large triangle meshes.