• Title/Summary/Keyword: isosurface

Search Result 21, Processing Time 0.021 seconds

Iso-density Surface Reconstruction using Hierarchical Shrink-Wrapping Algorithm (계층적 Shrink-Wrapping 알고리즘을 이용한 등밀도면의 재구성)

  • Choi, Young-Kyu;Park, Eun-Jin
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.36 no.6
    • /
    • pp.511-520
    • /
    • 2009
  • In this paper, we present a new iso-density surface reconstruction scheme based on a hierarchy on the input volume data and the output mesh data. From the input volume data, we construct a hierarchy of volumes, called a volume pyramid, based on a 3D dilation filter. After constructing the volume pyramid, we extract a coarse base mesh from the coarsest resolution of the pyramid with the Cell-boundary representation scheme. We iteratively fit this mesh to the iso-points extracted from the volume data under O(3)-adjacency constraint. For the surface fitting, the shrinking process and the smoothing process are adopted as in the SWIS (Shrink-wrapped isosurface) algorithm[6], and we subdivide the mesh to be able to reconstruct fine detail of the isosurface. The advantage of our method is that it generates a mesh which can be utilized by several multiresolution algorithms such as compression and progressive transmission.

Peach & Pit Volume Measurement and 3D Visualization using Magnetic Resonance Imaging Data (자기공명영상을 이용한 복숭아 및 씨의 부피 측정과 3차원 가시화)

  • 김철수
    • Journal of Biosystems Engineering
    • /
    • v.27 no.3
    • /
    • pp.227-234
    • /
    • 2002
  • This study was conducted to nondestructively estimate the volumetric information of peach and pit and to visualize the 3D information of internal structure from magnetic resonance imaging(MRI) data. Bruker Biospec 7T spectrometer operating at a proton reosonant frequency of 300 MHz was used for acquisition of MRI data of peach. Image processing algorithms and visualization techniques were implemented by using MATLAB (Mathworks) and Visualization Toolkit(Kitware), respectively. Thresholding algorithm and Kohonen's self organizing map(SOM) were applied to MRI data fur region segmentation. Volumetric information were estimated from segemented images and compared to the actual measurements. The average prediction errors of peach and pit volumes were 4.5%, 26.1%, respectively for the thresholding algorithm. and were 2.1%, 19.9%. respectively for the SOM. Although we couldn't get the statistically meaningful results with the limited number of samples, the average prediction errors were lower when the region segmentation was done by SOM rather than thresholding. The 3D visualization techniques such as isosurface construction and volume rendering were successfully implemented, by which we could nondestructively obtain the useful information of internal structures of peach.

Efficient GPU Isosurface Ray-casting of BCC Datasets (효율적인 BCC 볼륨 데이터의 GPU 등가면 광선투사법)

  • Kim, Minho;Kim, Hyunjun;Sarfaraz, Aaliya
    • Journal of the Korea Computer Graphics Society
    • /
    • v.19 no.2
    • /
    • pp.19-27
    • /
    • 2013
  • This paper presents a real-time GPU (Graphics Processing Unit) isosurface ray-caster that improves the performance by 4-7 folds from our previous method, while keeping the superior visual quality. Such an improvement is achieved by incorporating an efficient empty-space skipping scheme and an analytic normal computation. The empty-space skipping scheme is done by building an min/max octree computed from the BB(Bernslein-B$\acute{e}$zier)-form of spline pieces and the analytic normal Formula provides not only a nice visual quality but also an improved evaluation performance.

Volume Rendering Based On a Continuous Function (연속 함수를 이용한 볼륨 데이터의 렌더링)

  • 노현아;김재성
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04c
    • /
    • pp.181-183
    • /
    • 2003
  • MRI 나 CT 스캔에 의해 생성된 볼륨 데이터는 일반적으로 설러 샘플 지점에서의 이산적인 수치 데이터 일뿐 데이터 상호간의 함수적 연속성은 제공되지 않고 있다. 이러한 데이터로부터 우리가 원하는 임계값(threshold)에 의한 등가면(isosurface)을 렌더링하는 방법은 보통 Marching Cube에서처럼 많은 다각형을 생성해서 렌더링 하는 방법에 의존해 왔다. 그러나 원하는 등가면을 직접 표현할 수 있는 함수가 존재할 경우 많은 양의 다각형을 추출하고 보관해야 하는 시공간적 부담이 없게 된다. 본 논문에서는 각 Cube별로 정의되는 Tri-linear Interpolation 함수를 기반으로 하여 Interval Method 에 의한 등가면 렌더링 알고리즘을 제안한다.

  • PDF

A Model for Water Droplet using Metaball in the Gravitation Force (메타볼을 이용한 중력장내의 물방울 모델)

  • Yu, Young Jung;Jeong, Ho Youl;Cho, Hwan Gyu
    • Journal of the Korea Computer Graphics Society
    • /
    • v.4 no.1
    • /
    • pp.79-88
    • /
    • 1998
  • Till now there are several rendering models for water and simulating other fluids and their dynamics. Especially in order to generate a curved surface of flexible objects such as liquid and snow, the implicit metaball formulation is widely used in favor of its simplicity and flexibility. This paper proposes one excellent method for generating water droplets, which would be deformed in gravitation field. In previous works, a water droplet was simply represented by approximated curved surfaces of a symmetric metaball. Thus the final result of the rendered water droplet was far from a realistic droplet, because they do not consider the gravitational effect in droplets. We propose a new metaball model for rendering water droplets placed on an arbitrary surface considering the gravitation and friction between droplet and plate. Our new metaball model uses a new vector field isosurface function to control the basic scalar metaball with respect to the norm of gravitational force. In several experiments, we could render a photo-realistic water droplets with natural-looking shadows by applying ray-tracing.

  • PDF

Real-Time GPU Technique for Extracting Mesh Isosurfaces from BCC Volume Datasets (BCC 볼륨 데이터로부터 실시간으로 메시 형태의 등가면을 추출하는 GPU 기법)

  • Kim, Hyunjun;Kim, Minho
    • Journal of the Korea Computer Graphics Society
    • /
    • v.26 no.4
    • /
    • pp.17-26
    • /
    • 2020
  • We present a real-time GPU(Graphic Processing Unit) marching tetrahedra technique that extracts isosurfaces in the indexed mesh format from BCC(Body Centered Cubic) volume datasets. Compared to classical marching tetrahedra, our method shows better performance with little memory overhead. Our technique is composed of five stages. In the first stage, which needs to be done only once, we build min/max blocks that is to be used for empty space skipping to boost the performance. Next, we extract active blocks that contain the current isovalue. In the next two stages, we extract the edges and cells that contain the isosurface and then the final triangular mesh is generated in the last stage. When applied 5123 or higher resolution volume dataset, our technique shows up to 5 times speed improvement compared to the classical marching tetrahedra algorithm.

Application of a fixed Eulerian mesh-based scheme based on the level set function generated by virtual nodes to large-deformation fluid-structure interaction

  • Hashimoto, Gaku;Ono, Kenji;Okuda, Hiroshi
    • Interaction and multiscale mechanics
    • /
    • v.5 no.3
    • /
    • pp.287-318
    • /
    • 2012
  • We apply a partitioned-solution (iterative-staggered) coupling method based on a fixed Eulerian mesh with the level set function to a large-deformation fluid-structure interaction (FSI) problem where a large-deformable thin structure moves in a high-speed flow field, as an airbag does during deployment. This method combines advanced fluid and structure solvers-specifically, the constrained interpolation profile finite element method (CIP-FEM) for fluid Eulerian mesh and large-deformable structural elements for Lagrangian structural mesh. We express the large-deformable interface as a zero isosurface by the level set function, and introduce virtual nodes with level sets and structural normal velocities to generate the level set function according to the large-deformable interfacial geometry and enforce the kinematic condition at the interface. The virtual nodes are located in the direction normal to the structural mesh. It is confirmed that application of the method to unfolded airbag deployment simulation shows the adequacy of the method.

New Methods of Postprocessing for Finite Element Analysis of 3-dimensional Solids (3차원 고체 유한요소해석의 새로운 후처리 방법)

  • 이재영
    • Computational Structural Engineering
    • /
    • v.6 no.4
    • /
    • pp.107-118
    • /
    • 1993
  • New methods of visualizing the data from finite element analyses of 3-dimensional solids were developed in this study. Their efficiency and practicality were examined through their application and implementation into a finite element analysis software. The major effort of the study was to provide a way of representing data inside of volume, which is the most difficult problem in the postprocessing of 3-dimensional solids. Section representation, volume slice and separation, and isosurface representation were proposed for this purpose.

  • PDF

Three-Dimensional Medical Visualization Method on PC (PC기반의 3차원 의학영상 가시화 방법에 관한 연구)

  • Lee, J.H.;Lee, S.H.;Lee, T.S.;Choi, I.T.;Park, S.K.
    • Proceedings of the KOSOMBE Conference
    • /
    • v.1998 no.11
    • /
    • pp.259-260
    • /
    • 1998
  • In this paper, we present a 3D visualization method of medical image on PC. Using morphological method, we used to segment 2D medical images (X-ray CT, MRI). Presented method is treating in some detail two operations : dilation and erosion. Also known as an isosurface, using a constant density surface make a target organ in 3D. In the whole procedure for visualization. The medical images are implemented by using Visual C++ 5.0 in activeX and IDL(interactive data language) under PC environment.

  • PDF

Real-time BCC Volume Isosurface Ray Casting on the GPU (GPU를 이용한 실시간 BCC 볼륨 등가면 레이 캐스팅)

  • Kim, Minho;Lee, Young-Joon
    • Journal of the Korea Computer Graphics Society
    • /
    • v.18 no.4
    • /
    • pp.25-34
    • /
    • 2012
  • This paper presents a real-time GPU (graphics processing unit) ray casting scheme for rendering isosurfaces of BCC (body-centered cubic) volume datasets. A quartic spline field is built using the 7-direction box-spline filter accompanied with a quasi-interpolation prefilter. To obtain an interactive rendering speed on the graphics hardware, the shader code was optimized to avoid lookup table and conditional branches and to minimize data fetch overhead. Compared to previous implementations, our work outperforms the comparable one by more than 20% and the rendering quality is superior than others.