• Title/Summary/Keyword: 입력처리 지도

Search Result 1,640, Processing Time 0.06 seconds

A High Speed Motion Estimation Architedture for Three Step Search Algorithm (삼단검색 알고리즘을 위한 움직임 추정기 구조)

  • Kim, Sang-Jung;Kim, Yong-Gil;Im, Gang-Bin;Kim, Yong-Deuk;Jeong, Gi-Hyeon
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.2
    • /
    • pp.616-627
    • /
    • 1997
  • We porpose a new VLSI architecture for the three step search algorithm for the mition estimation of moving images.In the proposed architecture the regular data input is possible and the data are passed through all computational processes ,minimiuzing the input bandwidth.The performandce is analyzed in detail,and compared with other architectures.The performance is approaching to the ideal computation speed,with less hardware than for the existing architectures.

  • PDF

Efficient FPGA Logic Design for Rotatory Vibration Data Acquisition (회전체 진동 데이터 획득을 위한 효율적인 FPGA 로직 설계)

  • Lee, Jung-Sik;Ryu, Deung-Ryeol
    • 전자공학회논문지 IE
    • /
    • v.47 no.4
    • /
    • pp.18-27
    • /
    • 2010
  • This paper is designed the efficient Data Acquisition System for an vibration of rotatory machines. The Data Acquisition System is consist of the analog logic having signal filer and amplifier, and digital logic with ADC, DSP, FPGA and FIFO memory. The vibration signal of rotatory machines acquired from sensors is controlled by the FPGA device through the analog logic and is saved to FIFO memory being converted analog to digital signal. The digital signal process is performed by the DSP using the vibration data in FIFO memory. The vibration factor of the rotatory machinery analysis and diagnosis is defined the RMS, Peak to Peak, average, GAP, FFT of vibration data and digital filtering by DSP, and is need to follow as being happened the event of vibration and make an application to an warning system. It takes time to process the several analysis step of all vibration data and the event follow, also special event. It should be continuously performed the data acquisition and the process, however during processing the input signal the DSP can not be performed to the acquisited data after then, also it will be lose the data at several channel. Therefore it is that the system uses efficiently the DSP and FPGA devices for reducing the data lose, it design to process a part of the signal data to FPGA from DSP in order to minimize the process time, and a process to parallel process system, as a result of design system it propose to method of faster process and more efficient data acquisition system by using DSP and FPGA than signal DSP system.

Real Time Implementation of Face Tracking System Using Color Information (색상 정보를 이용한 실시간 얼굴 추적 시스템 구현)

  • 김영운;이형지;정재호
    • Proceedings of the IEEK Conference
    • /
    • 2001.09a
    • /
    • pp.151-154
    • /
    • 2001
  • 본 논문의 목적은 범용 USB 카메라 입력 영상으로부터 실시간으로 얼굴을 추적하는 시스템을 구현하는데 있다. 먼저 USB 카메라로부터 영상을 입력받은 후 2차원 RGB 컬러 모델링으로 추출한 살색 영역을 찾고 가로, 세로 프로젝선 정보를 이용하여 얼굴을 찾는다. 기존의 RGB 컬러 모델을 개선하여 빛에 강인한 모델링을 하였으며, 프로젝션 정보를 이용할 때 일어나는 에러를 최소화하기 위하여 누적 히스토그램 영역 결합 알고리즘을 제안하였다. 구현한 시스템은 움직임이 많은 영상에도 빠른 속도를 보였으며, 특히 영상의 움직임이적은 경우 카메라에서 영상을 보여 주는 것과 동시에 얼굴을 찾아내어, 연속적인 프레임을 처리할 수 있는 성능을 보였다.

  • PDF

Mixed Reality using Image Analysis Technique in Natural Scene Video (자연 환경 비디오에서 영상 분석 기법을 이용한 혼합 현실)

  • 김형진;박종승;이만재
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04b
    • /
    • pp.778-780
    • /
    • 2004
  • CG 기술의 발전으로 실사 이미지 위에 3d 애니메이션을 적용하는 실감나는 영화를 많이 볼 수 있다 그러나 아직까지도 실사 이미지와 3d 애니메이션 합성은 그래픽 아티스트의 수작업이 많이 필요하다. 본 논문에서는 자연 환경을 포함하는 실사 비디오에서 영상 분석 기법을 적용한 혼합 현실 시스템을 제안한다. 비디오 프레임에서 하늘, 바다 등 일정한 칼라 패턴을 가지는 영역을 분류하고 이 영역에 대해서 그래픽 객체를 삽입한다. 시스템의 각 단계에서 사용자 인터페이스를 제공하여 필요한 입력값을 제공받는다. 본 연구에서의 기법은 간단한 그래픽 입력 과정 이외에는 대부분의 과정이 자동으로 처리되므로 혼합 현실이 방송, 영화 특수 효과 등의 작업에 편리하게 이용될 수 있다.

  • PDF

A Spatial Hash Strip Join Algorithm for Effective Handling of Skewed Data (편중 데이타의 효율적인 처리를 위한 공간 해쉬 스트립 조인 알고리즘)

  • Shim Young-Bok;Lee Jong-Yun
    • Journal of KIISE:Databases
    • /
    • v.32 no.5
    • /
    • pp.536-546
    • /
    • 2005
  • In this paper, we focus on the filtering step of candidate objects for spatial join operations on the input tables that none of the inputs is indexed. Over the last decade, several spatial Join algorithms for the input tables with index have been extensively studied. Those algorithms show excellent performance over most spatial data, while little research on solving the performance degradation in the presence of skewed data has been attempted. Therefore, we propose a spatial hash strip join(SHSJ) algorithm that can refine the problem of skewed data in the conventional spatial hash Join(SHJ) algorithm. The basic idea is similar to the conventional SHJ algorithm, but the differences are that bucket capacities are not limited while allocating data into buckets and SSSJ algorithm is applied to bucket join operations. Finally, as a result of experiment using Tiger/line data set, the performance of the spatial hash strip join operation was improved over existing SHJ algorithm and SSSJ algorithm.

Development of Integrated Management System for Steep Slope Prevention and Management (급경사지 방재 및 관리를 위한 급경사지정보 통합관리시스템 개발)

  • Lee, Kyungchul;Jang, Yonggu;Song, Jihye;Kang, Injoon
    • Journal of the Korean GEO-environmental Society
    • /
    • v.15 no.9
    • /
    • pp.77-85
    • /
    • 2014
  • Recently, the National Emergency Management Agency of Korea has been operating the National Disaster Management System. Nevertheless, there are numerous difficulties in systematic controlling the steep slope DB promptly, because the system's functions in input and control for steep slope information are merely simple. Futhermore, the hazard degrees of steep slope lands nowadays have risen suddenly in accordance with the increase rate of large scale landslides such as the landslide cases of Umyeonmountain, Chuncheon province and others or sever rain storm cases. these lead to rapid increases in frequencies of nature disasters nationally. therefore, it is needed to develop the GIS-based integrated management system for steep slope information in order to manage disasters in advance or high-degree control. This study shows the national GIS-based integrated management system to prevent the disasters that caused by steep slope lands. The integrated management system developed in this study consists of surface information input modules, realtime DB liaison modules of integrated underground information, V-world background map-based GIS, integrated management system for steep slope information user modules, realtime liaison interface modules designed for utilizing steep slope information. Also, tests about stability of data storage, system stability and consistency of processing speed were performed.

Frequency Domain Blind Source Seperation Using Cross-Correlation of Input Signals (입력신호 상호상관을 이용한 주파수 영역 블라인드 음원 분리)

  • Sung Chang Sook;Park Jang Sik;Son Kyung Sik;Park Keun-Soo
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.3
    • /
    • pp.328-335
    • /
    • 2005
  • This paper proposes a frequency domain independent component analysis (ICA) algorithm to separate the mixed speech signals using a multiple microphone array By estimating the delay timings using a input cross-correlation, even in the delayed mixture case, we propose a good initial value setting method which leads to optimal convergence. To reduce the calculation, separation process is performed at frequency domain. The results of simulations confirms the better performances of the proposed algorithm.

  • PDF

Research of the LED Display System's Design using Embedded ARM Board (내장형 ARM 보드를 이용한 LED Display System 설계에 관한 연구)

  • Choi Jae-woo;Ro Bang-hyun;Lee Sang-min;hwang Hee-yeung
    • Proceedings of the KAIS Fall Conference
    • /
    • 2004.06a
    • /
    • pp.236-239
    • /
    • 2004
  • 본 논문은 ARM7TDMI 칩을 사용하여 전광판 시스템을 설계하고 자체적인 한글 입출력 처리가 가능하도록 하였다. 그리고 사용자가 원하는 표출문구의 입력, 편집을 쉽고 편리하게 할 수 있는 여러가지 형태의 입력방법에 대해 연구하였다. 기본적으로 PC에 의한 유/무선 문구입력과 PDA에 의한 유무선 문구입력이 가능하게 하였다. 또한 LINUX OS가 포팅 된 PXA255프로세서 기반의 임베디드 보드에서 Graphic Library인 QT/Embedded 2.3.7을 터치패널사용이 가능하도록 포팅 하여 원격지의 전광판에 문구를 이더넷 통신방법에 의해 쉽게 바꿀 수 있게 하였으며 인터넷상에 링크되어있는 유용한 정보를 전광판에서 실시간적으로 볼 수 있도록 하였다.

  • PDF

The Parallel Encryption System with Representative Theory for High Speed Image Processing (고속 암호화 영상처리를 위한 대표성 병렬 시스템 개발)

  • 정현수
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.6 no.1
    • /
    • pp.39-52
    • /
    • 1996
  • 본 논문에서는 고속 영상자료를 병렬 암호화 할 수 있는 새로운 알고리즘을 제안하였다. 암호화 테이블과 스케닝 순서, 스크램블 등의 문제점들을 개선하였다. 입력자료들은 독립된 블럭으로 분리되며 각 블럭들은 같은 암호화 알고리즘을 통하여 암호화 된다. 그러므로 시스템이 n개의 처리기로 구성되어 있으면, 전체 처리시간이 1/n로 감소됨이 기대된다. 또한 대표성이라는 개념을 적용한 결과, 높은 비도를 갖는 키를 사용한 효과르 얻을 수 있다.

Multi-level Load Shedding Scheme to Increase Spatial Data Stream Query Accuracy (공간 데이터 스트림 질의 정확도 향상을 위한 다단계 부하제한 기법)

  • Jeong, Weonil
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.16 no.12
    • /
    • pp.8370-8377
    • /
    • 2015
  • In spatial data stream management systems, it is needed appropriate load shedding algorithm because real-time input spatial data streams could exceed the limitation of main memory. However previous researches, lack regard for input ratio and spatial utilization rates of spatial data streams, or the characteristics of data source which generates data streams with spatial information efficiently, can lead to decrease the performance and accuracy of spatial data stream query. Therefore, multi-level load shedding scheme for spatial data stream management systems is proposed to increase the spatial query performance and accuracy. This proposed scheme limits overloads in relation to the input rate and the characteristics of data source first, and then, if needed, query data representing low query participation probability based on spatial utilizations are dropped relatively. Our experiments show that the proposed method could decrease load shedding frequency for previous researches by more than 11% despite query results accuracy and query performance are superior at 0.04% and 3%.