• Title/Summary/Keyword: Rendering Speed

Search Result 132, Processing Time 0.023 seconds

Physics-based height map optimization conveying real-measured flow speed for virtual soap bubble rendering

  • Han, Sol;Yoo, Sangwook;Chin, Seongah
    • International Journal of Advanced Culture Technology
    • /
    • v.8 no.3
    • /
    • pp.284-290
    • /
    • 2020
  • In this paper, we propose a method to generate and optimize the height map that is suitable to render a soap bubble. The height map represents the flow speed of soap bubbles. To this end, we have analyzed the flow of the soap bubble surface through experiment, derived the moving speed value for each section. Some image filters have been used for optimization that reflects the parameters of the derived height map. In addition, in order to verify the results of the study, actual data measuring the surface flow speed of soap bubbles, the speed of the initial height map, and the optimized height map speed have been compared and tested. Through this study, we reach the issue that it is possible to express the variable flow speed of soap bubbles with the optimized height map, and it will help to express various fluids.

Fast Volume Visualization Techniques for Ultrasound Data

  • Kwon Koo-Joo;Shin Byeong-Seok
    • Journal of Biomedical Engineering Research
    • /
    • v.27 no.1
    • /
    • pp.6-13
    • /
    • 2006
  • Ultrasound visualization is a typical diagnosis method to examine organs, soft tissues and fetus data. It is difficult to visualize ultrasound data because the quality of the data might be degraded by artifact and speckle noise, and gathered with non-linear sampling. Rendering speed is too slow since we can not use additional data structures or procedures in rendering stage. In this paper, we use several visualization methods for fast rendering of ultrasound data. First method, denoted as adaptive ray sampling, is to reduce the number of samples by adjusting sampling interval in empty space. Secondly, we use early ray termination scheme with sufficiently wide sampling interval and low threshold value of opacity during color compositing. Lastly, we use bilinear interpolation instead of trilinear interpolation for sampling in transparent region. We conclude that our method reduces the rendering time without loss of image quality in comparison to the conventional methods.

Performance Analysis of GLTF/GLB to Improve 3D Content Rendering Performance

  • Jae Myeong Choi;Ki-Hong Park
    • Journal of Platform Technology
    • /
    • v.11 no.4
    • /
    • pp.13-18
    • /
    • 2023
  • 3D content rendering is one of the important factors that give a sense of realism when creating content, and this process takes a lot of time. In this paper, we proposed a method to improve rendering performance by reducing the vast amount of 3D data in the web environment, and conducted a performance test using DEM and 3D model elevation data. As a result of the experiment, the digital elevation model showed faster performance than the Blender-based 3D modeling, but when the screen was moved using OrbitControl, the fps dropped momentarily. In the case of Terrain, if the range is limited to a speed that maintains 24 to 60 fps using frustum culling and LOD techniques, it is considered that a higher quality map can be produced than GeoTIFF.

  • PDF

An Efficient Anti-Aliasing Algorithm for Real-Time Rendering (실시간 렌더링을 위한 효율적인 Anti-Aliasing)

  • Han, Tae-Kuen;Ahn, Do-Rang;Lee, Dong-Wook
    • Proceedings of the KIEE Conference
    • /
    • 2000.11d
    • /
    • pp.712-714
    • /
    • 2000
  • In the field of computer graphics, it approached the investigation of outstanding performance and high speed. Although most introduced Anti-Aliasing method were to meet these, it was not to improve speed. Because Anti-Aliasing method was focus on only qualify. Anti-Aliasing Effect is compensated from movement of object on the screen. Speed is important in the REAL-TIME application program like as 3D games. Cause Anti-Aliasing which needs great amount of time is not used in general. This Paper suggest the Efficient Anti-Aliasing method which apply Two-Point Anti-Aliasing Method that informs brightness data of the screen and use adjacent brightness data for real-time rendering.

  • PDF

Ambient Occlusion Volume Rendering using Multi-Range Statistics (다중 영역 통계량을 이용한 환경-광 가림 볼륨 가시화)

  • Nam, Jinhyun;Kye, Heewon
    • Journal of the Korea Computer Graphics Society
    • /
    • v.21 no.3
    • /
    • pp.27-35
    • /
    • 2015
  • This study presents a volume rendering method using ambient occlusion which is one of global illumination methods. By considering the volume density distribution as normal distribution, ambient occlusion can be calculated at real-time speed regardless of modification of opacity transfer function. We calculate and store the averages and standard deviations of densities in a block centered at each voxel in pre-processing time. In rendering process, we determine the illumination value by estimating the nearby opacity. We generalized theoretical model and generated better quality images improving our previous research. In detail, various shapes of transfer function can be used due to the proposed equation model. Moreover, we introduced a multi-range model to give nearer objects more weight. As the result, more realistic volume rendering image can be generated at real-time speed by mixing local and ambient occlusion shading.

Acceleration techniques for GPGPU-based Maximum Intensity Projection (GPGPU 환경에서 최대휘소투영 렌더링의 고속화 방법)

  • Kye, Hee-Won;Kim, Jun-Ho
    • Journal of Korea Multimedia Society
    • /
    • v.14 no.8
    • /
    • pp.981-991
    • /
    • 2011
  • MIP(Maximum Intensity Projection) is a volume rendering technique which is essential for the medical imaging system. MIP rendering based on the ray casting method produces high quality images but takes a long time. Our aim is improvement of the rendering speed using GPGPU(General-purpose computing on Graphic Process Unit) technique. In this paper, we present the ray casting algorithm based on CUDA(an acronym for Compute Unified Device Architecture) which is a programming language for GPGPU and we suggest new acceleration methods for CUDA. In detail, we propose the block based space leaping which skips unnecessary regions of volume data for CUDA, the bisection method which is a fast method to find a block edge, and the initial value estimation method which improves the probability of space leaping. Due to the proposed methods, we noticeably improve the rendering speed without image quality degradation.

GPU based Maximum Intensity Projection using Clipping Plane Re-rendering Method (절단면 재렌더링 기법을 이용한 GPU 기반 MIP 볼륨 렌더링)

  • Hong, In-Sil;Kye, Hee-Won;Shin, Yeong-Gil
    • Journal of Korea Multimedia Society
    • /
    • v.10 no.3
    • /
    • pp.316-324
    • /
    • 2007
  • 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.

  • PDF

Efficient Shear-warp Volume Rendering using Spacial Locality of Memory Access (메모리 참조 공간 연관성을 이용한 효율적인 쉬어-왑 분해 볼륨렌더링)

  • 계희원;신영길
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.3_4
    • /
    • pp.187-194
    • /
    • 2004
  • Shear-Warp volume rendering has many advantages such as good image Quality and fast rendering speed. However in the interactive classification environment it has low efficiency of memory access since preprocessed classification is unavailable. In this paper we present an algorithm using the spacial locality of memory access in the interactive classification environment. We propose an extension model appending a rotation matrix to the factorization of viewing transformation, it thus performs a scanline-based rendering in the object and image space. We also show causes and solutions of three problems of the proposed algorithm such as inaccurate front-to-back composition, existence of hole, increasing computational cost. This model is efficient due to the spacial locality of memory access.

An Efficient Rendering Method for Anisotropic Volume Data in 3D Medical Imaging (3차원 의학영상 처리에서 사용되는 비균등 볼륨 데이터를 위한 효율적인 렌더링 방법)

  • 김태영;신병석
    • Journal of Biomedical Engineering Research
    • /
    • v.23 no.6
    • /
    • pp.491-498
    • /
    • 2002
  • In medical visualization fields, anisotropic volume data are more common than isotropic ones. In this paper, we propose an efficient rendering method for anisotropic volume data, which directly computes the intensity of intermediate samples by interpolating the intensity of two corresponding voxels on consecutive slices. Unlike conventional rendering method, it does not require a preprocessing step for generating intermediate slices or additional memory for storing them. In order to evaluate the validity and performance of our method, we applied the method to shear-warp rendering algorithm. Experimental results show that this method improves rendering speed without significantly sacrificing the image quality.

Development of Panel Part in Flight Simulator based on PC (PC 기반의 항공기 시뮬레이터 패널부분 개발)

  • 이준우;채상원;이칠기
    • Journal of the Korea Society for Simulation
    • /
    • v.10 no.4
    • /
    • pp.31-40
    • /
    • 2001
  • The flight simulator should be made like a actual flight. For the scene of sight, instrument should show the condition of flight and the pilot should catch the altitude, speed, pose and rate of lift of the airplane. This paper describes visual training program of driving airplane in practice. It is for beginners using joystick in PC, implements airplane physical equations. Flight simulator in it implements airplane panel parts in order to make simple modeling, And it uses rendering technology to implement vision parts of panel. It uses double buffering In make it faster and more efficient..

  • PDF