• Title/Summary/Keyword: User interface program

Search Result 586, Processing Time 0.031 seconds

Optimization of Municipal Pavement Management System(PMS) Components (Development of a Prototype PMS for Ansan City) (시도로 포장관리체계(PMS) 구성요소 최적화 연구 (안산시 Prototype PMS 개발사례))

  • Park, Sang-Kyu;Suh, Young-Chan
    • International Journal of Highway Engineering
    • /
    • v.2 no.4 s.6
    • /
    • pp.111-122
    • /
    • 2000
  • PMS(Pavement Management System) has been developed and/or operated for the freeway and national highway systems in Korea. There is, however, no municipal PMS that is necessary in many cities for efficient management of their roadways. In this study, a municipal Prototype PMS is developed. The Prototype PMS is designed to be operated on PC base. It uses GIS interface for user friendliness that applies color graphics, text and distress pictures to display pavement conditions and rehabilitation information for both current and historical situations. The computer program of the prototype PMS consists of four major functions(inquiry, analysis, data management, and print). Especially, prioritization and M&R(Maintenance and Rehabilitation) alternative selection procedure is designed to be flexible so that the users can modify the decision criteria whenever it is necessary. Database items of the Prototype PMS is carefully selected for the objectives and size of municipal PMS. Reference point method is basically used for the location referencing in the Database. The unit section consists of each loom segment of the road for effective management.

  • PDF

Development of a Nutrient Budget Model for Livestock Excreta Survey (가축분뇨실태조사를 위한 양분수지 산정 모델 개발)

  • Kim, Deok-Woo;Ryu, Hong-Duck;Lim, Do Young;Chung, Eu Gene;Kim, Yongseok
    • Journal of Korean Society on Water Environment
    • /
    • v.33 no.6
    • /
    • pp.769-779
    • /
    • 2017
  • Nutrient (i.e., nitrogen and phosphorus) budgets are required under a 'Livestock Excreta Survey'. A nutrient budget is one of the agri-environmental indicators that calculates the difference between the inputs and outputs of the amount of nutrients within a certain boundary and for a certain time period (e.g., 1 year). In this study, a nutrients budget model was developed to effectively determine the surplus of nutrients within a region in Korea. The C# program language was used in order to facilitate the deployment of a graphical user interface (GUI) and to enhance compatibility. Also, the model was developed on Windows OS, which is the commonly used operating system in Korea. The model was based on the OECD/Eurostat nutrient budget method, and it was modified to consider manure composting procedures as well. There are key features of the nutrient budget model, including directly use of the original data sets from various input and output sources, and a collectively exchange of the address in different formats. The model can quickly show the results of various spatial and temporal resolutions with the same data, as well as perform a sensitivity analysis with coefficients and easily compareresults using tables and graphs. Further, it would be necessary to study the extension of the scope of utilization, such as the application of various nutrient budget methods. It would also be helpful to investigate both pre and postprocessing information such as linking input data through online systems.

Development of Object Detection Algorithm Using Laser Sensor for Intelligent Excavation Work (자동화 굴삭기 작업을 위한 레이저 선서의 장애물 탐지 알고리즘 개발)

  • Soh, Ji-Yune;Kim, Min-Woong;Lee, Jun-Bok;Han, Choong-Hee
    • Proceedings of the Korean Institute Of Construction Engineering and Management
    • /
    • 2008.11a
    • /
    • pp.364-367
    • /
    • 2008
  • Earthwork is very equipment-intensive task and researches related to automated excavation have been conducted. There is an issue to secure the safety for an automated excavating system. Therefore, this paper focuses on how to improve safety for semi- or fully-automated backhoe excavation. The primary objective of this research is to develop object detection algorithm for automated safety system in excavation work. In order to satisfy the research objective, a diverse sensing technologies are investigated and analysed in terms of functions, durability, and reliability and verified its performance by several tests. The authors developed the objects detecting algorithm for user interface program using laser sensor. The results of this study would be the basis for developing the automated object detection system.

  • PDF

Development of a Hand Shape Editor for Sign Language Expression (수화 표현을 위한 손 모양 편집 프로그램의 개발)

  • Oh, Young-Joon;Park, Kwang-Hyun;Bien, Zeung-Nam
    • Journal of the Institute of Electronics Engineers of Korea SC
    • /
    • v.44 no.4 s.316
    • /
    • pp.48-54
    • /
    • 2007
  • Hand shape is one of important elements in Korean Sign Language (KSL), which is a communication method for the deaf. To express sign motion in a virtual reality environment based on OpenGL, we need an editor which can insert and modify sign motion data. However, it is very difficult that people, who lack knowledge of sign 1anguage, exactly edit and express hand shape using the existing editors. We also need a program to efficiently construct and store the hand shape data because the number of data is very large in a sign word dictionary. In this paper we developed a KSL hand shape editor to easily construct and edit hand shape by a graphical user interface (GUI), and to store it in a database. Hand shape codes are used in a sign word editor to synthesize sign motion and decreases total amount of KSL data.

AR monitoring technology for medical convergence (증강현실 모니터링 기술의 의료융합)

  • Lee, Kyung Sook;Lim, Wonbong;Moon, Young Lae
    • Journal of the Korea Convergence Society
    • /
    • v.9 no.2
    • /
    • pp.119-124
    • /
    • 2018
  • The augmented reality(AR) technology enables to acquire various image information at the same time by combining virtual image information with the user's viewpoint. These AR technologies have been used to visualize patients' organs and tissues during surgery and diagnosis in the fields of Image-Guide Operation, Surgical Training, and Image Diagnosis by medical convergence, and provides the most effective surgical methods. In this paper, we study the technical features and application methods of each element technology for medical fusion of AR technology. In the AR technology for medical convergence, display, marker recognition and image synthesis interface technology is essential for efficient medical image. Such AR technology is considered to be a way to drastically improve current medical technology in the fields of image guide surgery, surgical education, and imaging diagnosis.

Block-wise Skipping for Embedded Database System (임베디드 데이터베이스 시스템을 위한 블록 단위 스키핑 기법)

  • Chong, Jae-Hyok;Park, Hyoung-Min;Hong, Seok-Jin;Shim, Kyu-Seok
    • The KIPS Transactions:PartD
    • /
    • v.16D no.6
    • /
    • pp.835-844
    • /
    • 2009
  • Today, most of all the query processors in the world generally use the 'Pipelining' method to acquire fast response time (first record latency) and less memory usage. Each of the operator nodes in the Query Execution Plan (QEP) provides Open(), Next(), and Close() functions for their interface to facilitate the iterator mechanism. However, the embedded database systems for the mobile devices, based on the FLASH memory, usually require a function like Previous(), which returns the previous records from current position. It is because that, in the embedded environment, the mobile devices cannot fully provide it main memory to store all the query results. So, whenever needed the previously read records the user (program) should re-fetch the previous records using the Previous() function: the BACKWARD data fetch. In this paper, I introduce the 'Direction Switching Problem' caused by the Previous() function and suggest 'Block-wise Skipping' method to fully utilize the benefits of the block-based data transfer mechanism, which is widely accepted by most of the today's relational database management systems.

Implementation of Embedded Educational Router System (임베디드 교육용 라우터 실습장비의 구현)

  • Park, Gyun Deuk;Chung, Joong Soo;Jung, Kwang Wook
    • Journal of the Korea Society of Computer and Information
    • /
    • v.18 no.5
    • /
    • pp.9-17
    • /
    • 2013
  • This paper presents the design of the educational router system. This system is designed and implemented to support network configuration and embedded programming technology of the user on Internet. Not only Static routing protocol but also a kind of dynamic routing protocols such as OSPF and RIP and firewall have been programmed for education based on ethernet interface. ADS 1.2 as debugging environment, uC/OS-ii as RTOS and C language as development language are used. The educational procedures is compile, loading of static routing protocol, a kind of dynamic routing protocols such as OSPF and RIP and firewall program already supplied. Thereafter the verification is checked by using "ping" test to allow for demo operation such as hands-on training procedure. Finally programming procedure similar with demo operation of static routing protocol, a kind of dynamic routing protocols such as OSPF and RIP and packet filtering function is educated step by step.

A Study of Gate Control System Using RFID (RFID를 이용한 출입문 제어 시스템 연구)

  • Kang, Sung-Chul;Kim, Hyung-Chan;Doh, Yang-Hoi;Lee, Kwang-Man;Kim, Do-Hyeun
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.8 no.6
    • /
    • pp.1505-1512
    • /
    • 2007
  • The RFID Technology (which is importantly used at the Ubiquitous environment) is attached to all of the units like the ID cards and then information on the units and units' environment is transferred and processed through the radio frequency. so it is the no touched recognition system. RFID Technology's research of the middle ware and wireless interface etc. is currently conducted and variously broaden like the industry of the distribution and logistics. This paper suggests that the gate control system which is based on RFID middle ware is realized to prevent the district and facility for security. The indication of this paper is that algorithm (which is to certificate Users' enterance through RFID EPC code) is proposed and realizes the user certification module, the control module of the gates' opening and closing, the maintenance module of the gate, the display module of coming and going information, test program ect. through RFID technology.

  • PDF

Realistic 3D Scene Reconstruction from an Image Sequence (연속적인 이미지를 이용한 3차원 장면의 사실적인 복원)

  • Jun, Hee-Sung
    • The KIPS Transactions:PartB
    • /
    • v.17B no.3
    • /
    • pp.183-188
    • /
    • 2010
  • A factorization-based 3D reconstruction system is realized to recover 3D scene from an image sequence. The image sequence is captured from uncalibrated perspective camera from several views. Many matched feature points over all images are obtained by feature tracking method. Then, these data are supplied to the 3D reconstruction module to obtain the projective reconstruction. Projective reconstruction is converted to Euclidean reconstruction by enforcing several metric constraints. After many triangular meshes are obtained, realistic reconstruction of 3D models are finished by texture mapping. The developed system is implemented in C++, and Qt library is used to implement the system user interface. OpenGL graphics library is used to realize the texture mapping routine and the model visualization program. Experimental results using synthetic and real image data are included to demonstrate the effectiveness of the developed system.

Development of pre-procedure virtual simulation for challenging interventional procedures: an experimental study with clinical application

  • Seong, Hyunyoung;Yun, Daehun;Yoon, Kyung Seob;Kwak, Ji Soo;Koh, Jae Chul
    • The Korean Journal of Pain
    • /
    • v.35 no.4
    • /
    • pp.403-412
    • /
    • 2022
  • Background: Most pain management techniques for challenging procedures are still performed under the guidance of the C-arm fluoroscope although it is sometimes difficult for even experienced clinicians to understand the modified three-dimensional anatomy as a two-dimensional X-ray image. To overcome these difficulties, the development of a virtual simulator may be helpful. Therefore, in this study, the authors developed a virtual simulator and presented its clinical application cases. Methods: We developed a computer program to simulate the actual environment of the procedure. Computed tomography (CT) Digital Imaging and Communications in Medicine (DICOM) data were used for the simulations. Virtual needle placement was simulated at the most appropriate position for a successful block. Using a virtual C-arm, the authors searched for the position of the C-arm at which the needle was visualized as a point. The positional relationships between the anatomy of the patient and the needle were identified. Results: For the simulations, the CT DICOM data of patients who visited the outpatient clinic was used. When the patients revisited the clinic, images similar to the simulated images were obtained by manipulating the C-arm. Transforaminal epidural injection, which was difficult to perform due to severe spinal deformity, and the challenging procedures of the superior hypogastric plexus block and Gasserian ganglion block, were successfully performed with the help of the simulation. Conclusions: We created a pre-procedural virtual simulation and demonstrated its successful application in patients who are expected to undergo challenging procedures.