Automatic Camera Calibration for Traffic Understanding [BMVC 2014]

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ค. 2014
  • We propose a method for fully automatic calibration of traffic surveillance cameras. This method allows for calibration of the camera - including scale - without any user input, only from several minutes of input surveillance video. The targeted applications include speed measurement, measurement of vehicle dimensions, vehicle classification, etc. The first step of our approach is camera calibration by determining three vanishing points defining the stream of vehicles. The second step is construction of 3D bounding boxes of individual vehicles and their measurement up to scale. We propose to first construct the projection of the bounding boxes and then, by using the camera calibration obtained earlier, create their 3D representation. In the third step, we propose a method to using the dimensions of the 3D bounding boxes for calibration of the scene scale. This facilitates new automatic applications based on measurement of speed and real-world dimensions. We collected a dataset with ground truth speed and distance measurements and evaluate our approach on it. The achieved mean accuracy of speed and distance measurement is below 2%. Our efficient C++ implementation runs in real time on a low-end processor (Core i3) with a safe margin even for full-HD videos.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 8

  • @russellkaplan2865
    @russellkaplan2865 8 ปีที่แล้ว +2

    This is quite cool. Do you assume the camera is at the origin of the world coordinate system? Otherwise I don't see how you can recover the camera extrinsics automatically.

  • @sebastienbeal5724
    @sebastienbeal5724 6 ปีที่แล้ว

    great job, who do you deal with shadows?

  • @bgpauu
    @bgpauu 7 ปีที่แล้ว

    Wonderfull, what is the name of technology that you use?