• Title/Summary/Keyword: 3D Computer Graphics

Search Result 540, Processing Time 0.03 seconds

Simulacra Theory as a Conceptual Framework for Understanding Expression and Technology in (<수면의 과학>에 나타난 시뮬라시옹 표현기법 연구)

  • Bang, Yoon-Kyeong
    • Cartoon and Animation Studies
    • /
    • s.24
    • /
    • pp.135-154
    • /
    • 2011
  • Simulacra theory as propounded by Jean Baudrillard in his seminal treatise, "Simulacra and Simulation," explores the significance of images, media and art in contemporary culture. Its central theoretical premise is the simulacrum, a sign or symbol that plays a crucial role in constructing perceived reality but which lacks a real-world referent. In Michel Gondry creates simulacra in the form of hallucinatory dream imagery by combining stop-motion animation and live-action elements. As experimental film-making that combines analog and minimum digital technologies, the result is a tour-de-force of synchronization. This study analyzes the film's technique and expressive content and, by adopting simulacra theory as a conceptual framework, aims to provide a better understanding of Gondry's work.

Adaptive Keyframe-Based Tracking for Augmented Books (증강 책을 위한 적응형 키프레임 기반 트래킹)

  • Yoo, Jae-Sang;Cho, Kyu-Sung;Yang, Hyun-S.
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.4
    • /
    • pp.502-506
    • /
    • 2010
  • An augmented book is an application that augments such multimedia elements as virtual 3D objects generated by computer graphics, movie clips, or sound clips to a real book using AR technologies. It is intended to bring additional education and entertainment effects to users. For augmented books, this paper proposes an adaptive keyframe-based page tracking method to estimate the camera's 6 DOF pose in real-time after recognizing a page and performing wide-baseline keypoint matching. For a page tracking, proposed method in this paper chooses a proper keyframe and performs a tracking in two step of coarse-to-fine stage. As a result, the proposed method in this paper guarantees a robust tracking to view-point and illumination variations and real-time.

Efficient Fluid Simulation through Various User Design-type Emission Control Solutions (사용자 설계형의 방출 제어 솔루션을 통한 효율적인 유체 시뮬레이션 구현)

  • Hwang, Min-Sik;Lee, Hyun-Seok
    • Journal of Digital Convergence
    • /
    • v.16 no.6
    • /
    • pp.197-204
    • /
    • 2018
  • The realistic Visual Effects using fluid simulation in 3D computer graphics are operated as important factors to improve the quality of images. The process of creating realistic motions of water, fire, explosion by controlling each property of fluid is called fluid simulation. In general, the creation of a fluid simulation concentrates on the main simulation work phase, however an effective method for initial set up is important for the main simulation work. The purpose of this study is to analyze the factors involved in the initial emission motion and shape of fluid and propose methods that can efficiently apply this into the initial set up. For the process of the research, first, problems are raised based on related researches, and second, two experiments, 'Dynamic Fluid Emitter Creation' and 'User Design Type Emission Velocity Solution', are conducted for more effective fluid simulation. Through this research, the effective fluid simulation of initial set up phase will be suggested through the user design-type emission control solutions.

A Double Z-buffer Antialiasing Method for Voxelized Implicit Surfaces (복셀로 표현된 임플리시트 곡면을 위한 시프트(shifted) 더블 Z-버퍼 앤티 앨리어싱)

  • 김학란;박화진
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.1
    • /
    • pp.44-53
    • /
    • 2004
  • This paper aims at presenting high quality at low resolution apply by a new antialiasing method for voxelized implicit surfaces. Implicit surfaces create a unique type of 3D-modeling. Some use of implicit surfaces are scientific and medical visualization, animation, medical simulation and interactive modeling. One of previous antialiasing methods for implicit surfaces presented by raytracing or texture mapping is making use of a stochastic sampling. But this method requires more calculation time and costs which is caused by complicated and difficult implicit functions. In the meanwhile, voxelized implicit surfaces generally use high resolution for good quality images but it costs to generate. In order to this problem, this paper suggests a shifted double Z-buffer which is very simple, more efficient and easy. Tn addition, there are applied box-filter and tent-filter to the double Z-buffer antialiasing method for better images. For results this method generate high quality image and it is easy to apply to various filters and is able to extend to multi Z-buffer.

  • PDF

A Novel Horizontal Disparity Estimation Algorithm Using Stereoscopic Camera Rig

  • Ramesh, Rohit;Shin, Heung-Sub;Jeong, Shin-Il;Chung, Wan-Young
    • Journal of information and communication convergence engineering
    • /
    • v.9 no.1
    • /
    • pp.83-88
    • /
    • 2011
  • Abstract. Image segmentation is always a challenging task in computer vision as well as in pattern recognition. Nowadays, this method has great importance in the field of stereo vision. The disparity information extracting from the binocular image pairs has essential relevance in the fields like Stereoscopic (3D) Imaging Systems, Virtual Reality and 3D Graphics. The term 'disparity' represents the horizontal shift between left camera image and right camera image. Till now, many methods are proposed to visualize or estimate the disparity. In this paper, we present a new technique to visualize the horizontal disparity between two stereo images based on image segmentation method. The process of comparing left camera image with right camera image is popularly known as 'Stereo-Matching'. This method is used in the field of stereo vision for many years and it has large contribution in generating depth and disparity maps. Correlation based stereo-matching are used most of the times to visualize the disparity. Although, for few stereo image pairs it is easy to estimate the horizontal disparity but in case of some other stereo images it becomes quite difficult to distinguish the disparity. Therefore, in order to visualize the horizontal disparity between any stereo image pairs in more robust way, a novel stereo-matching algorithm is proposed which is named as "Quadtree Segmentation of Pixels Disparity Estimation (QSPDE)".

Prism-based Mesh Culling Method for Effective Continuous Collision Detection (효율적인 연속 충돌감지를 위한 프리즘 기반의 메쉬 컬링 기법)

  • Woo, Byung-Kwang;You, Hyo-Sun;Choi, Yoo-Joo
    • Journal of the Korea Computer Graphics Society
    • /
    • v.15 no.4
    • /
    • pp.1-11
    • /
    • 2009
  • In this paper, we present a prism-based mesh culling method to improve effectiveness of continuous collision detection which is a major bottleneck in a simulation using polygonal mesh models. A prism is defined based on two matching triangles between a sequence of times m a polygonal model. In order to detect potential colliding set(PCS) of prism between two polygonal models in a unit time, we apply the visibility test based on the occlusion query to two sets of prisms which are defined from two polygonal models in a unit time. Moreover, we execute the narrow band culling based on SAT(Separating Axis Test) to define potential colliding prism pairs from PCS of prisms extracted as a result of the visibility test. In the SAT, we examine one axis to be perpendicular to a plane which divides a 3D space into two half spaces to include each prism. In the experiments, we applied the proposed culling method to pairs of polygonal models with the different size and compared the number of potential colliding prism pairs with the number of all possible prism pairs of two polygonal models. We also compared effectiveness and performance of the visibility test-based method with those of the SAT-based method as the second narrow band culling. In an experiment using two models to consist of 2916 and 2731 polygons, respectively, we got potential colliding prism pairs with 99 % of culling rate.

  • PDF

Surface Flattening criterion of Female's Upper Front Shell Using Grid Method (Grid method에 의한 성인 여성 3차원 형상의 상반신 앞판에 대한 평면전개 기준 연구)

  • Choi, Young-Lim;Nam, Yun-Ja;Choi, Kueng-Mi;Cui, Ming-Hai;Han, Sul-Ah
    • Journal of the Korean Society of Clothing and Textiles
    • /
    • v.32 no.12
    • /
    • pp.1825-1836
    • /
    • 2008
  • Many applications in computer graphics require complex and highly detailed models. However it is often desirable to use approximations in place of excessively detailed models in order to control the processing time. Thus, we aim to develop a notion of optimal matrix to simplify surface which can rapidly obtain the high quality 2D patterns flattening 3D surface as follows. Firstly, two 3D bodies are modeled based on existing Size Korea data. Secondly, each model is divided by shell and block for its pattern draft. Thirdly, each block is flattened by grid and bridge method. Finally, we selected the optimal matrix and demonstrated the efficiency and quality of the proposed method. This proposed approach accommodates surfaces with darts, which are commonly used in the clothing industry to reduce the deformation of surface forming and flattening. The resulting optimal matrix could be an initiation of standardization for pattern flattening. It is expected that this method could facilitate much better approximation in both efficiency and precision.

Automatic Registration of Point Cloud Data between MMS and UAV using ICP Method (ICP 기법을 이용한 MSS 및 UAV 간 점군 데이터 자동정합)

  • KIM, Jae-Hak;LEE, Chang-Min;KIM, Hyeong-Joon;LEE, Dong-Ha
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.22 no.4
    • /
    • pp.229-240
    • /
    • 2019
  • 3D geo-spatial model have been widely used in the field of Civil Engineering, Medical, Computer Graphics, Urban Management and many other. Especially, the demand for high quality 3D spatial information such as precise road map construction has explosively increased, MMS and UAV techniques have been actively used to acquire them more easily and conveniently in surveying and geo-spatial field. However, in order to perform 3D modeling by integrating the two data set from MMS and UAV, its so needed an proper registration method is required to efficiently correct the difference between the raw data acquisition sensor, the point cloud data generation method, and the observation accuracy occurred when the two techniques are applied. In this study, we obtained UAV point colud data in Yeouido area as the study area in order to determine the automatic registration performance between MMS and UAV point cloud data using ICP(Iterative Closet Point) method. MMS observations was then performed in the study area by dividing 4 zones according to the level of overlap ratio and observation noise with based on UAV data. After we manually registered the MMS data to the UAV data, then compared the results which automatic registered using ICP method. In conclusion, the higher the overlap ratio and the lower the noise level, can bring the more accurate results in the automatic registration using ICP method.

Research on Advanced Navigation Aids System based on Augmented Reality (증강현실 기반 차세대 항해지원 시스템에 관한 연구)

  • Oh, Jae-Yong;Kwon, Oh-Seok
    • Journal of Navigation and Port Research
    • /
    • v.40 no.4
    • /
    • pp.183-188
    • /
    • 2016
  • Many maritime accidents have been caused by human-error including such things as inadequate watch keeping and/or mistakes in ship handling. Also, new navigational equipment has been developed using IT technology to provide various information for safe navigation. Despite these efforts, the reduction of maritime accidents has not occurred to the degree expected because, navigational equipment provides too much information, and this information is not well organized, such that users feel it to be complicated rather than helpful. In this point of view, the method of representation of navigational information is more important than the quantity of that information and research is required on the representation of information to make that information more easily understood and to allow decisions to be made correctly and promptly. In this paper, we adopt Augmented Reality (AR) technologies for the representation of information. AR is a 3D computer graphics technology that blends virtual reality and the real world. Recently, this technology has been widely applied in our daily lives because it can provide information more effectively to users. Therefore, we propose a new concept, a navigational system based on AR technology; we review experimental results from a ship-handling simulator and from an open sea test to verify the efficiency of the proposed system.

An Effective Physics Based Deformation Technique Using Augmented Reality Environments (증강현실 환경을 이용한 효율적인 물리기반 형상변형 기술)

  • Choi, Han-Kyun;Kim, Hyun-Soo;Park, Min-Ki;Lee, Kwan H.
    • 한국HCI학회:학술대회논문집
    • /
    • 2009.02a
    • /
    • pp.90-93
    • /
    • 2009
  • The use of physics based deformation methods is continuously increasing in computer graphics area such as game and simulation. Many researchers have worked on this method. However, relatively few researchers have considered the development of the user interaction to the 3D objects. This research proposes a physics-based deformation technique using AR (Augmented Reality) environments to enhance user immersion and the effectiveness of the deformation. In the AR circumstances, the physics based deformation should be accomplished in realtime. In the proposed method, we combine RBF (Radial Basis Function) [1] and LSM (Lattice Shape Matching) [2, 3] and apply it to polygonal models for real-time user interaction. The dynamics of the LSM is also calculated to trace the movement of each lattice. Finally these algorithms are implemented in AR environments.

  • PDF