• 제목/요약/키워드: User-Computer interface

검색결과 1,179건 처리시간 0.029초

3차원 시뮬레이터의 사용자 인터페이스 개발 도구 구현 (Implementation of an User Interface Developing Tool for 3D Simulator)

  • 윤가림;전준영;김영봉
    • 한국멀티미디어학회논문지
    • /
    • 제19권2호
    • /
    • pp.504-511
    • /
    • 2016
  • 3D simulation programs or games on a smart phone and a personal computer have often employed 3D graphic processing techniques and 3D graphical views. However, the user interfaces in those 3D programs have sticked to take a typical 2D style user interface and thus the combination of a 2D user interface view and a 3D simulation view give us a mismatched sense. Since a 2D user interface has been based on the windows controls, it causes sometime DC conflicts between a simulation view and an interface view. Therefore, we will implement the UI developing tool which can be inserted into the pipeline structure for the development of a 3D simulation software and also follows the view-handler design pattern in Microsoft windows system. It will provide various graphical effects such as the deformation of UI depending on the view direction of simulation view and the sitting pose of user. This developing tool gives the natural user interface which heightens the sense of unity with a given 3D simulation view.

비접촉식 동작인식 기반 사용자 인터페이스 기술 전망 (Prospect of Non-Touch User Interface Technique)

  • 김수균;성경
    • 한국항행학회논문지
    • /
    • 제18권3호
    • /
    • pp.242-247
    • /
    • 2014
  • 접촉식 동작인식기반 사용자 인터페이스 기술(touch user interface)의 발전은 새로운 사용자 경험(UX)인 아이폰의 등장과 성공에 있다고 할 수 있다. 특히 애플 아이폰이 출시된 이후, 기존에 많이 쓰였던 전통적인 사용자 경험인 키보드와 마우스라는 큰 틀에서 벗어나게 된다. 현재는 4세대 기술인 비접촉식 동작인식 기반 사용자 인터페이스 기술이 접촉식 인터페이스 기술을 대체하는 방향으로 발전하고 있으며, 3세대에서 4세대로 이동한다고 할 수 있다. 본 논문에서는 비접촉식 인터액션 기술에 대한 선도기업을 중심으로 소개할 예정이며, 현재 선보이고 있는 최신 기술과 향후 선보일 기술에 대해 분석하고 비교해 본다.

은닉표적의 분할을 위한 실시간 Graphic User Interface 구현에 관한 연구 (A study on Real-time Graphic User Interface for Hidden Target Segmentation)

  • 염석원
    • 융합신호처리학회논문지
    • /
    • 제17권2호
    • /
    • pp.67-70
    • /
    • 2016
  • 본 논문에서 8mm 파장영역에서 획득한 수동형 밀리미터파 영상을 이용하여 위험물체를 은닉한 대상으로부터 금속표적(권총)을 자동으로 분할하고 식별하는 실시간 그래픽 사용자 인터페이스(Graphic User Interface)를 구현한다. 은닉된 표적의 분할 방법은 다단계 영상 분할 방법을 이용한다. 다단계 영상 분할의 각 단계는 밀리미터파 영상의 히스토그램을 가우시안 혼합 모델(Gaussian Mixture Model)로 가정하고 LBG 양자화(Vector-Quantization)과 추정(Expectation)-최대화(Maximization) 알고리즘으로 구성된다. 첫 번째 단계에서 배경으로부터 몸체 영역을 분할하고 두 번째 단계에서 몸체로부터 은닉된 물체 영역을 순차적으로 분할한다. 실험 및 시뮬레이션에서는 그래픽 사용자 인터페이스 프로그램을 이용하여 분석된 결과를 보여준다.

소프트웨어 재사용 시스템을 지원하는 사용자 인터페이스 구축기의 설계 및 구현 (The Design and Implementation of User Interface Builder to support Software Reuse System)

  • 김상근;홍찬기;이경환
    • 한국정보처리학회논문지
    • /
    • 제2권3호
    • /
    • pp.324-334
    • /
    • 1995
  • 대부분의 사용자 인터페이스 관리 시스템은 사용자 인터페이스의 대화 모델을 채 택하고 있다. 사용자 인터페이스 관리 시스템의 구현은 채택된 사용자 인터페이스의 대화 모델에 의해 강한 영향을 받는다. 모델-뷰-콘트롤러(Model-View-Controller : MVC) 프레임웨이 Smalltalk 환경에서 사용자 인터페이스 개발의 여러 측면에서 기여한 동안 사용자 인터페이스는 강하게 결합된 모델, 뷰, 콘트롤러 클래스를 가진 MVC를 이 용하여 생성되었다. 이러한 결합은 소프트웨어 부품의 재사용을 방해하였다. 따라서 본 논문에서는 MVC모델이 갖는 강한 결합력으로 인한 소프트웨어 재사용의 저하를 해 결하기 위해, 상호 작용의 구문적 관리를 하는 다이알로그 객체를 추가하여 사용자로 부터 생성된 메세지가 콘트롤러에 의해 바로 값이 변경되지 않고 다이알로그에 전달 되도록 MVCD모델을 제안하였다. 메세지를 전달받은 다이알로그 객체는 모델 객체의 값 을 변경하기 위해 모델 객체를 호출한다. 모델 객체는 active 값들을 가지고 있기 때 문에 값의 변경은 연결된 콘크롤러 객체에게 전달된다. 최종적으로 콘트롤러 객체는 새로운 값을 변경하고 뷰 객체를 수정한다. 이러한 사용자 대화 모델에 기반을 둔 사 용자 인터페이스 구축기를 X-윈도우상에서 OSF/Motif을 이용하여 개발하였다.

  • PDF

머리의 자세를 추적하기 위한 효율적인 카메라 보정 방법에 관한 연구 (An Efficient Camera Calibration Method for Head Pose Tracking)

  • 박경수;임창주;이경태
    • 대한인간공학회지
    • /
    • 제19권1호
    • /
    • pp.77-90
    • /
    • 2000
  • The aim of this study is to develop and evaluate an efficient camera calibration method for vision-based head tracking. Tracking head movements is important in the design of an eye-controlled human/computer interface. A vision-based head tracking system was proposed to allow the user's head movements in the design of the eye-controlled human/computer interface. We proposed an efficient camera calibration method to track the 3D position and orientation of the user's head accurately. We also evaluated the performance of the proposed method. The experimental error analysis results showed that the proposed method can provide more accurate and stable pose (i.e. position and orientation) of the camera than the conventional direct linear transformation method which has been used in camera calibration. The results of this study can be applied to the tracking head movements related to the eye-controlled human/computer interface and the virtual reality technology.

  • PDF

Eager Data Transfer Mechanism for Reducing Communication Latency in User-Level Network Protocols

  • Won, Chul-Ho;Lee, Ben;Park, Kyoung;Kim, Myung-Joon
    • Journal of Information Processing Systems
    • /
    • 제4권4호
    • /
    • pp.133-144
    • /
    • 2008
  • Clusters have become a popular alternative for building high-performance parallel computing systems. Today's high-performance system area network (SAN) protocols such as VIA and IBA significantly reduce user-to-user communication latency by implementing protocol stacks outside of operating system kernel. However, emerging parallel applications require a significant improvement in communication latency. Since the time required for transferring data between host memory and network interface (NI) make up a large portion of overall communication latency, the reduction of data transfer time is crucial for achieving low-latency communication. In this paper, Eager Data Transfer (EDT) mechanism is proposed to reduce the time for data transfers between the host and network interface. The EDT employs cache coherence interface hardware to directly transfer data between the host and NI. An EDT-based network interface was modeled and simulated on the Linux-based, complete system simulation environment, Linux/SimOS. Our simulation results show that the EDT approach significantly reduces the data transfer time compared to DMA-based approaches. The EDTbased NI attains 17% to 38% reduction in user-to-user message time compared to the cache-coherent DMA-based NIs for a range of message sizes (64 bytes${\sim}$4 Kbytes) in a SAN environment.

항공교통관제시스템에 대한 사용자 인터페이스 만족도 조사 (User Interface Satisfaction of the Air Traffic Control System)

  • 송창선;손영우;권혁진
    • 한국항공운항학회지
    • /
    • 제22권4호
    • /
    • pp.1-7
    • /
    • 2014
  • The purpose of study is to investigate the current user interface level of air traffic control system with the usability analysis and satisfaction survey questionnaire on user satisfaction. Think aloud protocol is used to identify not only task analysis, but also the level of user-friendliness of the FIMS and ASDE system, and the user interface questionnaires was conducted by QUIS. We collected data from 6 controllers for Think aloud protocol and 15 controllers for QUIS in Incheon airport. The results showed that the system was the valuable tool for ensuring human performance with the support of memory and the facilitation of decision-making tasks. It helps air traffic controllers perform better and minimize errors in a congested time. The human-computer interface system design, however, was not applied, which led to the increase of workload. Air traffic controller participation in software development provided excellent examples for applications in terms of software in FIMS. Based on these results, the study provided that the usability of system interface was necessary to take into account human factors. The development and design of system was discussed in User Interface environment.

교육용 온라인 게임의 구성요소분석 및 개선방안 -사용자 인터페이스 디자인 요소 중심으로- (Component analysis and reformative plan for Educational On-Line Game - especially on the User Interface Design elements -)

  • 김효숙;성경
    • 한국정보통신학회논문지
    • /
    • 제13권1호
    • /
    • pp.199-205
    • /
    • 2009
  • 온라인 게임에 있어서 사용자인터페이스(User Interface)는 온라인 상에서 인간과 컴퓨터의 상호작용(Interaction) 관계를 촉발시키고, 게임 진행 정보영역 요소를 제공하여, 게이머가 자신이 의도하는 방향으로 게임을 이끌어 나가게 하기 위해서 반드시 있어야 하는 중요한 존재이다. 그래서 본 연구는 온라인 퀴즈게임의 레이아웃 구성요소 분석에 따른 사용자인터페이스 디자인 요인별로 분석하여 이상적인 교육용게임의 사용자인터페이스 디자인에 대해 살펴보고 개선방안을 제시하고자 한다.

백색광 및 X선 미세탐침 빔라인용 실시간 제어시스템 개발 (Development of Real-time Control System for White bBamline and Microprobe Beamline)

  • 윤종철;이진원;고인수
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1997년도 한국자동제어학술회의논문집; 한국전력공사 서울연수원; 17-18 Oct. 1997
    • /
    • pp.748-751
    • /
    • 1997
  • The White Beamline of the Pohang Accelerator Laboratory(PAL) consists of main and second slits, a microprobe system, two ion chambers, a video-microscope, and a Si(Li) detector. These machine components must be controlled remotely through computer system to make user experiments precise and speedy. A real-time computer control system was developed to control and monitor these machine components. A VNIEbus computer with OS-9 real-time operating system was used for low-level data acquisition and control. VME I/O modules were used for step motor control and scaler control. The software has modular structure for maximum performance and easy maintenance. We developed database, I/O driver, and control software. We used PC/Window95 for data logging and operator interface. Visual C++ was used graphical user interface programming. RS232C was used for communication between VME and PC.

  • PDF

Emotional Preferences Analysis Using Kansei in Designing The Appearance of User Interface for E-Voting Application

  • Abdurrohman, Abdurrohman;Rahman, Aedah Abd;Hadiana, Ana;Lokman, Anitawati Mohd
    • International Journal of Computer Science & Network Security
    • /
    • 제21권11호
    • /
    • pp.193-198
    • /
    • 2021
  • The application of e-Voting plays an important role in order to support democracy activities in Indonesia, such as elections at different levels. E-Voting has the function of providing better service to people in order to participate in elections. This research attempts to develop the appearance of the user interface of e-Voting based on users' emotional preferences using Kansei Engineering. Kansei Engineering is used in this research to analyze emotional feelings regarding e-Voting applications' presented Kansei words and give a recommendation on the most suitable user interface to be considered in their development. This research observed two main users' emotional feelings ("calm" and "formal") selected from ten Kansei words. The final recommendation is a conceptual element designed for designing e-Voting applications based on the Kansei word "calm".