Skip to content

shinjian/Lane-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane Detection Project 2022

차량 주행 영상 기반 도로 차선 검출 프로젝트


Introduction

  • 프로젝트 제작 기간
    • 2022.10.09 ~ 2022.10.23 (14일)
    • 순수 제작 시간 9h 32m

이번 프로젝트는 차량의 곡선 부분까지 검출할 수 있는 알고리즘을 적용했습니다.

예전에 제작한 차선 검출 프로그램은 하프 변환 알고리즘을 기반으로 하기 때문에 곡선 부분의 차선은 검출하기 힘들었던 단점이 있었습니다. 이를 보완하고자 Sliding Window 알고리즘을 적용시켜 곡선 차선까지 검출하는데 성공했습니다.

추후 여기서 더 나아가 YOLO v5 등을 이용하여 영상 속에 있는 차량들까지 감지해서 거리 계산 알고리즘 및 보행자 인식까지 기대할 수 있을 것 같습니다.


Development environment


Sliding Window Algorithm

Sliding Window.
image

Sliding Window 기법은 위 그림처럼 세 칸의 윈도우 크기(이하 "margin")를 정해주고 일정한 방향으로 윈도우(창)를 이동시켜가며 Maximum value를 중식으로 원하는 값이 제일 많이 분포하는 윈도우를 찾아가는 알고리즘입니다.

1. Sliding Window를 위한 전처리 과정

2. 이미지에 대한 Histogram으로 Window의 시작점을 정함

3. Sliding Window Algorithm 적용

도로 주행영상 차선 검출 결과


References

  • Navigational Path Detection Using Fuzzy Binarization and Hough Transfor - Korea Science
  • Sliding Window Algorithm - POJ

About

도로 주행영상 차선 감지 프로젝트

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages