• 제목/요약/키워드: Location Searching and Tracking

검색결과 22건 처리시간 0.028초

큐브맵 비디오에서 칼만 필터를 사용한 빠른 패턴 추적 (Fast Pattern Tracking in Cubemap Video Using Kalman Filter)

  • 김기식;박종승
    • 한국게임학회 논문지
    • /
    • 제20권6호
    • /
    • pp.43-52
    • /
    • 2020
  • 본 논문에서는 360도 VR을 위한 큐브맵 비디오 환경에서 패턴의 위치 예측을 사용한 빠른 패턴 추적 방법을 제안한다. 구면 큐브맵 프레임은 6면의 텍스처를 가지므로 패턴 탐색도 6면 텍스처에 대해서 모두 수행해야 하므로 평면 프레임의 경우보다 매우 느리다. 본 논문에서는 이러한 한계점을 극복하기 위해 칼만 필터를 활용하여 패턴의 향후 위치를 예측하고 패턴이 존재할 가능성이 큰 텍스처만 탐색하여 탐색 영역을 축소하는 방법을 제안한다. 실험 결과, 제안하는 시스템은 6면을 모두 탐색하는 방법보다 월등히 빠르게 수행하면서 정확한 패턴 인식 성능을 보였다.

Siamese Network의 특징맵을 이용한 객체 추적 알고리즘 (Object Tracking Algorithm using Feature Map based on Siamese Network)

  • 임수창;박성욱;김종찬;류창수
    • 한국멀티미디어학회논문지
    • /
    • 제24권6호
    • /
    • pp.796-804
    • /
    • 2021
  • In computer vision, visual tracking method addresses the problem of localizing an specific object in video sequence according to the bounding box. In this paper, we propose a tracking method by introducing the feature correlation comparison into the siamese network to increase its matching identification. We propose a way to compute location of object to improve matching performance by a correlation operation, which locates parts for solving the searching problem. The higher layer in the network can extract a lot of object information. The lower layer has many location information. To reduce error rate of the object center point, we built a siamese network that extracts the distribution and location information of target objects. As a result of the experiment, the average center error rate was less than 25%.

RFID기반의 Reference Tag를 이용한 쇼핑 고객 위치추적 및 동선분석에 관한 연구 (A Study for Shopping Customer's Location Tracking and Moving Line Analysis Using Reference Tag on based RFID)

  • 임상민;이근왕
    • 한국산학기술학회논문지
    • /
    • 제10권1호
    • /
    • pp.151-157
    • /
    • 2009
  • 본 연구에서는 오프라인 쇼핑몰에서 실시간 위치추적 기술과 USB 메모리와 RF가 융합된 Tag(이하 u-Card라 함)를 이용하여 위치추적 및 동선분석의 한계점을 개선하고 레퍼런스 태그를 이용한 위치추적을 통해 정확하고 신뢰성을 향상시키며 차폐물 간섭에 의한 오차율에 대한 한계점을 개선한 알고리즘 및 위치추적엔진 모듈을 제안한다.

Zigbee를 이용한 실외 위치추정 시스템 구현 (Implementation of the outdoor location tracking system by using Zigbee)

  • 김환용;임순자
    • 한국산학기술학회논문지
    • /
    • 제13권1호
    • /
    • pp.306-310
    • /
    • 2012
  • 위치추정 서비스는 사물이나 사람의 위치를 추정하여 표현하는 것으로, 본 논문에서는 Zigbee를 지원하는 RF칩인 CC2420칩셋을 통한 네트워크 환경을 실외에 구축하고, 이동노드를 이용하여 GPS에서 얻어진 이동노드에 대 한 위치정보를 수신한다. 이동노드의 위치정보는 구축된 네트워크 환경에서 싱크노드에 전달함으로서 실시간으로 위치를 추정할수 있게 되며 실외환경에서 위치추정 오차는 3m 내에서 나타났으며 이는 육안으로 쉽게 판별가능한 범위이고 Google Maps을 이용하여 위치를 표현해 내었다.

파티클군집최적화 방법을 적용한 위치관리시스템 최적 설계 (Optimal Design of Location Management Using Particle Swarm Optimization)

  • 변지환;김성수;장시환;김연수
    • 경영과학
    • /
    • 제29권1호
    • /
    • pp.143-152
    • /
    • 2012
  • Location area planning (LAP) problem is to partition the cellular/mobile network into location areas with the objective of minimizing the total cost in location management. The minimum cost has two components namely location update cost and searching cost. Location update cost is incurred when the user changes itself from one location area to another in the network. The searching cost incurred when a call arrives, the search is done only in the location area to find the user. Hence, it is important to find a compromise between the location update and paging operations such that the cost of mobile terminal location tracking cost is a minimum. The complete mobile network is divided into location areas. Each location area consists of a group of cells. This partitioning problem is a difficult combinatorial optimization problem. In this paper, we use particle swarm optimization (PSO) to obtain the best/optimal group of cells for 16, 36, 49, and 64 cells network. Experimental studies illustrate that PSO is more efficient and surpasses those of precious studies for these benchmarking problems.

Robust appearance feature learning using pixel-wise discrimination for visual tracking

  • Kim, Minji;Kim, Sungchan
    • ETRI Journal
    • /
    • 제41권4호
    • /
    • pp.483-493
    • /
    • 2019
  • Considering the high dimensions of video sequences, it is often challenging to acquire a sufficient dataset to train the tracking models. From this perspective, we propose to revisit the idea of hand-crafted feature learning to avoid such a requirement from a dataset. The proposed tracking approach is composed of two phases, detection and tracking, according to how severely the appearance of a target changes. The detection phase addresses severe and rapid variations by learning a new appearance model that classifies the pixels into foreground (or target) and background. We further combine the raw pixel features of the color intensity and spatial location with convolutional feature activations for robust target representation. The tracking phase tracks a target by searching for frame regions where the best pixel-level agreement to the model learned from the detection phase is achieved. Our two-phase approach results in efficient and accurate tracking, outperforming recent methods in various challenging cases of target appearance changes.

전시장 도슨트 로봇의 경로탐색을 위한 위치추적 보정 알고리즘 (Location Tracking Compensation Algorithm for Route Searching of Docent Robot in Exhibition Hall)

  • 정무경;이동명
    • 한국통신학회논문지
    • /
    • 제40권4호
    • /
    • pp.723-730
    • /
    • 2015
  • 본 논문에서는 전시장에 사용되는 도슨트 로봇 (Docent Robot)의 자율주행 정밀도 향상을 위하여 최소자승법을 적용한 위치추적 보정 알고리즘 (Location tracking Compensation Algorithm based on Least-Squares Method, $LCA_{LSM}$)을 제안하고, 도슨트 로봇을 사용한 실험을 통하여 그 성능을 분석하였다. 제안한 $LCA_{LSM}$은 전시장에서 도슨트 로봇의 자율주행에서 엔코더/자이로 (encoder/gyro, E/G)에서 발생하는 누적오차를 줄이고 위치추적 정확도를 개선하기 위하여 수집된 로봇의 위치좌표를 최소자승법 (Least-Squares Method, LSM)에 적용하여 보정한다. 실험결과, 제안한 $LCA_{LSM}$의 위치추적 평균 오차 감소율은 시나리오 1 (S1) 및 시나리오 2 (S2)에서 $LCA_{KF}$(Location tracking Compensation Algorithm based on Kalman Filter, $LCA_{KF}$) 보다 4.85% 더 높음을 확인하였다. 또한, 제안한 $LCA_{LSM}$의 측정오차에 따른 표준 편차는 S1 및 S2에서 E/G와 $LCA_{KF}$에 비해 훨씬 낮을 뿐 아니라 균일함을 확인하였다. 따라서 제안한 $LCA_{LSM}$은 도슨트 로봇이 S1 및 S2의 직선 이동을 할 때 E/G 및 $LCA_{KF}$ 보다 더 안정적임을 알 수 있다.

ON/OFF 스위치와 센서를 이용한 홈 거주자의 위치추적 및 원격모니터링 시스템 (Location Tracking and Remote Monitoring system of Home residents using ON/OFF Switches and Sensors)

  • 안동인;김명희;주수종
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제12권1호
    • /
    • pp.66-77
    • /
    • 2006
  • 본 논문에서는 ON/OFF 스위치 및 ON/OFF 센서만을 이용하여 홈 거주자의 위치탐색 및 추적하고, 이 과정을 원격으로 실시간 모니터링 서비스를 제공할 수 있는 시스템을 설계하였다. 구현환경으로 본 시스템은 우리가 개발해온 분산객체그룹 프레임워크 기반에서 구현되었다. 홈 거주자의 위치를 파악하기 위해서 우리는 개폐기능을 가지는 실내 고정된 위치에 있는 구조/시설물 및 가전제품 등에 ON/OFF스위치 및 ON/OFF 센서들을 부착한 한 흠 구조를 보인다. 홈 거주자에 의해 이들이 개폐(ON/OFF)될 때, ON/OFF 스위치 및 ON/OFF 센서로부터 발생된 신호를 흠 서버 시스템에서 수신한다. 이때 신호가 발생한 실위치가 곧 홈 거주자의 위치가 된다. 홈 서버시스템에서는 실제공간에서 검출된 홈 거주자의 위치를 원격 데스크 탐 시스템이나 이동 단말기의 화면인 가상공간상에 이를 사상(mapping)하여 홈 거주자의 위치를 표현하고, 또한, 탐색된 위치를 시간별로 분석하여 홈 거주자의 이동패턴과 이동영역, 운동량 등을 얻어 헬스케어 정보를 구축하도록 하였다. 마지막으로 본 시스템은 이들 정보를 원격 모니터링 서비스를 위해 제공하도록 하였다.

스마트폰 환경하의 실시간 처리를 위한 가변 탐색영역을 이용한 마커 추적 방법 (Realtime Processing for Marker Tracking in Smart-Phone Environment Using Deformable Searching Area)

  • 김세훈;임성준;이민호;김계영;최형일
    • 한국HCI학회:학술대회논문집
    • /
    • 한국HCI학회 2009년도 학술대회
    • /
    • pp.542-546
    • /
    • 2009
  • 모바일상의 혼합현실 기반의 소프트웨어 기술은 현재 국내외적으로 시작 단계에 있다. 하지만 급속한 모바일 인터넷 인프라의 확산, 모바일 기기의 성능 향상 및 개방형 모바일 OS의 등장으로 인해 모바일 혼합현실과 같은 새로운 융합형 IT기술이 사용자의 요구에 부흥하여, 수요가 급신장 되고 있다. 모바일 혼합현실 기반 기술 중 하나인 마커의 검출과 추적은 혼합현실의 가장 기본이며 매우 중요한 과정이다. 본 논문에서는 낮은 CPU를 이용하는 모바일 환경에 최적화된 실시간 마커 추적 방법에 대하여 제안한다. 낮은 CPU의 처리속도를 보완하기 위하여 처리영역을 축소하여 가변 탐색영역내의 공간에서 처리를 수행하고, 좌표변환정보를 이용하여 추적을 수행하는 캘리브레이션 과정을 대신하여 캠 시프트 알고리즘을 이용하여 효과적인 추적 방법을 제안한다.

  • PDF

휴대용 RFID 리더기를 활용한 분실 의료자산 최적 검색 경로 결정과 천정 고정식 리더기 설치위치 선정 방안 연구 (A Study on Optimal Searching Path Using Handheld RFID Reader and Deployment of a Stationary Reader to Maximize the Efficiency of the Search Process for Missing Medical Assets)

  • 김각규;조성진;윤봉규
    • 한국경영과학회지
    • /
    • 제37권4호
    • /
    • pp.95-109
    • /
    • 2012
  • Being able to quickly locate valuable medical equipment is critical inside hospitals. In order to utilize limited budget and resources efficiently, accurate locating or tracking is required in many fields. In this research, we focus on how to find the location of missing assets by using RFID in real time indoors to track equipment. When equipment needs to be searched, the purpose of a RFID device is to minimize the time, investment cost and effort spent searching for the equipment. Thus, this research presents a mathematical model of using RFID (both handheld reader and stationary reader) for efficient asset location. We derive the expected time of locating RFID-tagged objects in a multi-area environment where hand-held RF readers are used. We then discuss where to deploy stationary RF readers in order to maximize the efficiency of the search process.