KR20230073500A - Cctv 영상 기반 이동 차량 속도 추정 방법 - Google Patents
Cctv 영상 기반 이동 차량 속도 추정 방법 Download PDFInfo
- Publication number
- KR20230073500A KR20230073500A KR1020210159965A KR20210159965A KR20230073500A KR 20230073500 A KR20230073500 A KR 20230073500A KR 1020210159965 A KR1020210159965 A KR 1020210159965A KR 20210159965 A KR20210159965 A KR 20210159965A KR 20230073500 A KR20230073500 A KR 20230073500A
- Authority
- KR
- South Korea
- Prior art keywords
- speed
- frame
- tracking
- image frame
- estimation method
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 39
- 238000001514 detection method Methods 0.000 claims description 31
- 238000013136 deep learning model Methods 0.000 claims description 6
- 238000010191 image analysis Methods 0.000 claims description 6
- 238000013459 approach Methods 0.000 claims description 3
- 238000004458 analytical method Methods 0.000 description 4
- 238000004422 calculation algorithm Methods 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 4
- 238000012545 processing Methods 0.000 description 3
- 238000013135 deep learning Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000005259 measurement Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000002265 prevention Effects 0.000 description 2
- 102100025444 Gamma-butyrobetaine dioxygenase Human genes 0.000 description 1
- 101000934612 Homo sapiens Gamma-butyrobetaine dioxygenase Proteins 0.000 description 1
- 238000013473 artificial intelligence Methods 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/01—Detecting movement of traffic to be counted or controlled
- G08G1/052—Detecting movement of traffic to be counted or controlled with provision for determining speed or overspeed
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01P—MEASURING LINEAR OR ANGULAR SPEED, ACCELERATION, DECELERATION, OR SHOCK; INDICATING PRESENCE, ABSENCE, OR DIRECTION, OF MOVEMENT
- G01P3/00—Measuring linear or angular speed; Measuring differences of linear or angular speeds
- G01P3/36—Devices characterised by the use of optical means, e.g. using infrared, visible, or ultraviolet light
- G01P3/38—Devices characterised by the use of optical means, e.g. using infrared, visible, or ultraviolet light using photographic means
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/52—Surveillance or monitoring of activities, e.g. for recognising suspicious objects
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/01—Detecting movement of traffic to be counted or controlled
- G08G1/04—Detecting movement of traffic to be counted or controlled using optical or ultrasonic detectors
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Electromagnetism (AREA)
- Power Engineering (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Traffic Control Systems (AREA)
Abstract
Description
도 2는 프레임 인터벌이 "2"로 설정된 경우의 이동 차량 트래킹 방법,
도 3은 프레임 인터벌이 "0"으로 설정된 경우의 이동 차량 트래킹 방법(기존 방법)
도 4는 프레임 인터벌을 변화하면서 추정 속도와 실측 속도를 비교하여 얻은 표준편차를 제시한 표,
도 5는 카메라로부터 차량이 멀어지는 영상,
도 6은 카메라로부터 차량이 가까워지는 영상, 그리고,
도 7은 본 발명의 다른 실시예에 따른 CCTV VDS 영상 분석 시스템을 도시한 도면이다.
220 : 차량 속도 추정 시스템
221 : 입력부
222 : 프로세서
223 : 출력부
224 : 저장부
Claims (12)
- 영상 프레임에서 객체를 검출하는 단계;
검출된 객체를 정해진 프레임 인터벌 이후의 영상 프레임 마다 트래킹하는 단계; 및
트래킹되는 객체의 속도를 추정하는 단계;를 포함하는 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 1에 있어서,
트래킹 단계에서, 프레임 인터벌은,
객체 트래킹 시 BBox(Bounding Box) regression의 불안정을 줄여주는 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 1에 있어서,
검출 단계에서는,
프레임 인터벌이 적용되지 않는 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 1에 있어서,
검출 단계는,
영상 프레임을 분석하여 객체를 검출하도록 학습된 딥러닝 모델인 검출 모델'을 이용하여 수행되고,
트래킹 단계는,
'검출 단계에서의 검출 결과와 영상 프레임을 분석하여 객체를 트래킹하도록 학습된 딥러닝 모델인 트래킹 모델'을 이용하여 수행되는 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 1에 있어서,
프레임 인터벌은,
추정 단계를 통해 추정된 객체의 속도와 속도 측정 장비를 이용하여 실제로 측정한 객체의 속도 간 차이를 최소로 하는 수치로 결정되는 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 5에 있어서,
영상 프레임은,
카메라로부터 객체가 가까워지는 상황에서 획득되는 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 1에서,
객체는,
차량인 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 7에 있어서,
차량은,
고속도로에서 정속 주행하는 차량인 것을 특징으로 하는 객체 속도 추정 방법.
- 청구항 8에 있어서,
영상 프레임은,
고속도로에 설치된 CCTV에서 촬영되어 획득되는 영상 프레임인 것을 특징으로 하는 객체 속도 추정 방법.
- 영상 프레임에서 객체를 검출하고, 검출된 객체를 정해진 프레임 인터벌 이후의 영상 프레임 마다 트래킹하며, 트래킹되는 객체의 속도를 추정하는 프로세서; 및
프로세서에 필요한 저장공간을 제공하는 저장부;를 포함하는 것을 특징으로 하는 객체 속도 추정 시스템.
- 촬영을 통해 영상 프레임을 생성하는 단계;
생성된 영상 프레임에서 객체를 검출하는 단계;
검출된 객체를 정해진 프레임 인터벌 이후의 영상 프레임 마다 트래킹하는 단계; 및
트래킹되는 객체의 속도를 추정하는 단계;를 포함하는 것을 특징으로 하는 객체 속도 추정 방법.
- 촬영을 통해 영상 프레임을 생성하는 촬영장치; 및
촬영장치에서 생성된 영상 프레임에서 객체를 검출하고, 검출된 객체를 정해진 프레임 인터벌 이후의 영상 프레임 마다 트래킹하며, 트래킹되는 객체의 속도를 추정하는 객체 속도 추정 시스템;을 포함하는 것을 특징으로 하는 영상 분석 시스템.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020210159965A KR102586639B1 (ko) | 2021-11-19 | 2021-11-19 | Cctv 영상 기반 이동 차량 속도 추정 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020210159965A KR102586639B1 (ko) | 2021-11-19 | 2021-11-19 | Cctv 영상 기반 이동 차량 속도 추정 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20230073500A true KR20230073500A (ko) | 2023-05-26 |
KR102586639B1 KR102586639B1 (ko) | 2023-10-10 |
Family
ID=86537423
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020210159965A KR102586639B1 (ko) | 2021-11-19 | 2021-11-19 | Cctv 영상 기반 이동 차량 속도 추정 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102586639B1 (ko) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102019047B1 (ko) * | 2018-06-12 | 2019-09-10 | 대한민국 | 영상 내 차량 속도 추정 장치 및 방법 |
JP2019211814A (ja) * | 2018-05-31 | 2019-12-12 | 株式会社東芝 | 渋滞予測装置、および、渋滞予測方法 |
KR102200204B1 (ko) * | 2019-12-05 | 2021-01-11 | (주)한국아이티에스 | Cctv 영상을 활용한 3차원 영상분석 시스템 |
KR20210052031A (ko) * | 2019-10-31 | 2021-05-10 | 한국전자기술연구원 | 딥러닝 기반 교통 흐름 분석 방법 및 시스템 |
KR102323437B1 (ko) * | 2021-06-01 | 2021-11-09 | 시티아이랩 주식회사 | 딥러닝 기반 교통량 모니터링 방법, 및 시스템 |
-
2021
- 2021-11-19 KR KR1020210159965A patent/KR102586639B1/ko active IP Right Grant
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2019211814A (ja) * | 2018-05-31 | 2019-12-12 | 株式会社東芝 | 渋滞予測装置、および、渋滞予測方法 |
KR102019047B1 (ko) * | 2018-06-12 | 2019-09-10 | 대한민국 | 영상 내 차량 속도 추정 장치 및 방법 |
KR20210052031A (ko) * | 2019-10-31 | 2021-05-10 | 한국전자기술연구원 | 딥러닝 기반 교통 흐름 분석 방법 및 시스템 |
KR102200204B1 (ko) * | 2019-12-05 | 2021-01-11 | (주)한국아이티에스 | Cctv 영상을 활용한 3차원 영상분석 시스템 |
KR102323437B1 (ko) * | 2021-06-01 | 2021-11-09 | 시티아이랩 주식회사 | 딥러닝 기반 교통량 모니터링 방법, 및 시스템 |
Also Published As
Publication number | Publication date |
---|---|
KR102586639B1 (ko) | 2023-10-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Naphade et al. | The 2018 nvidia ai city challenge | |
CN102902955B (zh) | 一种车辆行为的智能分析方法及系统 | |
JP7081438B2 (ja) | オブジェクト速度推定方法と装置及び画像処理機器 | |
CN111753797B (zh) | 一种基于视频分析的车辆测速方法 | |
US10853949B2 (en) | Image processing device | |
JP2001216519A (ja) | 交通監視装置 | |
CN101312524A (zh) | 利用光迹分析的移动物体侦测装置与方法 | |
JP2021128761A (ja) | 道路監視ビデオのオブジェクト追跡装置及び方法 | |
CN110348332A (zh) | 一种交通视频场景下机非人多目标实时轨迹提取方法 | |
KR102584708B1 (ko) | 과소 및 과밀 환경을 지원하는 군중위험관리시스템 및 방법 | |
KR102308892B1 (ko) | 영상 기반 교통량 측정 시스템 및 그 방법 | |
CN112447060A (zh) | 识别车道的方法、装置及计算设备 | |
US20170103536A1 (en) | Counting apparatus and method for moving objects | |
CN111627224A (zh) | 车辆速度异常检测方法、装置、设备及存储介质 | |
Mohd et al. | Vehicles counting from video stream for automatic traffic flow analysis systems | |
Sutopo et al. | Appearance-based passenger counting in cluttered scenes with lateral movement compensation | |
CN110889347A (zh) | 基于时空计数特征的密度交通流计数方法及系统 | |
EP3905113A1 (en) | Camera height calculation method and image processing apparatus | |
KR102586639B1 (ko) | Cctv 영상 기반 이동 차량 속도 추정 방법 | |
CN112991769A (zh) | 基于视频的交通量调查方法和装置 | |
CN115909219A (zh) | 一种基于视频分析的场景变更检测方法与系统 | |
CN109800685A (zh) | 一种视频中对象的确定方法及装置 | |
CN112541457B (zh) | 一种监控节点的搜索方法及相关装置 | |
CN109740518B (zh) | 一种视频中对象的确定方法及装置 | |
Yao | An effective vehicle counting approach based on CNN |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20211119 |
|
PA0201 | Request for examination | ||
PG1501 | Laying open of application | ||
A302 | Request for accelerated examination | ||
PA0302 | Request for accelerated examination |
Patent event date: 20230621 Patent event code: PA03022R01D Comment text: Request for Accelerated Examination Patent event date: 20211119 Patent event code: PA03021R01I Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20230726 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20230921 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20231004 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20231004 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |