• Title/Summary/Keyword: Tracing method

Search Result 792, Processing Time 0.023 seconds

Alternative Tracing Method for Moving Object Using Reference Template in Real-time Image - Focusing on Parking Management System (참조 템플릿 기반 실시간 이동체 영상을 이용한 대안적 탐지 방안 - 주차관리시스템을 대상으로)

  • Joo, Yong Jin;Kang, Lee Seul;Hahm, Chang Hahk
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.32 no.5
    • /
    • pp.495-503
    • /
    • 2014
  • As the number of vehicles has been sharply increases, the significance of safety and effective operation issues in the parking lot is being emphasized, which takes a part of the transportation system. Recently, there have been several studies for the parking management by detecting moving object, however, recognizing numbers of fast-moving vehicles simultaneously in the picture is still a challenging problem. The parking lot in public area, or large-sized buildings has clear parking section, whereas the sensor system is configured to monitor a plurality of parking spaces. Therefore, by considering those parking lots, we suggested to develop the real-time parking availability information system by applying the real-time image processing techniques. with the help of template matching. Following the study, we wanted to provide the alternative method for parking management system through the reference template makers by recognizing movements of parked vehicles with the size and shape, regardless of direct detecting of driving movements. In addition, we evaluated the applicability and performances of the information system, presented in this study, and implemented a prototype system to simulate the parking statuses of each floor. In fat, it was possible to manage and analyze statistics about the total number of parking spaces and the number of vehicles parked through real-time video flames. We expected that the result of the study will be advanced, following the user-friendliness and cost reduction in operating parking management system and giving information by efficient analysis of parking situation.

TMC (Tracker Motion Controller) Using Sensors and GPS Implementation and Performance Analysis (센서와 GPS를 이용한 TMC의 구현 및 성능 분석)

  • Ko, Jae-Hong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.14 no.2
    • /
    • pp.828-834
    • /
    • 2013
  • In this paper, TMC (Tracker Motion Controller) as one of the many research methods for condensing efficiency improvements can be condensed into efficient solar system configuration to improve the power generation efficiency of the castle with Concentrated solar silicon and photovoltaic systems (CPV)experiments using PV systems. Microprocessor used on the solar system, tracing the development of solar altitude and latitude of each is calculated in real time. Also accept the value from the sensor, motor control and communication with the central control system by calculating the value of the current position of the sun, there is a growing burden on the applicability. Through the way the program is appropriate for solar power systems and sensors hybrid-type algorithm was implemented in the ARM core with built-in TMC, Concentrated CPV system compared to the existing PV systems, through the implementation of the TMC in the country's power generation efficiency compared and analyzed. Sensor method using existing experimental results Concentrated solar power systems to communicate the value of GPS location tracking method hybrid solar horizons in the coordinate system of the sun's azimuth and elevation angles calculated by the program in the calculations of astronomy through experimental resultslook clear day at high solar irradiation were shown to have a large difference. Stopped after a certain period of time, the sun appears in the blind spot of the sensor, the sensor error that can occur from climate change, however, do not have a cloudy and clear day solar radiation sensor does not keep track of the position of the sun, rather than the sensor of excellence could be found. It is expected that research is constantly needed for the system with ongoing research for development of solar cell efficiency increases to reduce the production cost of power generation, high efficiency condensing type according to the change of climate with the optimal development of the ability TMC.

A Study on the protection of personal information using a Virtual IDs in an anonymous bulletin board (익명 게시판 환경에서 가상 아이디를 이용한 개인정보보호에 관한 연구)

  • Min, So-Yeon;Jang, Seung-Jae
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.13 no.9
    • /
    • pp.4214-4223
    • /
    • 2012
  • The argument related to the use of real and anonymous names on the Internet bulletin board has recently become a main issue. When using real names, it is possible to violate free discussion and privacy. Also, when using anonymous names, it is possible to have the reverse function of the Internet in regard to the use of malicious replies or the distribution of false ideas. Therefore, this paper has made it possible to prevent the spread of the user's personal information and execute the single log-in process by using the XML-token method which is one of the SSO technologies. Also, by issuing virtual IDs and forming the path when establishing tokens, the anonymous bulletin board which provides anonymity with a conditional tracing process has been suggested. After analyzing the performance of visitor numbers at authentication time, the anonymous bulletin board based on the group signature method showed the average response rate of 0.72 seconds, 0.18 seconds, which was suggested scheme. In the authentication time 4-5 times faster response speed, respectively. Also, since the suggested system does not have to provide a single authentication process or make the user provide his or her signature, the level of user's convenience seems to be much higher. Such a result shows that the system suggested on the anonymous bulletin board has a more appropriate level of user's convenience.

A Robustness Test Method and Test Framework for the Services Composition in the Service Oriented Architecture (SOA에서 서비스 조합의 강건성 테스트 방법 및 테스트 프레임워크)

  • Kuk, Seung-Hak;Kim, Hyeon-Soo
    • Journal of KIISE:Software and Applications
    • /
    • v.36 no.10
    • /
    • pp.800-815
    • /
    • 2009
  • Recently, Web services based service-oriented architecture is widely used to integrate effectively various applications distributed on the networks. In the service-oriented architecture BPEL as a standard modeling language for the business processes provides the way to integrate various services provided by applications. Over the past few years, some types of studies have been made on testing compatibility of services and on discriminating and tracing of the business processes in the services composition. Now a lot of studies about the services composition with BPEL are going on. However there were few efforts to solve the problems caused by the services composition. Especially, there is no effort to evaluate whether a composite service is reliable and whether it is robust against to exceptional situations. In this paper, we suggest a test framework and a testing method for robustness of the composite service written in WS-BPEL. For this, firstly we extract some information from the BPEL process and the participant services. Next, with the extracted information we construct the virtual testing environment that generates various faults and exceptional cases which may be raised within the real services. Finally the testing work for robustness of a composite service is performed on the test framework.

Theory and Implementation of Dynamic Taint Analysis for Tracing Tainted Data of Programs (프로그램의 오염 정보 추적을 위한 동적 오염 분석의 이론 및 구현)

  • Lim, Hyun-Il
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.2 no.7
    • /
    • pp.303-310
    • /
    • 2013
  • As the role of software increases in computing environments, issues in software security become more important problems. Dynamic taint analysis is a technique to trace and manage tainted data originated from unreliable sources during the execution of a program. This analysis can be applied to software security verification as well as software behavior understanding, testing unexpected errors, or debugging. In the previous researches, they focussed only to show the analysis results of dynamic taint analysis, and they did not logically describe propagation process of tainted data and analysis procedures. So, there were difficulties in understanding the analysis procedures or applying to other analysis. In this paper, by theoretically describing the analysis procedure, we logically show how the propagation process of tainted data can be traced, and present a theoretical model for dynamic taint analysis. In addition, we verify the correctness of the proposed model by implementing an analyser, and show that propagation of tainted data can be traced by the model. The proposed model can be applied to understand the analysis procedures of data flows in dynamic taint analysis, and can be used as an base knowledge for designing and implementing analysis method, which applies such analysis method.

Automation of Building Extraction and Modeling Using Airborne LiDAR Data (항공 라이다 데이터를 이용한 건물 모델링의 자동화)

  • Lim, Sae-Bom;Kim, Jung-Hyun;Lee, Dong-Cheon
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.27 no.5
    • /
    • pp.619-628
    • /
    • 2009
  • LiDAR has capability of rapid data acquisition and provides useful information for reconstructing surface of the Earth. However, Extracting information from LiDAR data is not easy task because LiDAR data consist of irregularly distributed point clouds of 3D coordinates and lack of semantic and visual information. This thesis proposed methods for automatic extraction of buildings and 3D detail modeling using airborne LiDAR data. As for preprocessing, noise and unnecessary data were removed by iterative surface fitting and then classification of ground and non-ground data was performed by analyzing histogram. Footprints of the buildings were extracted by tracing points on the building boundaries. The refined footprints were obtained by regularization based on the building hypothesis. The accuracy of building footprints were evaluated by comparing with 1:1,000 digital vector maps. The horizontal RMSE was 0.56m for test areas. Finally, a method of 3D modeling of roof superstructure was developed. Statistical and geometric information of the LiDAR data on building roof were analyzed to segment data and to determine roof shape. The superstructures on the roof were modeled by 3D analytical functions that were derived by least square method. The accuracy of the 3D modeling was estimated using simulation data. The RMSEs were 0.91m, 1.43m, 1.85m and 1.97m for flat, sloped, arch and dome shapes, respectively. The methods developed in study show that the automation of 3D building modeling process was effectively performed.

Inelastic Nonlinear Analysis of Arch Truss and Space Truss Structures (아치 트러스 및 공간 트러스 구조의 비탄성 비선형 거동해석)

  • Kim, Kwang-Joong;Jung, Mi-Roo;Kim, Yeon-Tae;Baek, Ki-Youl;Lee, Jae-Hong
    • Journal of Korean Association for Spatial Structures
    • /
    • v.8 no.5
    • /
    • pp.47-58
    • /
    • 2008
  • Spatial structure is an appropriate shape that resists external force only with in-plane force by reducing the influence of bending moment, and it maximizes the effectiveness of structural system. With this character of the spatial structure, generally long span is used. As a result, large deflection is accompanied from the general frame. the structure is apt to result in a large deflection even though this structure experiences a small displacement in absence. Usually, nonlinear analysis in numerical analysis means geometric nonlinearity and material nonlinearity and complex nonlinearity analysis considers both of them. In this study, nonlinear equation of equilibrium considering geometric nonlinearity as per finite element method was applied and also considered the material nonlinearity using the relation of stress-strain in element. It is applied to find unstable result for tracing load-deflection curve in the numerical analysis tech. especially Arc-length method, and result of the analysis was studied by ABAQUS a general purpose of the finite element program. It is found that the present analysis predicts accurate nonlinear behavior of plane and space truss.

  • PDF

THE ANALYSIS OF THE POSITIONAL RELATIONSHIP OF CONDYLOID PROCESS WITH MANDIBULAR FOSSA AND MORPHOLOGICAL CLASSIFICATION OF CONDYLAR HEAD IN T.M.J. TROUBLE PATIENTS (악관절 기능장애 환자에 있어서 관절돌기의 위치적 관계 및 그 형태에 관한 방사선학적 연구)

  • Park Chang Sik
    • Journal of Korean Academy of Oral and Maxillofacial Radiology
    • /
    • v.11 no.1
    • /
    • pp.7-22
    • /
    • 1981
  • A morphological and positional classification was undertaken in the transcranial and transorbital views of 174 traceable films which had been selected from those of 274 patients and previous tracing was performed. For the positional analysis, the author adopted the method which is not influenced by TMJ remodelling, and for the morphological classification, made progress the general method by adding indefinite type to four basic types. The aims of this sutudy consists in performing positional and morphological analysis of condylar head and in its morphological and positional variation in symptomatic patients. I want to express my sincere gratitude to Prof. Park, Tae Won in Seoul National University, interesting me in this field researches and for his never failing interests. I would lide to thank Prof. Ahn, Hyung Kyu and Prof. You, Dong Soo for helpful discussion and critical readings. The author is also indebted to Prof. Fuchihate Hajime in Osaka University, Prof. Uemura, Shusaburo and the late Dr. Nishihara, Heihachi for fruitful discussion and encourgements.

  • PDF

Methodology for Processing GPS-based Bicycle Speed Data for Monitoring Bicycle Traffic (자전거 모니터링을 위한 자료처리 프로세스 개발 및 응용 - GPS기반 자전거 속도자료를 중심으로)

  • Rim, Heesub;Joo, Shinhye;Oh, Cheol
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.13 no.3
    • /
    • pp.10-24
    • /
    • 2014
  • Bicycle is a useful transportation mode that is healthy, emission-free, and environmentally compatible. Although large efforts have been made to promote the use of bicycling to date, there still exist various hurdles and limitations. One of the key issues to increase bicycling is how to gather bicycle-related data from the field and to generate valuable information for both users and operations agencies. This study proposes a method to process bicycle trajectory data which is obtained from tracing global positioning systems(GPS) equipped bicycle, which is defined as the probe bicycle. The proposed method is based on the concept of statistical quality control of data. In addition, a data collection and processing scenario in support of public bicycle system is presented. The outcomes of this study would be valuable fundamentals for developing bicycle traffic information systems that is a part of future intelligent transportation systems(ITS).

Curvature Linear Equation of a Two-Mirror System with a Finite Object Distance (유한 물체 거리를 갖는 2 반사경계의 곡률 선형 방정식)

  • Lee, Jung-Gee;Rim, Cheon-Seog
    • Korean Journal of Optics and Photonics
    • /
    • v.16 no.5
    • /
    • pp.423-427
    • /
    • 2005
  • In this paper, we propose easily tooling method for Seidel third order aberration, which are not well utilized in actual design process due to the complication of mathematical operation and the difficulty of understanding Seidel third order aberration theory, even though most insightful and systematic means in pre-designing for the initial data of optimization. First, using paraxial ray tracing and Seidel third order aberration theory, spherical aberration coefficient is derived for a two-mirror system with a finite object distance. The coefficient, which is expressed as a higher-order nonlinear equation, consists of design parameters(object distance, two curvatures, and inter-mirror distance) and effective focal length(EFL). Then, the expressed analytical equation is solved by using a computer with numerical analysis method. From the obtained numerical solutions satisfying the nearly zero coefficient condition($<10^{-6}$), linear fitting process offers a linear relationship called the curvature linear equation between two mirrors. Consequently, this linear equation has two worthy meanings: the equation gives a possibility to obtain initial design data for optimization easily. And the equation shows linear relationship to a two-mirror system with a finite object distance under the condition of corrected third order spherical aberration.