• Title/Summary/Keyword: OpenVG

Search Result 22, Processing Time 0.034 seconds

An OpenVG Vector Graphics Accelerator (OpenVG 기반 벡터 그래픽 가속기)

  • Choi, Y.;Hong, E.K.;Lee, G.H.;Shen, Y.L.;Kim, T.G.;Kim, H.G.;Oh, H.C.
    • Proceedings of the IEEK Conference
    • /
    • 2008.06a
    • /
    • pp.761-762
    • /
    • 2008
  • This paper presents a hardware accelerator for accelerating vector graphics applications based on the OpenVG standard. Since our design mainly targets embedded applications, we focus on efficient uses of limited resources, especially the memory bandwidth. The designed accelerator can process the images of $640{\times}240$ pixels with moderate complexity at the rate of 30 frames per second.

  • PDF

Effective design of 2d vector graphics rasterizer for mobile device (모바일용 2D Vector Graphics에 효율적인 Rasterizer 설계)

  • Park, Jaekyu;Lee, Yeongho;Jeong, Junmo;Lee, Kwangyeob
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.05a
    • /
    • pp.221-224
    • /
    • 2009
  • 본 논문에서는 OpenVG Specification에서 제안한 파이프라인을 기능별, 혹은 연산별로 그룹화 하여 하드웨어 구현에 적합한 새로운 파이프라인을 제안하였다. 래스터라이저에서는 스캔라인 알고리즘과 엣지 플래그 알고리즘의 장점들을 포함하는 스캔라인 엣지 플래그 알고리즘을 구현하여 적용하였으며, Non-Zero 룰을 만족하기 위해 엣지의 방향에 따라 Winding 횟수를 기록하기 위한 추가 버퍼를 이용하였다. 또한, 래스터라이저는 안티 앨리어싱을 위해 슈퍼 샘플링 과정을 수행한다. 액티브 엣지 생성 시 클리핑을 동시에 수행하여 이후 과정에서의 불필요한 연산을 줄였고, 액티브 엣지들의 정렬을 수행하지 않는 방법을 사용하여 처리 속도를 향상 시켰다. 본 연구에서 설계된 OpenVG Rasterizer는 크로노스 그룹에서 제공하는 샘플 이미지들을 사용하여 검증하였다.

  • PDF

Development of a Vector Graphics Kernel for Mobile Communication Terminals (모바일 통신 단말기를 위한 벡터 그래픽스 커널 개발)

  • Lee Hwan-Yong;Park Kee-Hyun;Woo Jong-Jung
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.10 no.6
    • /
    • pp.1011-1018
    • /
    • 2006
  • Due to rapid development of mobile communication terminals and various requests of their users, multimedia information including image information has been the basis of mobile communication contents. In order to use vectored image information efficiently, which is more favorable than bit-mapped image information when transmission delay time and costs are considered, efficient vector graphics supporting systems are needed. Therefore, vector graphics kernel systems have been proposed and standardization attempts have been made in order to increase interoperability. In this paper, a vector graphics kernel based on OpenVG is designed and implemented. OpenVG was proposed as a standard vector graphics kernel by Khronos Group recently. The implemented vector graphics kernel, named by alexVG, is developed on a PC emulator as well as on a development board equipped with an ARM processor. In addition, performance tests are made in order to verify its functions.

Molecular Cloning and Characterization of a Vitellogenin of the Bumblebee Bombus ignitus

  • Lee, Kyung-Yong;Yoon, Hyung-Joo;Lee, Sang-Beom;Park, In-Gyun;Sohn, Hung-Dae;Jin, Byung-Rae
    • International Journal of Industrial Entomology and Biomaterials
    • /
    • v.18 no.1
    • /
    • pp.33-40
    • /
    • 2009
  • A vitellogenin cDNA was cloned from the bumblebee Bombus ignitus. The cDNA encoding B. ignitus vitellogenin (BiVg) is 5473 bases long with an open reading frame of 1773 amino acid residues. BiVg possesses two consensus (RXXR/S) cleavage sites and has the conserved DGXR and GL/ICG motif near its C-terminus. The deduced amino acid sequence of BiVg cDNA showed significant similarity with hymenopteran Vgs (51% identity to Apis mellifera Vg, and $33{\sim}36%$ to other insect Vgs). The BiVg cDNA was expressed as a 200-kDa polypeptide in baculovirus-infected insect Sf9 cells. Northern and Western blot analyses showed the expression of BiVg in fat bodies of pupae and adults. In queens, the expression of BiVg was first detected in late pupal stage fat bodies, and secreted BiVg was also observed in late pupal stage hemolymph.

A Design of 2D Vector Graphics Rasterizer with a Modified Scan-line Edge flag Algorithms for Mobile Device (모바일 기기를 위한 스캔라인 엣지 플래그 방식의 2D 벡터 그래픽 레스터라이저 설계)

  • Park, Jeong-Hun;Lee, Kwang-Yeob;Jeong, Tae-Ui
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2008.05a
    • /
    • pp.298-301
    • /
    • 2008
  • Vector Graphics describes an image with mathematical statements instead of pixel information, Which enables easy scalability without loss in image quality and usually results in a much smaller file size compared with bitmap images. In this paper, we propose Vector Graphics Rasterizer for mobile device with scan-line edge flag algorithm. Proposed Vector Graphics Accelerator was verified with OpenVG 2D Vector image. The estimated performance of proposed Accelerator is 5 frame per second with Tiger image.

  • PDF

A Design of 2D Vector Graphics Accelerator with a Modified Scan-line Edge flag Algorithms including Clipping and Super Sampling (클리핑과 슈퍼샘플링을 포함한 스캔라인 엣지 플래그 방식의 2D 벡터 그래픽 가속기 설계)

  • Lee, Kwang-Yeob
    • Journal of IKEEE
    • /
    • v.12 no.2
    • /
    • pp.124-130
    • /
    • 2008
  • Vector Graphics describes an image with mathematical statements instead of pixel information. Which enables easy scalability without loss in image quality and usually results in a much smaller file size compared with bitmap images. In this paper, we propose Vector Graphics Accelerator for mobile device with scan-line edge flag algorithm to render vector image without sorting process of edge. Proposed Vector Graphics Accelerator was verified with OpenVG 2D Vector image. The estimated processing time of proposed Accelerator with Tiger image is 12ms on Tessellation process, and total rendering time is 208ms. Estimated rendering performance with Tiger image is about 5 frame per second

  • PDF

Hardware Design of Arccosine Function for Mobile Vector Graphics Processor (모바일 벡터 그래픽 프로세서용 역코사인 함수의 하드웨어 설계)

  • Choi, Byeong-Yoon;Lee, Jong-Hyoung
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.13 no.4
    • /
    • pp.727-736
    • /
    • 2009
  • In this paper, the $arccos(cos^{-1})$ arithmetic unit for mobile graphics accelerator is designed. The mobile vector graphics applications need tight area, execution time, power dissipation, and accuracy constraints compared to desktop PC applications. The designed processor adopts 2nd-order polynomial approximation scheme based on IEEE floating point data format to satisfy speed and accuracy conditions and reduces area via hardware sharing structure. The arccosine processor consists of 15,280 gates and its estimated operating frequency is about 125Mhz at operating condition of $0.35{\mu}m$ CMOS technology. Because the processor can execute arccosine function within 7 clock cycles, it has about 17 MOPS(million arccos operations per second) execution rate and can be applicable to mobile OpenVG processor. And because of its flexible architecture, it can be applicable to the various transcendental functions such as exponential, trigonometric and logarithmic functions via replacement of ROM and minor hardware modification.

The psychopharmacological activities of Vietnamese ginseng in mice: characterization of its psychomotor, sedative-hypnotic, antistress, anxiolytic, and cognitive effects

  • dela Pena, Irene Joy I.;Kim, Hee Jin;Botanas, Chrislean Jun;de la Pena, June Bryan;Van Le, Thi Hong;Nguyen, Minh Duc;Park, Jeong Hill;Cheong, Jae Hoon
    • Journal of Ginseng Research
    • /
    • v.41 no.2
    • /
    • pp.201-208
    • /
    • 2017
  • Background: Panax vietnamensis Ha et Grushv. or Vietnamese ginseng (VG) is a recently discovered ginseng species. Studies on its chemical constituents have shown that VG is remarkably rich in ginseng saponins, particularly ocotillol saponins. However, the psychopharmacological effects of VG have not been characterized. Thus, in the present study we screened the psychopharmacological activities of VG in mice. Methods: VG extract (VGE) was orally administered to mice at various dosages to evaluate its psychomotor (open-field and rota-rod tests), sedative-hypnotic (pentobarbital-induced sleeping test), anti-stress (cold swimming test), anxiolytic (elevated plus-maze test), and cognitive (Y-maze and passive-avoidance tests) effects. Results: VGE treatment increased the spontaneous locomotor activity, enhanced the endurance to stress, reduced the anxiety-like behavior, and ameliorated the scopolamine-induced memory impairments in mice. In addition, VGE treatment did not alter the motor balance and coordination of mice and did not potentiate pentobarbital-induced sleep, indicating that VGE has no sedative-hypnotic effects. The effects of VGE were comparable to those of the Korean Red Ginseng extract. Conclusion: VG, like other ginseng products, has significant and potentially useful psychopharmacological effects. This includes, but is not limited to, psychomotor stimulation, anxiolytic, antistress, and memory enhancing effects.

Multimedia Features at Mobile Handsets in Near Future

  • Eom, Min-Young;Lee, N.S.
    • Proceedings of the IEEK Conference
    • /
    • 2008.06a
    • /
    • pp.1051-1052
    • /
    • 2008
  • As the mobile phone has multi functions and high performance, multimedia processors have an important roles in handsets. Recently high resolution camera (above 5M pixels), HD Camcording and beautiful UI which Using OpenVG or OpenGL are adopted in mobile phone. So we are introduced the function multimedia processor and guide to mobile phone engineers to meet multimedia features.

  • PDF

Poly(vinylbenzyl chloride-glycidyl methacrylate)/Polyethylene Composite Anion Exchange Membranes for Vanadium Redox Battery Application

  • Park, Min-A;Shim, Joonmok;Park, Se-Kook;Jeon, Jae-Deok;Jin, Chang-Soo;Lee, Ki Bong;Shin, Kyoung-Hee
    • Bulletin of the Korean Chemical Society
    • /
    • v.34 no.6
    • /
    • pp.1651-1655
    • /
    • 2013
  • Anion exchange membranes for a vanadium redox flow battery (VRB) were prepared by pore-filling on a PE substrate with the copolymerization of vinylbenzyl chloride (VBC) and glycidyl methacrylate (GMA). The ion exchange capacity, water uptake and weight gain ratio were increased with a similar tendency up to 65% of GMA content, indicating that the monomer improved the pore-filling degree and membrane properties. The vanadium ion permeability and open-circuit voltage were also investigated. The permeability of the VG65 membrane was only $1.23{\times}10^{-7}\;cm^2\;min^{-1}$ compared to $17.9{\times}10^{-7}\;cm^2\;min^{-1}$ for Nafion 117 and $1.8{\times}10^{-7}\;cm^2\;min^{-1}$ for AMV. Consequently, a VRB single cell using the prepared membrane showed higher energy efficiency (over 80%) of up to 100 cycles compared to the commercial membranes, Nafion 117 (ca. 58%) and AMV (ca. 70%).