DOI QR코드

DOI QR Code

Android Platform에서의 확장된 TIP 기술

An Extended TIP Technique for Android Platform

  • 김영자 (한국폴리텍II대학 컴퓨터정보과) ;
  • 이연식 (군산대학교 컴퓨터정보공학과)
  • 투고 : 2011.11.07
  • 심사 : 2012.02.10
  • 발행 : 2012.02.29

초록

TIP기술은 2차원 그림 또는 한 장의 사진으로부터 기하정보를 추출하여 3차원 입체 효과를 만들어 영상 내부를 내비게이션 할 수 있는 기술로써, 게임, 엔터테인먼트, 교육, 홍보 등 다양한 응용분야에서 활용 가능한 기술이다. 본 논문에서는 android platform상에서의 OpenGL ES Library를 이용하여 확장된 TIP기술 적용 및 구현 방법을 제안한다. 제안 방법은 전경객체의 추출이 어려운 상황을 감안하여 보다 사실적 장면 구성이 용이하도록 사용자의 선택에 의한 소실점을 이용하고, OpenGL ES Library 를 이용하여 3차원 배경 모델을 획득한 후 이미지를 텍스처 매핑하여 3차원 가상공간을 완성한 후 카메라의 시점변환을 통해 이미지 내부를 내비게이션이 가능하도록 한다. 실험영상은 android platform상의 device에서 촬영한 이미지를 사용하여 android 2.1 및 OpenGL ES 1.0기반으로 구축된 제안 기술로 android platform의 스마트 device에서 적은 비용과 시간으로 다양한 응용개발에 적용 가능하도록 구현하였다.

TIP technology enables navigation of the internal contents of images by extracting geometry information from two-dimensional drawing or a picture and generating three-dimensional effects from extracted information. The technology can be applied to a variety of practical fields including game, entertainment, education, public relations and so on. This paper proposes extended application of TIP technology and realization method for smart devices using OpenGL ES Library for Android platform. Considering problems associated with a foreground object extraction, the proposed method uses vanishing points chosen by the user to facilitate more realistic scene configuration. Then, method acquires three-dimensional background model using OpenGL ES Library, develops three-dimensional virtual space and enables image navigation via camera viewpoint conversion. The experimental image is made on Android 2.1 and OpenGL ES 1.0 using the image taken on devices built on the Android platform. Thus, the proposed technology can be implemented to various smart devices built on the Android platform at lower cost and in less time.

키워드

참고문헌

  1. 윤창옥, 윤태수, 이동훈, "영상기반 모델링 기법을 이용한 대화식 3차원 입체 영상 저작 시스템", The Korean Society For Industrial And Applied Mathematics, IT series, Vol.10, No.2, pp.53-66, 2006.
  2. Y. Horry, K. Anjyo and K. Arai, "Tour Into the Picture: Using a Spidery Mesh Interface to Make Animation from a Single Image", ACM PAPH, 1997.
  3. K. Boulanger, K. Bouatouch, S. Pattanaik, "ATIP: A Tool for 3D Navigation inside a single Image with Automatic Camera Calibration", EG UK Theory and Practice of Computer Graphics, 2006.
  4. L. Zhang, W. James, "Stereoscopic Image Generation Based on Depth Images for 3D TV", IEEE Transactions on Broadcasting, pp.2993-2996, 2004.
  5. 조철용, 김만배, "3DTIP: 한국 고전화의 3차원 입체 Tour-Into-Picture", 방송공학회논문지, 제14권, 제5호, pp.616-624, 2009.
  6. A. Turitsyn, "Algorithm and 3D application of tour into the picture technique for mobile devices", 고려대학교 대학원, 2008.
  7. 김제동, 이광훈, 김만배, "단안 영상의 입체 자유시점 Tour-Into-Picture", 방송공학회논문지, 제15권, 제2호, pp.163-172, 2010.
  8. 노창현, 이완복, 류대현, 강정진, "넓은 가상환경 구축을 위한 다수의 TIP(Tour into the Picture) 영상 합성", 전자공학회논문지, 제42권, TE 제1호, pp.61-68, 2005.
  9. H. W. kang et al, "Tour Into the Picture using a Vanishing Line and its Extension to Panoramic Images", EUROGRAPHICS, Vol.20, No.3, 2001.
  10. Edward Angel, "OpenGL을 이용한 Computer Graphics", Addison Wesley, pp. 178-194, 2006.
  11. android developers,"http://developer.android.com/reference/android/opengl/GLsurfaceView.html"