• Title/Summary/Keyword: 표준프로파일

Search Result 298, Processing Time 0.023 seconds

Development of an X3D Python Language Binding Viewer Providing a 3D Data Interface (3D 데이터 인터페이스를 제공하는 X3D Python 언어 바인딩 뷰어 개발)

  • Kim, Ha Seong;Lee, Myeong Won
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.10 no.6
    • /
    • pp.243-250
    • /
    • 2021
  • With the increased development of 3D VR applications augmented by recent VR/AR/MR technologies and by the advance of 3D devices, interchangeability and portability of 3D data have become essential. 3D files should be processed in a standard data format for common usage between applications. Providing standardized libraries and data structures along with the standard file format means that a more efficient system organization is possible and unnecessary processing due to the usage of different file formats and data structures depending on the applications can be omitted. In order to provide the function of using a common data file and data structure, this research is intended to provide a programming binding tool for generating and storing standardized data so that various services can be developed by accessing the common 3D files. To achieve this, this paper defines a common data structure including classes and functions to access X3D files with a standardized scheme using the Python programming language. It describes the implementation of a Python language binding viewer, which is an X3D VR viewer for rendering standard X3D data files based on the language binding interface. The VR viewer includes Python based 3D scene libraries and a data structure for creation, modification, exchange, and transfer of X3D objects. In addition, the viewer displays X3D objects and processes events using the libraries and data structure.

A Design and Implementation of Event Processor for Playing SMIL 2.0 Documents (SMIL 2.0 문서 재생을 위한 이벤트 처리기의 설계 및 구현)

  • 김혜은;채진석;이재원;김성동;이종우
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.2
    • /
    • pp.251-263
    • /
    • 2004
  • The Synchronized Multimedia Integration Language (SMIL), recommended by the World Wide Web Consortium (W3C) in 1998, is an XML-based declarative language to synchronize and present multimedia documents. SMIL can create new multimedia data integrating various types of multimedia objects which exist separately such as text, video, graphics and audio. It can support synchronization of multimedia data which are limited in current HTML-based Web technology. For its popularity, it is required to develop a multimedia server guaranteeing Quality of Service (QoS), authoring tool and player. For developing a SMIL authoring tool and player, the technologies are essentially required to read and analyze a SMIL document and to play synchronized various types of media objects in a timeline. In this paper, we describe a design and implementation of an event processor which supports SMIL 2.0 timing model. Moreover, we also develop a SMIL 2.0 player using the proposed event processor. This will facilitate the play of SMIL contents, so that it can contribute to the prosperity of SMIL technology It is possible to reuse in various language profiles defined in the SMIL standard. This player is expected to be utilized in other standard integrating SMIL such as XHTML+SMIL and SMIL Animation.

  • PDF

Design and Implementation of a Virtual Machine for Embedded Systems (임베디드 시스템을 위한 가상기계의 설계 및 구현)

  • Oh Se-Man;Ko Kwang-Man;Lee Yang-Sun
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.9
    • /
    • pp.1282-1291
    • /
    • 2005
  • This paper presents the EVM(Embedded Virtual Machine) which enables the execution of dynamic applications loaded in the embedded systems such as Mobile Devices(mobile phone, PDA), Set-Top Box, and Digital TV using downloading techniques. To accomplish this goal, we defined a SIL-(Standard Intermediate Language) code, and implemented a Bytecode-to-SIL translator which enables the execution of programs written in java language in the EVM platform without JVM, and a MSIL--to-SIL- translator which enables for programs written in .NET language to be executed in the EVM platform without .NET platform. Also, we developed a EFF(Executable File Format) builder as an assembler which translates SIL codes into an executable file, *.evm, and implemented the EVM which reads the *.evm file and executes it. The virtual machine for embedded systems developed in this paper is the software technologies that enable the execution of applications or contents without changes to when the platforms change. In fact, the virtual machine suggested here is not only usable as a standard model for existing virtual machines but also aid in more efficient execution of applications loaded in the embedded systems such as Mobile Devices, Digital TV, and Set-Top Box.

  • PDF

An URI and Content Type Descriptor Usage for Data Carousel Protocol (Data Carousel Protocol 을 위한 Descriptor 의 효율적 사용 기법)

  • 고광현;이광기
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2002.11a
    • /
    • pp.237-242
    • /
    • 2002
  • DASE(DTV Application Software Environment)는 ATSC의 지상파 방송 표준으로 한국에서는 월드컵과 아시안게임을 거쳐 현재까지 시험방송 중에 있다. 국내에서는 주요한 데이터전송 방식으로 데이터 carousel 프로토콜을 사용하고 있는데, 지금까지는 전송되는 파일의 이름과 content type에 관한 정보가 DST(Data Service Table)에 들어가 있었으나, ATSC 표준이 변경됨에 따라 이 정보가 DII(Download Info Indication)[2]의 descriotor로 위치가 변경되었다. 이로 인해 DII에 삽입해야 하는 데이터의 양이 증가하여 하나의 DII에 삽입 가능한 모듈의 개수가 감소되었고 전송량이 증가하게 되었는데, 본 논문은 base URI와 default content type을 통해 이러한 제약을 완화할 수 있는 방식에 대해 ATSC S13에 제안한 내용을 토대로 기술하였다.

  • PDF

A Design and Implementation of Real-time Events Scheduler for Playing SMIL 2.0 Documents (SMIL 2.0문서 재생을 위한 실시간 이벤트 스케줄러의 설계 및 구현)

  • 김혜은;채진석;우요섭
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.04b
    • /
    • pp.535-537
    • /
    • 2002
  • SMIL(Synchronized Multimedia Integration Language)은 웹에서 멀티미디어를 동기화하여 표면하기 위하여 W3C에서 제안만 언어이다 이것은 인터넷 방송이나 능과 컨텐츠의 제작, 온라인 교육 등 다양한 분야에 이용될 수 있다. SMIL의 활성화를 위해서는 QoS를 보장할 수 있는 멀티미디어 서버와 저작도구의 개발과 함께 재생도구의 개발 또한 필수적으로 요구된다. 1998년에 발표된 SMIL 1.0에 비해서 2001년 8월 발표된 SMIL 2.0은 사용자와의 상호작용을 통하여 멀티미디어 컨텐츠를 프리젠테이션할 수 있는 기능이 강화되고 추가되었다. 따라서, 재생도구 개발 시에 사용자에 의한 각종 이벤트를 인식하여 동기적인 재생 시간을 결정하는 스케줄러의 개발이 필수적이다. 본 논문에서는 SMIL 2.0 문서를 재생하기 위하여 핵심적으로 필요만 이벤트 저리를 위만 실시간 스케줄러를 설계 및 개발하였다. 이것은 SMIL- 표준안에 정의된 여러 종류의 프로파일에서 재상용될 수 있고, XHTML+SMIL이나 SMIL Animation 과 같은 SMIL을 통합하는 다른 표준들에도 응용될 수 있을 것으로 기대된다.

  • PDF

An effective color extraction and interactive insertion technique for converting PDF documents to EPUB3.0 format (PDF문서를 EPUB3.0 포맷으로 변환을 위한 효과적 색 추출 및 상호작용 효과삽입기법)

  • Lee, Namhui;Kim, Kangseok;Kim, Jai-Hoon;Byun, Louis
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2015.04a
    • /
    • pp.968-970
    • /
    • 2015
  • 기존 책 문서인 PDP 문서를 전자책에서도 억세스 할 수 있도록 전자책의 표준 형태로 변환하는 과정이 필요하다. PDP 문서를 전자책의 대표적인 표준 형태인 EPUB3.0으로 변환할 때, 인쇄 색상 표현방법인 CMYK를 디지털 색상 RGB 형태로 변환하는데 형태의 차이로 인하여 색감이 제대로 변환되지 못하는 문제점이 있다. 본 연구에서는 변환 시 색감을 잃지 않도록 ICC 프로파일을 이용한 변환 연구를 수행하였다. 또한 전자책 독자들을 위한 상호 작용적인 시각적인 효과를 제공하기 위하여, 많은 부분의 텍스트 중 특정 부분을 인식하여 효과 코드를 넣는 알고리즘을 제안하였다.

STEP-NC milling data model and part programming (STEP-NC 밀링 데이터 모델 및 파트 프로그래밍)

  • Lee, Byeong-Eon;Jeong, Dae-Hyeok;Seo, Seok-Hwan
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 2004.05a
    • /
    • pp.249-256
    • /
    • 2004
  • STEP-NC 는 기존의 G-code 를 대체할 새로운 CNC 인터페이스 언어로써 현재 밀링 공정에 대해서는 국제 표준 단계에 있으며 조만간 기존의 G-code 를 대체할 것으로 기대된다. 그러므로 국내에서도 CAD-CAM 업체, CNC maker, 공작기계 제작 업체, 사용자 등 생산 환경 전반에 걸쳐 이에 대한 대응이 시급하다. 본 논문에서는 국내에서의 STEP-NC 의 promotion 을 위해 1) STEP-NC data model 을 분석하고, 2) 파트 프로그램의 작성 방법을 자세히 설명하고, 3) STEP AP203 CAD 파일로부터 STEP-NC 파트 프로그램을 생성하는 과정을 Korea STEP-NC 시스템을 통해서 설명하였다.

  • PDF

Development of an automated appendix generation system (ARGUS) for clinical study reports

  • Jang, Doo yeon;Han, Seunghoon;Yim, Dong-Seok
    • Proceeding of EDISON Challenge
    • /
    • 2017.03a
    • /
    • pp.672-676
    • /
    • 2017
  • 데이터 처리 및 도표화는 임상 연구 보고서에 부록을 작성할 때 시간 소모적인 작업이다. 저자는 SAS (버전 9.3) 및 R (버전 3.3.1: PK 플롯 생성 용)을 사용하여 CDISC/SDTM 표준에 부합하는 자동 부록 생성 시스템 (ARGUS)을 개발했다. 이 시스템은 하나의 주 프로그램과 세 개의 서브 프로그램으로 구성되어 있다. 일반적인 데스크탑 환경에서 제출 버튼을 누른 후 약 1 분 만에 데이터베이스 파일을 MS Word 형식의 부록 문서로 변환한다. ARGUS 시스템을 사용하여 약 8일간 팀을 구성한 부록을 작성하던 작업이 6~7 시간 내에 완료되었다.

  • PDF

Transmitting/Receiving of Standard Health Data Using Bluetooth HDP on the Android Platform (안드로이드에서 블루투스 HDP를 이용한 표준건강정보의 송수신)

  • Park, Young-Jin;Cho, Hui-Sup;Son, Jong-Wuk
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.38C no.5
    • /
    • pp.464-470
    • /
    • 2013
  • These days, with increasing interest about the health care, research about standard for transmitting/receiving data of health device has been actively conducted. Standardization and testing / certification is underway through the IEEE 11073 PHD, Health Level Seven and the Continua Health Alliance, it'll continue to be more research and experiments in the future. In this paper, we introduce the IEEE 11073 PHD standards for exchange of remote health information and the Bluetooth Health Device Profile(HDP) for health device profile of the Bluetooth technology, also we conducted experiments about exchange health information between health device and smart device which are adapted the IEEE 11073 PHD and Bluetooth HDP. Transmitting/receiving of the IEEE 11073 PHD standard protocol using the Bluetooth HDP profile between health device and smart device can be known by this experiment, and it expect to implement variety of remote medical services through health device supporting these standards in future.

A Study on the Application of Spatial Information Standards to Existing Technical Regulations (기존 기술기준의 공간정보 표준 적용연구)

  • Ko, Jae-Yong;Kim, Young-Wook;Kim, Eun-Hyung
    • Journal of Cadastre & Land InformatiX
    • /
    • v.47 no.2
    • /
    • pp.121-133
    • /
    • 2017
  • Technical regulations in the spatial information domain have been developed by a variety of independent organizations and raised inconsistent and overlapping problems with spatial information standards. Many research projects have been done to solve these problems but due to the difficulty of changing or modifying existing administrative regulations, almost nothing has happened for the harmonization. As a response to the fundamental problem, KATS (Korean Agency for Technology and Standards) recently switched the existing system to "trans- governmental participatory standard operation system" and the administrative change created an independent and consistent standard system in the Ministry of Land, Infrastructure and Transport. The Ministry, as a part of the effort, established its own KSDI(Korean Spatial Data Infrastructure) Standard system. From this context this paper presents a redefinition of technical regulation for the harmonization with spatial information standards, an association model between the standards and regulations, and a maintenance methodology to solve the fore-mentioned problems.