기관회원 [로그인]
소속기관에서 받은 아이디, 비밀번호를 입력해 주세요.
개인회원 [로그인]

비회원 구매시 입력하신 핸드폰번호를 입력해 주세요.
본인 인증 후 구매내역을 확인하실 수 있습니다.

회원가입
서지반출
시간 일관성을 이용한 효율적인 z-버퍼 알고리즘
[STEP1]서지반출 형식 선택
파일형식
@
서지도구
SNS
기타
[STEP2]서지반출 정보 선택
  • 제목
  • URL
돌아가기
확인
취소
  • 시간 일관성을 이용한 효율적인 z-버퍼 알고리즘
저자명
오경수,신영길,신병석,Oh. Kyung-Su,Shin. Yeong-Gil,Shin. Byeong-Seok
간행물명
정보과학회논문지. Journal of KIISE. 시스템 및 이론
권/호정보
2000년|27권 1호|pp.13-22 (10 pages)
발행정보
한국정보과학회
파일정보
정기간행물|
PDF텍스트
주제분야
기타
이 논문은 한국과학기술정보연구원과 논문 연계를 통해 무료로 제공되는 원문입니다.
서지반출

기타언어초록

이 논문에서는 시점이 고정된 경우 프레임간의 시간 일관성을 이용해서 z-버퍼 알고리즘의 렌더링 속도를 향상시키는 방법을 제안한다. z-버퍼 알고리즘은 일단의 다각형들을 렌더링하는 동안 각 화소의 깊이 값을 저장해서 나머지 다각형들을 렌더링할 때 이들의 가시성을 판별하는데 사용한다. 만약 일부 다각형들에 해당하는 색상과 깊이 정보를 렌더링을 하지 않고도 얻어 낼 수 있다면, 나머지 다각형들만을 렌더링해서 동일한 화상을 얻을 수 있다. 화면의 갱신주기가 짧은 경우 연속된 두 프레임에서 움직임이 없는 다각형들의 집합은 상당히 큰 일관성을 가진다. 이러한 시간 일관성을 이용하면 연속한 프레임에서 움직임이 없는 다각형들의 색상과 깊이 정보를 새롭게 계산할 필요가 없다. 이를 위해 고정된 다각형들의 색상과 깊이 정보를 따로 저장해두었다가 재사용하는 방법을 제안한다. 이 방법은 복잡한 자료구조를 사용하거나 기존 z-버퍼 알고리즘 자체를 바꾼 것이 아니므로 구현이 쉽고 하드웨어로 구현하기도 용이하다.

기타언어초록

We present a method that enhances the rendering speed of z-buffer algorithm using temporal coherence between two contiguous frames on fixed viewing conditions. Conventional z-buffer algorithm stores depth value for each pixel on a view plane while rendering some polygons, then it determines the visibility of the remaining polygons based on the stored depth values. If we can get color and depth information for some polygons without rendering, it is possible to generate an image by rendering only the remaining ones. In case of high frame rate, we can find the fact that sets of static polygons of the two contiguous frames are almost the same. This temporal coherence enables us to get the color and depth information of static polygons efficiently. Our algorithm stores color and depth information of static polygons and reuses it for generating the next frame. This method can be easily implemented since it does not require complex data structure and modification for conventional z-buffer algorithm. Also it is adequate for hardware implementation.