• Title/Summary/Keyword: 사용자 점도

Search Result 3,350, Processing Time 0.036 seconds

Mobile AR-based Obstacle Detection System using RANSAC-based Multi-Planar Method (RANSAC기반의 다중 평면 방식을 이용한 모바일 AR기반 장애물 감지 시스템)

  • Park, Jungwoo;Yang, Hong Ju;Moon, Seong Hyeok;Lee, Narahim;Kim, Jong-Hyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.07a
    • /
    • pp.601-604
    • /
    • 2021
  • 본 논문에서는 모바일 디바이스의 카메라로부터 얻은 RGB이미지를 분석하여 장애물을 안정적으로 탐지할 수 있는 프레임워크를 제안한다. 본 논문에서는 장애물을 안정적으로 찾기 위해 RANSAC(Random Sample Consensus)기반의 다중 평면 방식을 이용한 위험감지 시스템을 제안한다. 우리의 접근 방식은 RGB영상으로부터 특징점(Feature point)을 추출하고, 특징점을 분석(Feature point analysis)하여 영상내의 평면을 감지한다. 복잡한 지형으로 인해 생성되는 다수의 평면을 RANSAC을 통해 단일 평면으로 정규화하고, 이로부터 특징점을 분류하기 위한 기준점을 계산한다. 모바일 디바이스의 위치와 회전 제약 없이 효과적으로 기준평면(Reference plane)을 탐색할 수 있고, 영상 내 특징점을 실시간으로 계산한다. 다양한 실험을 통해 기준평면과 장애물과의 거리를 파악하여 장애물을 효과적으로 분류하는 결과를 얻었다. 우리의 기법은 실세계에서의 위험요소를 감지하고 모바일 디바이스 사용자의 안전성 확보에 활용할 수 있을 거라 기대한다.

  • PDF

Design and Performance Evaluation of DGPS Based on Optimal and Sub-optimal Reference Point (Optimal 및 Sub-optimal 기준점을 사용한 DGPS 설계 및 성능평가)

  • 고광섭;홍성래;정세모
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.2 no.3
    • /
    • pp.343-352
    • /
    • 1998
  • The use of DGPS enhances standalone GPS accuracy and removes common errors from two or more receivers viewing the same satellites. The design of DGPS system contains a precise reference point which is able to compute the common errors to update the pseudo range of users receivers. It should take a great time and cost to provide precise and sufficient accuracy of the reference point. That is, it is natural to measure the parameters from satellites with specific survey instrument system, and then obtain that by post processing. The purpose of the study is to examine the bounds of accuracy which resulted from RTCM correction data transmitted from a simply designed DGPS system. In the paper, We design and evaluate the DGPS system based m the surveyed reference point, and Sub-optimal no by a Standalone GPS as well. As a result of the study, it is shown that the designed system may be applied to the specific marine activity in civilian and military.

  • PDF

Usability Testing of Digital Pressure Bio-feedback for Spinal Rehabilitation Exercise (척추재활운동을 위한 디지털 압력바이오피드백 장치의 사용성 평가)

  • Kim, Tea-Ho;Oh, Do-Bong;Kim, Da-Yeon
    • Journal of rehabilitation welfare engineering & assistive technology
    • /
    • v.11 no.3
    • /
    • pp.119-126
    • /
    • 2017
  • In the clinical setting, the pressure bio-feedback device is used for the spinal rehabilitation of patients with back pain, but it has several disadvantages. The purpose of this study was to develop a digitalized pressure biofeedback system that provides precise exercise method and posture in real time during the spinal rehabilitation exercise by sensing and monitoring body movements and balance of users and providing biofeedback to users. After that, the usability testing for a digitalized pressure biofeedback system will be conducted to identify problems such as safety, performance, operability, and satisfaction, and suggest improvement directions. A total of 33 subjects were participated in the usability testing. The experts group and the users group evaluated the developed digitalized pressure biofeedback system on a scale of 5 points after using the equipment. In the user group, safety was 3.59, operability was 4.38, satisfaction was 4.49. In the expert group, safety was 2.86, operability was 3.91, and performance was 4.28. Based on the usability evaluation, if the problems of stability of the cradle for tablet PC, air injection, screen display, etc. are solved, it becomes a exercise device capable of accurately exercising and evaluating the function of the spine by checking its own motion state while the spinal stabilization exercise.

Detecting Security Vulnerabilities in TypeScript Code with Static Taint Analysis (정적 오염 분석을 활용한 타입스크립트 코드의 보안 취약점 탐지)

  • Moon, Taegeun;Kim, Hyoungshick
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.31 no.2
    • /
    • pp.263-277
    • /
    • 2021
  • Taint analysis techniques are popularly used to detect web vulnerabilities originating from unverified user input data, such as Cross-Site Scripting (XSS) and SQL Injection, in web applications written in JavaScript. To detect such vulnerabilities, it would be necessary to trace variables affected by user-submitted inputs. However, because of the dynamic nature of JavaScript, it has been a challenging issue to identify those variables without running the web application code. Therefore, most existing taint analysis tools have been developed based on dynamic taint analysis, which requires the overhead of running the target application. In this paper, we propose a novel static taint analysis technique using symbol information obtained from the TypeScript (a superset of JavaScript) compiler to accurately track data flow and detect security vulnerabilities in TypeScript code. Our proposed technique allows developers to annotate variables that can contain unverified user input data, and uses the annotation information to trace variables and data affected by user input data. Since our proposed technique can seamlessly be incorporated into the TypeScript compiler, developers can find vulnerabilities during the development process, unlike existing analysis tools performed as a separate tool. To show the feasibility of the proposed method, we implemented a prototype and evaluated its performance with 8 web applications with known security vulnerabilities. We found that our prototype implementation could detect all known security vulnerabilities correctly.

Design and Implementation of a Remote Debugger based on Web (웹 기반 원격 소프트웨어 디버거의 설계)

  • Hong, Chang-Ho;Park, Hong-Seong
    • Proceedings of the KIEE Conference
    • /
    • 2009.07a
    • /
    • pp.1861_1862
    • /
    • 2009
  • Linux 시스템에서 gdb와 gdbserver를 이용하여 원격지의 대상 프로세스에 대해 호스트 컴퓨터에서 디버깅이 가능하다. 이는 상대적으로 적은 리소스를 가진 원격지 컴퓨터나 임베디드 시스템에서 프로세스를 원격지의 시스템보다 풍부한 리소스를 지닌 호스트 컴퓨터를 통해서 디버깅을 수행함으로써 직접 디버깅을 수행할 때 원격지 시스템에 오는 부하를 줄일 수 있다는 장점이 있다[1]. 하지만 gdb와 gdbserver를 이용한 원격지 디버깅은 gdb가 동작하는 호스트 컴퓨터가 반드시 gdb가 운용 가능한 환경이어야 한다는 점과 디버깅을 수행하기 전 호스트 컴퓨터에 대한 환경 설정에 많은 시간과 노력이 필요하다는 점을 생각했을 때 효율적이지 못하다. 또한 gdb에서 기본적으로 제공하는 사용자 인터페이스가 CLI(Comman Line Interface) 라는 점은 익숙하지 않은 사용자에게 불편함을 안겨줄 수 있다. 본 논문에서는 gdb와 gdbserver의 기본 동작을 웹 인터페이스와 연동함으로써 이러한 문제점에 대한 해결 방안을 제시하고자 한다.

  • PDF

Design of a Question-answering System Based on SPARQL (SPARQL 기반의 질의응답 시스템 설계)

  • Ahn, HyeokJu;Lee, SungHee;Kim, HarkSoo
    • Annual Conference on Human and Language Technology
    • /
    • 2014.10a
    • /
    • pp.153-155
    • /
    • 2014
  • 사용자가 질의한 내용에 대한 결과를 찾기 위해 본 논문은 DBPedia에서 제공해주는 트리플 구조를 TDB에 저장하고, 사용자 질의 문장에서 트리플을 찾은 뒤 해당 문장의 규칙을 추론하여 SPARQL 쿼리를 생성한 뒤, 마지막으로 Fuseki를 이용해 결과를 출력하는 Q&A시스템을 제안한다. SPARQL 쿼리를 생성함에 있어 질의의 정답을 찾아내는 타겟이 있다는 점과 한국어의 조사와 부사부분에서 쿼리가 변형될 수 있다는 점을 통해 유동적인 쿼리를 생성한다. 그리고 DBPedia에 없는 단어가 질의에서 나타날 수 있기 때문에 이를 정제해주는 작업 또한 필요하다. 한국어는 어절순서가 고정적이지 않다는 점, 조사, 부사에 의해 문장의 의미가 변형되는 또 다른 부분을 파악하여 앞으로 시스템을 개발함에 있어 정확률을 상승시킬 예정이다.

  • PDF

Investigation for Evaluation factor of Internet GIS Sites in the Context of User considering Web 2.0 (웹 2.0을 고려한 유저 참여 관점에서의 인터넷 GIS 사이트 평가기준 설정을 위한 연구)

  • Lee, Ho-Jin;Park, Hee-Jun
    • Proceedings of the Korea Database Society Conference
    • /
    • 2008.05a
    • /
    • pp.379-388
    • /
    • 2008
  • The internet GIS site what offered information one-sidedly by early enterpriser was changed to formation as produced and evaluate by users with paradigm of Web 2.0. We look around the existing universal evaluation model of web site and evaluation model of GIS site and propose new evaluate model of GIS site considering web 2.0. A reference point of evaluation model proposed though this study can proposal evaluation model of GIS 2.0 after develop this as a reference point of a evaluation model considering user participate rate.

  • PDF

A Study on Vulnerability Analysis and Security Plan through Public WiFi Attack (공공 와이파이 공격을 통한 취약점 분석 및 보안방안에 관한 연구)

  • Cho, Young-nam;Jo, Jeong-won;Jeong, Chae-eun;Kang, Da-seul;Jang, Won-tae
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2018.10a
    • /
    • pp.493-496
    • /
    • 2018
  • Wi-Fi Protected Access2 (WPA2), a recommended Wi-Fi communication security technology, vulnerabilities are found and Users' personal information may also be exposed. In this paper, we analyze security vulnerabilities of public Wi-Fi by attack and seek to find ways to securely use Wi - Fi by users.

  • PDF

Design and implementation of System Decoder Model for Multi-view Video (다시점 비디오를 위한 시스템 디코더 모델 설계와 구현)

  • Lee J.C.;Choi K.H.;Lee J.W.;Kim S.H.
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06b
    • /
    • pp.328-330
    • /
    • 2006
  • 3차원 비디오는 차세대 정보통신 서비스 분야의 핵심 기술로써 사용자에게 양질의 서비스를 제공하기 위한 미래 기술이며, 여러 개의 시점으로 구성되는 다시점 비디오는 고화질의 개념을 뛰어 넘어 더욱 사실감 넘치는 영상을 제공하며 사용자에게 미디어에 대한 실제감과 몰입감을 느끼게 한다. 본 논문에서는 입력 영상인 MP4파일 구조를 분석하고, MPEG을 기반으로 하는 다시점 비디오를 구현하는 방법을 제안한다.

  • PDF

Study on intuitively 3D Solid Contents Authoring Tool based on Multi-View Camera (다시점(Multi-View) 카메라 기반 직관적인 3D 입체 콘텐츠 저작도구에 대한 연구)

  • Roh, Jin-Lee;Lee, Jeong-Joong;Joo, Sang-Hyun;Baik, Sung-Wook
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06c
    • /
    • pp.436-438
    • /
    • 2012
  • 본 연구는 최근 혁신적인 영상 기술 발전에 따른 3D 디스플레이 환경에 활용 가능한 3차원 기반의 다양한 입체 콘텐츠 제작을 위한 다시점(Multi-View)카메라 기반의 3D콘텐츠 저작도구 개발에 대한 연구 결과 및 활용사례를 소개한다. 3D입체 콘텐츠 저작기술은 양안시차를 고려한 다시점(Multi-View) 카메라 배치 및 렌더링 기술을 적용한 방식으로 전문가뿐만 아니라, 일반 사용자도 일정품질 이상의 생동감 있는 3D 입체 콘텐츠를 쉽게 제작 및 활용 가능하도록 사용자 편의를 고려한 직관적인 인터페이스로 구현하였다.