• 제목/요약/키워드: graphics hardware

검색결과 198건 처리시간 0.033초

Domestic Production Process of Early Korean Broadcast CG Equipment

  • Nah, So-Mi
    • Journal of Multimedia Information System
    • /
    • 제8권4호
    • /
    • pp.285-294
    • /
    • 2021
  • The development process of domestic CG (Computer Graphics) needs to be studied by classifying the technical part and the design part. This paper analyzes how early domestic broadcast equipment evolved and focused on what went through the development process. Domestic broadcasting companies have introduced and used overseas equipment and have begun to develop their own technology. The development process of the early domestic production technology of broadcasting stations was classified into Character Generator, On-line Real-Time Graphic and Sport Coder. It was found that the orientation of broadcasting technology was conclusively focused on visualization, with socio-cultural factors acting along with the evolution of hardware and software. This research is meaningful in reorganizing the history of the development process of domestic CG technology in the early days through previous research (primary verification), newspaper articles and news coverage (secondary verification). This paper looks at what is missing by regaining the past of CG, and argues that with the advent of new technologies today, we must develop through appropriate division of roles and collaboration between engineers and designers.

방송 콘텐츠의 후반 제작을 위한 카메라 추적 시스템 (A Camera Tracking System for Post Production of TV Contents)

  • 오주현;남승진;전성규;손광훈
    • 방송공학회논문지
    • /
    • 제14권6호
    • /
    • pp.692-702
    • /
    • 2009
  • 과거 값비싼 워크스테이션에서만 구현 가능했던 실시간 가상스튜디오를 이제는 하드웨어의 발달로 개인용 컴퓨터에서도 운용할 수 있게 되었다. 그럼에도 불구하고 여전히 실시간 제작의 그래픽 품질에는 한계가 있기 때문에 영화나 드라마에서는 후반 제작(post production)으로 그래픽을 합성하는 것이 일반적이다. 그러나 후반 제작을 위한 순수 영상 기반 카메라 추적은 많은 작업 시간을 요하며, 자주 불안정한 결과를 보인다. 이를 극복하기 위해 가상스튜디오와 마찬가지로 촬영 단계에서 카메라 모션 데이터를 센서로부터 수신하되, 이를 저장하여 후반제작에서 활용할 수 있는 시스템(POVIS: post virtual imaging system)을 제안하였다. 실사와 그래픽의 매끄러운 정합을 위해서는 정확한 카메라 캘리브레이션이 선행되어야 하는데, 이를 위해 두 장의 평면 패턴만을 이용하여 간단하게 수행할 수 있는 캘리브레이션 방법을 사용하였다. 또한 카메라 센서 데이터는 기계적 부정합 등으로 인해 약간의 오류를 포함하게 되는데, Kalman 필터를 이용하여 이를 줄이는 방법을 제안하였다. 개발된 POVIS는 다큐멘터리 제작에 사용되어 작업 시간을 크게 단축시키고, 특징점의 부재로 인해 기존의 방법을 적용할 수 없는 영상에서의 카메라 추적을 성공적으로 수행하였다.

평면곡선에 대한 Hausdorff 거리 계산의 가속화 기법에 대한 연구 (Efficient Hausdorff Distance Computation for Planar Curves)

  • 김용준;오영택;김명수
    • 한국CDE학회논문집
    • /
    • 제15권2호
    • /
    • pp.115-123
    • /
    • 2010
  • We present an efficient algorithm for computing the Hausdorff distance between two planar curves. The algorithm is based on an efficient trimming technique that eliminates the curve domains that make no contribution to the final Hausdorff distance. The input curves are first approximated with biarcs within a given error bound in a pre-processing step. Using the biarc approximation, the distance map of an input curve is then approximated and stored into the graphics hardware depth-buffer by rendering the distance maps (represented as circular cones) of the biarcs. We repeat the same procedure for the other input curve. By sampling points on each input curve and reading the distance from the other curve (stored in the hardware depth-buffer), we can easily estimate a lower bound of the Hausdorff distance. Based on the lower bound, the algorithm eliminates redundant curve segments where the exact Hausdorff distance can never be obtained. Finally, we employ a multivariate equation solver to compute the Hausdorff distance efficiently using the remaining curve segments only.

Image rasterization을 위한 Edge Painting Machine의 설계 및 simulation (Design and Simulation of Edge Painting Machine for Image Rasterization)

  • 최상길;김성수;어길수;경종민
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1987년도 전기.전자공학 학술대회 논문집(II)
    • /
    • pp.1492-1494
    • /
    • 1987
  • This paper describes a hardware architecture called Edge Painting Machine for real time generation of scan line images for raster scan graphics display. The Edge Painting Machine consists of Scanline Processor which converts polygon data sorted in their depth priority into a set of scan line commands for each scan line, and Edge Painting Tree which converts the scanline commands set into a raster line image. Edge painting tree has been designed using combinational logic circuit. The designed circuit has been simulated to verify the proper functioning. A salient feature of the EPT is that hardware composition is simple, because each processor is constituted by only combinational logic circuit.

  • PDF

Multi-Textures를 이용한 Volume Rendering (Volume Rendering Using Multi-Textures)

  • 박재영;이병일;최흥국
    • 융합신호처리학회 학술대회논문집
    • /
    • 한국신호처리시스템학회 2000년도 추계종합학술대회논문집
    • /
    • pp.169-172
    • /
    • 2000
  • 직접 volume rendering 방식에서 좋은 해상도의 이미지를 얻기 위해서 계산되는 많은 trilinear interpolation은 고성능 그래픽 워크스테이션이나 특별한 목적의 하드웨어 사양을 요구하며 제한적으로 구현이 되고 있다. 따라서 본 논문에서는 PC 그래픽 하드웨어 상에서 2D-Texture를 이용하여 volume rendering을 MRI head set 영상을 적용하여 구현해 보았다. 또한 최근에 지원되는 PC 그래픽 보드의 multi-texturing성능을 이용하여 volume rendering 할 수 있는 방법을 보여준다. 이러한 OuenGL 확장 기능을 이용하여 픽셀 연산과 rendering 성능을 PC 기반에서 항상 시켜 보았다.

  • PDF

물리 기반 모션 엔진의 구현 (Implementation of a Physically Based Motion Engine)

  • 정일권;박기주;이인호
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2003년도 하계종합학술대회 논문집 Ⅲ
    • /
    • pp.1415-1418
    • /
    • 2003
  • Recent performance improvement in computer and graphics hardware makes it possible to simulate a physical phenomenon in real time. VR department at ETRI has implemented a fast and robust physically based motion engine (PBM) for their general-purpose 3D online game engine. 'Dream 3D'. This paper shows the underlying algorithms of the PBM and introduces the structure and implementation results of it briefly.

  • PDF

Aliasing 감소를 위한 two-pass 영상회전변환 (An anti-aliasing two-pass image rotation)

  • 정덕진;이택주
    • 전자공학회논문지S
    • /
    • 제34S권12호
    • /
    • pp.98-105
    • /
    • 1997
  • Image transformation ahs been widely used in compuater graphics, computer vision, robot vision, and image processing. Image rotation is one of important part of image transformation. In image rotation, a two-pass algorithm has many advantages over a one-pass algorithm in high speed computation. This paper presents a new two-pass algorithm that overcomes the limitations of previously reported effect of interpolation. A brief comparison of existent techniques and the twp-pass algorithm newly suggeste is presented. This paper also present the hardware structure for the two-pass algorithm suggested.

  • PDF

그래픽 하드웨어를 이용한 HD 영상의 실시간 스테레오 정합 (Real-Time Stereo Matching of HD Video Using Graphics Hardware)

  • 오주현;손광훈
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송공학회 2011년도 하계학술대회
    • /
    • pp.35-38
    • /
    • 2011
  • 최근 3DTV 의 급격한 활성화로 스테레오 영상 콘텐츠 제작이 크게 증가하고 있다. 스테레오 영상은 일반 2D 영상과 달리 깊이(depth)가 존재하므로 자막과 같은 그래픽의 삽입에서 그 깊이를 반드시 고려해야 한다. 또한 시각피로를 줄이기 위해 스테레오 촬영 시 영상의 변이맵(disparity map)을 실시간 관찰할 필요성도 요구되고 있다. 본 논문에서는 최신의 그래픽 하드웨어를 이용하여 듀얼스트림 HD 영상을 실시간으로 스테레오 정합하는 방법을 제안한다.

  • PDF

Verilog PLI를 이용한 IEEE 802.11 MAC Layer 검증 (Verification of IEEE 802.11 MAC Layer Using Verilog PLI (Programming Language Interface))

  • 정재헌;정용진
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2008년도 하계종합학술대회
    • /
    • pp.427-428
    • /
    • 2008
  • 본 논문에서는 IEEE 802.11 MAC Layer의 Reception, Transmission 검증을 위해 PLI (Programing Language Interface)를 이용한 방법을 제안한다. PLI를 이용한 검증은 시스템 Level의 검증으로써 설계단계에서 문제점을 확인하고 수정할 수 있다. 그러므로 불필요한 개발비의 낭비를 줄일 수 있고 개발 기간 단축의 효과를 거둘 수 있다. 검증을 위해 Mentor Graphics 사의 HDL (Hardware Description Language) 시뮬레이터인 Modelsim 6.1g Version을 사용하고 PLI를 이용하여 검증 환경을 구축한다.

  • PDF

Hit-Test Unit을 이용한 Ray Tracing의 구현 (Implementation of Ray Tracing using Hit-Test Unit)

  • 최규열;정덕진
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1997년도 추계학술대회 논문집 학회본부
    • /
    • pp.402-404
    • /
    • 1997
  • The synthesis of the 3D images is the most important part of the virtual reality. The ray tracing is the best method for reality in the 3D graphics. But the ray tracing requires long computation time for the synthesis of the 3D images. So, we implements the ray tracing with software and hardware. Specially we designs the hit-test unit with FPGA tool for the ray-tracing.

  • PDF