摘要
本文提出的运动轨迹检测方法包括图像分割和透视变换。首先处理视频采集图像,然后进行灰度化、二值化、连通域标记等处理,再引入Canny边缘检测算法提取图像轮廓,经MATLAB编程求得影子的轮廓像素坐标。最后根据透视变换,求得视频中影子的实际坐标,并在二维和三维坐标系下描绘了其运动轨迹图。
A method of motion trajectory detection is proposed in this paper, including image segmentation and perspective transformation. First of all, the video images are processed. Then the images are dealed with Grayscale, Binarization and Connected Component Labeling. The contour of images are acquired with Canny edge detection algorithm, and the coordinates of contour pixel are obtained with the MATLAB programming. Finally, the actual coordinates of the video images are obtained with Perspective Transformation. And shadow motion trajectory is simulated in the two-dimensional and three-dimensional coordinate system.
出处
《电脑与电信》
2016年第6期68-70,共3页
Computer & Telecommunication
关键词
运动轨迹检测
图像分割
透视变换
CANNY边缘检测算法
motion trajectory detection
image segmentation
perspective transformation
Canny edge detection algorithm