• Title/Summary/Keyword: model matching

Search Result 1,381, Processing Time 0.034 seconds

A Study of Location Correction Algorithm for Pedestrian Location Tracking in Traffic Connective Transferring System (교통 연계 환승 시스템의 보행자 위치 추적을 위한 보정 알고리즘 연구)

  • Jung, Jong-In;Lee, Sang-Sun
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.8 no.2
    • /
    • pp.149-157
    • /
    • 2009
  • Tracking technologies which provide real-time and customized information through various information collecting and processing for pedestrians who use traffic connective and transferring center have been being examined. However some problems are caused due to the wide-range positioning error for some services as device installation and service place. It is also difficult to be applied to traffic linkage and transfer services because many situations can be barren. In the testbed, Gwangmyoung Station, we got some results in bad conditions such as a lot of steel construction and another communication device. Practically, conditions of the place which will be built can be worse than Gwangmyoung station. Therefore, we researched suitable Location correction algorithm as a method for accuracy to traffic connective and transferring system. And its algorithm is designed through grid coordinates, map-matching, modeling coordinates and Kalman filtering and is being implemented continuously. Also preparing for optimization of various transferring center model, we designed for simulator type algorithm what is available for deciding algorithm factor.

  • PDF

Generation of Digital Orthoimage using Direct Georeferencing (외부표정요소 직접결정에 의한 수치정사영상 생성)

  • Song Youn-Kyung
    • Spatial Information Research
    • /
    • v.13 no.1 s.32
    • /
    • pp.55-63
    • /
    • 2005
  • Direct Georeferencing(DG) Is based on the direct measurement of the projection centers and rotation angle of sensor through loading the GPS and INS in aircraft. The methods can offer us to acquire the exterior orientation parameters with only minimum GCPs, even the ground control process could be completely skipped. Hence, as long as securing Digital Elevation Model (DEM), it is feasible to generate digital orthophotos without performing the aerial triangulation with Ground Control Point (GCP) surveying. In this study, the DEM is automatically generated by using a image matching technique based on aerial photos and exterior orientation parameters. This is followed by producing an orthophoto from these results. Finally, accuracy analysis of the georeferencing technique for generating orthoimage indicates that RMS errors of 62cm and 76cm occurred at the X and the Y axis, respectively. This means that the results fulfill the demanding accuracy of the 1:5000 digital map. Hence, it is possible to conclude from this study that the direct georeferencing based orthoimage generation method is able to effectively digital map update.

  • PDF

A dominant hyperrectangle generation technique of classification using IG partitioning (정보이득 분할을 이용한 분류기법의 지배적 초월평면 생성기법)

  • Lee, Hyeong-Il
    • Journal of the Korea Society of Computer and Information
    • /
    • v.19 no.1
    • /
    • pp.149-156
    • /
    • 2014
  • NGE(Nested Generalized Exemplar Method) can increase the performance of the noisy data at the same time, can reduce the size of the model. It is the optimal distance-based classification method using a matching rule. NGE cross or overlap hyperrectangles generated in the learning has been noted to inhibit the factors. In this paper, We propose the DHGen(Dominant Hyperrectangle Generation) algorithm which avoids the overlapping and the crossing between hyperrectangles, uses interval weights for mixed hyperrectangles to be splited based on the mutual information. The DHGen improves the classification performance and reduces the number of hyperrectangles by processing the training set in an incremental manner. The proposed DHGen has been successfully shown to exhibit comparable classification performance to k-NN and better result than EACH system which implements the NGE theory using benchmark data sets from UCI Machine Learning Repository.

A Study On Intelligent Robot Control Based On Voice Recognition For Smart FA (스마트 FA를 위한 음성인식 지능로봇제어에 관한 연구)

  • Sim, H.S.;Kim, M.S.;Choi, M.H.;Bae, H.Y.;Kim, H.J.;Kim, D.B.;Han, S.H.
    • Journal of the Korean Society of Industry Convergence
    • /
    • v.21 no.2
    • /
    • pp.87-93
    • /
    • 2018
  • This Study Propose A New Approach To Impliment A Intelligent Robot Control Based on Voice Recognition For Smart Factory Automation Since human usually communicate each other by voices, it is very convenient if voice is used to command humanoid robots or the other type robot system. A lot of researches has been performed about voice recognition systems for this purpose. Hidden Markov Model is a robust statistical methodology for efficient voice recognition in noise environments. It has being tested in a wide range of applications. A prediction approach traditionally applied for the text compression and coding, Prediction by Partial Matching which is a finite-context statistical modeling technique and can predict the next characters based on the context, has shown a great potential in developing novel solutions to several language modeling problems in speech recognition. It was illustrated the reliability of voice recognition by experiments for humanoid robot with 26 joints as the purpose of application to the manufacturing process.

Semi-automatic Building Area Extraction based on Improved Snake Model (개선된 스네이크 모텔에 기반한 반자동 건물 영역 추출)

  • Park, Hyun-Ju;Gwun, Ou-Bong
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.48 no.1
    • /
    • pp.1-7
    • /
    • 2011
  • Terrain, building location and area, and building shape information is in need of implementing 3D map. This paper proposes a method of extracting a building area by an improved semi-automatic snake algorithm. The method consists of 3-stage: pre-processing, initializing control points, and applying an improved snake algorithm. In the first stage, after transforming a satellite image to a gray image and detecting the approximate edge of the gray image, the method combines the gray image and the edge. In the second stage, the user looks for the center point of a building and the system sets the circular or rectangular initial control points by an procedural method. In the third stage, the enhanced snake algorithm extracts the building area. In particular, this paper sets the one tenn of the snake in a new way in order to use the proposed method for specializing building area extraction. Finally, this paper evaluated the performance of the proposed method using sky view satellite image and it showed that the matching percentage to the exact building area is 75%.

A Study on Equation Recognition Using Tree Structure (트리 구조를 이용한 수식 인식 연구)

  • Park, Byung-Joon;Kim, Hyun-Sik;Kim, Wan-Tae
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.11 no.4
    • /
    • pp.340-345
    • /
    • 2018
  • The Compared to general sentences, the Equation uses a complex structure and various characters and symbols, so that it is not possible to input all the character sets by simply inputting a keyboard. Therefore, the editor is implemented in a text editor such as Hangul or Word. In order to express the Equation properly, it is necessary to have the learner information which can be meaningful to interpret the syntax. Even if a character is input, it can be represented by another expression depending on the relationship between the size and the position. In other words, the form of the expression is expressed as a tree model considering the relationship between characters and symbols such as the position and size to be expressed. As a field of character recognition application, a technique of recognizing characters or symbols(code) has been widely known, but a method of inputting and interpreting a Equation requires a more complicated analysis process than a general text. In this paper, we have implemented a Equation recognizer that recognizes characters in expressions and quickly analyzes the position and size of expressions.

Seismic retrofitting by base-isolation of r.c. framed buildings exposed to different fire scenarios

  • Mazza, Fabio;Mazza, Mirko
    • Earthquakes and Structures
    • /
    • v.13 no.3
    • /
    • pp.267-277
    • /
    • 2017
  • Base-isolation is now being adopted as a retrofitting strategy to improve seismic behaviour of reinforced concrete (r.c.) framed structures subjected to far-fault earthquakes. However, the increase in deformability of a base-isolated framed building may lead to amplification in the structural response under the long-duration horizontal pulses of high-magnitude near-fault earthquakes, which can become critical once the strength level of a fire-weakened r.c. superstructure is reduced. The aim of the present work is to investigate the nonlinear seismic response of fire-damaged r.c. framed structures retrofitted by base-isolation. For this purpose, a five-storey r.c. framed building primarily designed (as fixed-base) in compliance with a former Italian seismic code for a medium-risk zone, is to be retrofitted by the insertion of elastomeric bearings to meet the requirements of the current Italian code in a high-risk seismic zone. The nonlinear seismic response of the original (fixed-base) and retrofitted (base-isolated) test structures in a no fire situation are compared with those in the event of fire in the superstructure, where parametric temperature-time curves are defined at the first level, the first two and the upper levels. A lumped plasticity model describes the inelastic behaviour of the fire-damaged r.c. frame members, while a nonlinear force-displacement law is adopted for the elastomeric bearings. The average root-mean-square deviation of the observed spectrum from the target design spectrum together with a suitable intensity measure are chosen to select and scale near- and far-fault earthquakes on the basis of the design hypotheses adopted.

Do Long Term Cancer Survivors Have Better Health-Promoting Behavior than Non-Cancer Populations?: Case-Control Study in Korea

  • Chun, Sung-Youn;Park, Hyeki;Lee, Tae Hoon;Park, Eun-Cheol
    • Asian Pacific Journal of Cancer Prevention
    • /
    • v.16 no.4
    • /
    • pp.1415-1420
    • /
    • 2015
  • Background: We compared the health-promoting behavior of long-term cancer survivors with those of the general population to identify necessary behavioral interventions to reduce the health risk among cancer patients. Materials and Methods: We used data from the 2007 and 2012 Korea National Health and Nutrition Examination Surveys (KNHANES IV [2007~2009] and KNHANES V [2010~2012]) on smoking status, alcohol use, physical exercise, and disease screening. We compared long-term cancer survivors with members of the general population; the controls were matched by propensity score matching. A multiple logistic regression model was used to investigate the association between cancer status and health-promoting behavior. Results: Long-term cancer survivors had a lower risk of smoking than the general population controls (OR: 0.42, 95%CI: 0.25-0.71). In addition, the long-term cancer survivors had a lower risk of alcohol use than the general population controls (OR: 0.70, 95%CI: 0.50-0.98). However, in terms of physical exercise and disease screening, no statistically significant differences were detected (physical exercise OR: 1.01, 95%CI: 0.75-1.35; disease screening OR: 1.27, 95%CI: 0.93-1.74). All covariates were adjusted. Conclusions: The long-term cancer survivors had a much lower risk of smoking and alcohol use than the general population controls. However, almost no differences in physical exercise and screening for cancer recurrence or secondary disease were detected between the long-term cancer survivors and general population controls. To reduce the health risks and challenges facing long-term cancer survivors, interventions to encourage physical exercise and screening for cancer recurrence and secondary disease should be implemented.

Fully Automatic Facial Recognition Algorithm By Using Gabor Feature Based Face Graph (가버 피쳐기반 얼굴 그래프를 이용한 완전 자동 안면 인식 알고리즘)

  • Kim, Jin-Ho
    • The Journal of the Korea Contents Association
    • /
    • v.11 no.2
    • /
    • pp.31-39
    • /
    • 2011
  • The facial recognition algorithms using Gabor wavelet based face graph produce very good performance while they have some weakness such as a large amount of computation and an irregular result depend on initial location. We proposed a fully automatic facial recognition algorithm using a Gabor feature based geometric deformable face graph matching. The initial location and size of a face graph can be selected using Adaboost detection results for speed-up. To find the best face graph with the face model graph by updating the size and location of the graph, the geometric transformable parameters are defined. The best parameters for an optimal face graph are derived using an optimization technique. The simulation results show that the proposed algorithm can produce very good performance with recognition rate 96.7% and recognition speed 0.26 sec for FERET database.

Gesture Recognition Using Stereo Tracking Initiator and HMM for Tele-Operation (스테레오 영상 추적 자동초기화와 HMM을 이용한 원격 작업용 제스처 인식)

  • Jeong, Ji-Won;Lee, Yong-Beom;Jin, Seong-Il
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.8
    • /
    • pp.2262-2270
    • /
    • 1999
  • In this paper, we describe gesture recognition algorithm using computer vision sensor and HMM. The automatic hand region extraction has been proposed for initializing the tracking of the tele-operation gestures. For this, distance informations(disparity map) as results of stereo matching of initial left and right images are employed to isolate the hand region from a scene. PDOE(positive difference of edges) feature images adapted here have been found to be robust against noise and background brightness. The KNU/KAERI(K/K) gesture instruction set is defined for tele-operation in atomic electric power stations. The composite recognition model constructed by concatenating three gesture instruction models including pre-orders, basic orders, and post-orders has been proposed and identified by discrete HMM. Our experimental results showed that consecutive orders composed of more than two ones are correctly recognized at the rate of above 97%.

  • PDF