GPU based Maximum Intensity Projection using Clipping Plane Re-rendering Method

절단면 재렌더링 기법을 이용한 GPU 기반 MIP 볼륨 렌더링

  • 홍인실 (서울대학교 공과대학 컴퓨터공학과) ;
  • 계희원 (서울대학교 컴퓨터연구소) ;
  • 신영길 (서울대학교 컴퓨터공학부)
  • Published : 2007.03.30

Abstract

Maximum Intensity Projection (MIP) identifies patients' anatomical structures from MR or CT data sets. Recently, it becomes possible to generate MIP images with interactive speed by exploiting Graphics Processing Unit (GPU) even in large volume data sets. Generally, volume boundary plane is obliquely crossed with view-aligned texture plane in hardware-texture based volume rendering. Since the ray sampling distance is not increased at volume boundary in volume rendering, the aliasing problem occurs due to data loss. In this paper, we propose an efficient method to overcome this problem by Re-rendering volume boundary planes. Our method improves image quality to make dense distances between samples near volume boundary which is a high frequency area. Since it is only 6 clipping planes are additionally needed for Re-rendering, high quality rendering can be performed without sacrificing computational efficiency. Furthermore, our method couldbe applied to Minimum Intensity Projection (MinIP) volume rendering.

의료영상에서 사용하는 MIP 볼륨 렌더링은 CT나 MR 등의 볼륨데이터에서 시각 광선으로부터 높은 밝기 값을 추출하여 혈관과 뼈와 같은 환자의 조직을 보여주는 볼륨 렌더링 기법이다. 최근 GPU를 MIP 볼륨 렌더링에 사용하여 대용량 의료영상 데이터에 대해서도 속도가 빠른 렌더링이 가능하게 되었다. 볼륨데이터를 여러 각도에서 관찰하면, 일반적으로 시각과 동일한 방향의 텍스쳐 평면과 볼륨 경계평면이 비스듬하게 교차한다. 볼륨데이터의 외부에는 값이 존재하지 않으므로 경계부분에서 공간 주파수가 높게 나타난다. 기존의 MIP 렌더링은 샘플링 간격이 일정하기 때문에 경계부분에서 데이터의 손실이 생겨 알리아싱이 나타나는 문제가 있다. 화질을 개선하기 위해 샘플링 간격을 줄여 슬라이스수를 증가시킬 수 있으나, 이때는 렌더링 수행 시간이 길어지게 된다. 이 논문에서는 기존 렌더링 결과에 볼륨 경계 평면을 추가로 렌더링하는 방법을 제안한다. 이 방법은 주파수가 높은 경계 부분의 샘플링 간격을 줄여 화질을 향상시킨다. 한편 MIP는 샘플링 순서에 무관하므로 추가된 슬라이스는 기존 렌더링 영상을 손실시키지 않는다. 증가된 슬라이스는 경계부분인 여섯 평면에 불과하므로 렌더링 수행시간에는 거의 영향을 주지 않고 화질을 개선할 수 있다.

Keywords