$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

가중치 그래프의 고유벡터 중심성에 따른 실시간 차량추적 알고리즘
Real-time Vehicle Tracking Algorithm According to Eigenvector Centrality of Weighted Graph 원문보기

멀티미디어학회논문지 = Journal of Korea Multimedia Society, v.23 no.4, 2020년, pp.517 - 524  

김선형 (School of Computer Science and Engineering, Graduate School, Kyungpook National University) ,  김상욱 (School of Computer Science and Engineering, Graduate School, Kyungpook National University)

Abstract AI-Helper 아이콘AI-Helper

Recently, many researches have been conducted to automatically recognize license plates of vehicles and use the analyzed information to manage stolen vehicles and track the vehicle. However, such a system must eventually be investigated by people through direct monitoring. Therefore, in this paper, ...

주제어

표/그림 (9)

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 사물인터넷 환경에서 IoT 기기의 네트워크를 그래프로 표현한 연구가 많이 이루어지고 있다[7]. 따라서 본 논문에서는 사물인터넷 환경에 등록된 카메라 간의 관련성을 가중치 그래프로 정의하고 나타내었다. 그래프에서 정의된 카메라 노드 간의 관계에 따라 분석한 정보를 서로 공유하고 탐색한다.
  • 본 논문에서는 시스템에 등록된 카메라 기기를 그래프를 이용하여 정의하고, 기기의 관계를 가중치 값을 이용하여 나타내었다. 또한 가중치를 이용한 고유 벡터 중심성 값을 통해 탐색하고자 하는 카메라를 선택하여 탐색함으로써 탐색의 효율을 높이고자 하였다. 또한 등록된 카메라의 기기정보와 영상정보를 실시간으로 데이터베이스에 저장한다.
  • 찾고자하는 차량의 번호를 입력하면 탐색할 카메라를 선정하고, 선정된 카메라의 이미지 데이터만 분석하며, 분석할 데이터의 순서와 분석할 시간을 지정함으로써 분석할 데이터의 양을 줄일 수 있다. 또한 차량을 탐색한 카메라의 위치정보를 추출함으로써 차량의 이동경로를 예측하고, 지도상에 표시하여 모니터링 하는 사용자의 직관적인 이해를 돕는다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
이동반경 내에 있는 카메라에 대한 탐색순서는 무엇을 기준으로 하는가? 이동반경(moving radius) 내에 있는 카메라에 대한 탐색순서는 중요한 노드를 기준으로 한다. 이때 중요한 노드는 고유벡터 중심성(Eigenvector Centrality, Ce)을 이용하여 결정한다.
카메라를 이용한 감시시스템을 통해 촬영한 영상을 분석할 때 문제점은 무엇인가? 또한 카메라를 이용한 감시시스템을 통해 촬영된 영상을 분석하여 용의자의 인상착의 분석이나 차량 번호판 인식 시스템에 대한 연구가 이루어지고 있다[4,5]. 그러나 용의자를 찾고 차량을 찾는 시스템은 사람의 개입이 필요하므로 실시간 추적이 어렵고, 많은 양의 영상과 이미지를 분석해야한다는 문제점이 있다. 이러한 방대한 데이터를 처리하기 위해 빅데이터 영상 처리를 이용하는 연구가 이루어지고 있다[6].
고유벡터 중심성이란 무엇인가? 이때 중요한 노드는 고유벡터 중심성(Eigenvector Centrality, Ce)을 이용하여 결정한다. 이 때, 고유벡터 중심성이란 연결된 노드가 많은 노드가 중요한 노드가 되는 것이 아닌, 중요한 노드와 많이 연결된 노드를 중요하게 판단하는 방법이다. 따라서 고유벡터 중심성에 따라 중요한 노드 N(c7)과 연결된 다른 노드들의 중심성을 반영하여 중요한 노드를 결정한다.
질의응답 정보가 도움이 되었나요?

참고문헌 (16)

  1. M. K. Hossen, and S. H. Tuli, "A surveillance system based on motion detection and motion estimation using optical flow," IEEE 5th International Conference on Informatics, Electronics and Vision (ICIEV), pp. 646-651, 2016. 

  2. Y. Seungho, and K. Jaemin, “Realtime Vehicle Tracking and Region Detection in Indoor Parking Lot for Intelligent Parking Control,” Journal of Korea Multimedia Society, Vol. 19, No. 2, pp. 418-427, 2016. 

  3. D. K. Yadav, L. Sharma, and S. K. Bharti, "Moving object detection in real-time visual surveillance using background subtraction technique," IEEE 14th International Conference on Hybrid Intelligent Systems, pp. 79-84, 2014. 

  4. Z. Chen, T. Ellis, and S. A. Velastin, "Vehicle detection, tracking and classification in urban traffic," 15th International IEEE Conference on Intelligent Transportation Systems, pp. 951-956, 2012. 

  5. Pokale, A. Tushar, D. T. Ingole, and M. D. Ingole, “A review on real time integrated CCTV system using face detection for vehicle seat vacancy identification with image processing technique,” International Journal on Recent and Innovation Trends in Computing and Communication, Vol. 6, No. 7, pp. 121-123, 2018. 

  6. S. Yang, C. Choi, and H. Choi, “Design and Implementation of Vehicle Route Tracking System using Hadoop-Based Bigdata Image Processing,” Journal of Digital Contents Society, Vol. 14, No. 4, pp. 447-454, 2013. 

  7. A. Paul, "Graph based M2M optimization in an IoT environment," In Proceedings of the 2013 Research in Adaptive and Convergent Systems, pp. 45-46, 2013. 

  8. C. Caraffi, T. Vojir, J. Trefny, J. Sochman, and J. Matas, "A system for real-time detection and tracking of vehicles from a single carmounted camera," 15th international IEEE conference on intelligent transportation systems, pp. 975-982, 2012. 

  9. H. Lee, D. Kim, D. Kim, and S. Y. Bang, "Real-time automatic vehicle management system using vehicle tracking and car plate number identification," IEEE International Conference on Multimedia and Expo. ICME '03. Proceedings (Cat. No. 03TH8698), Vol. 2, pp. II-353, 2003. 

  10. S. L. Chang, L. S. Chen, Y. C. Chung, and S. W. Chen, “Automatic license plate recognition,” IEEE transactions on intelligent transportation systems, Vol. 5, No. 1, pp. 42-53, 2004. 

  11. M. Betke, E. Haritaoglu, and L. S. Davis, "Real-time multiple vehicle detection and tracking from a moving vehicle," Machine vision and applications, Vol. 12(2), pp. 69-83, 2000. 

  12. D. M. Babu, K. Manvitha, M. S. Narendra, A. Swathi, and K. P. Varma, “Vehicle tracking using number plate recognition system,” International Journal of Computer Science and Information Technologies, Vol. 6, No. 2, pp. 1473-1476, 2015. 

  13. Y. Y. Chen, J. R. Chen, L. H. Chang, and S. C. Hung, U.S. Patent No. 9,761,135. Washington, DC: U.S. Patent and Trademark Office, 2017. 

  14. S. Misra, R. Barthwal, and M. S. Obaidat, "Community detection in an integrated Internet of Things and social network architecture," In 2012 IEEE Global Communications Conference, pp. 1647-1652), 2012. 

  15. D. Le-Phuoc, H. N. M. Quoc, H. N. Quoc, T. T. Nhat, and M. Hauswirth, "The Graph of Things: A step towards the Live Knowledge Graph of connected things," Journal of Web Semantics, Vol. 37, pp. 25-35, 2016. 

  16. Geographical_distance, https://en.wikipedia.org/wiki/Geographical_distance. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

BRONZE

출판사/학술단체 등이 한시적으로 특별한 프로모션 또는 일정기간 경과 후 접근을 허용하여, 출판사/학술단체 등의 사이트에서 이용 가능한 논문

이 논문과 함께 이용한 콘텐츠

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로