3.2 Object segmentation
Object segmentation is to divide the image into
moving area and static area. The algorithm presented in
this paper will get the edge images first, then
difference them to get the edge difference image. In the
final image we get, the pixel value of background area
equal to 0 and pixel value of the edge of moving
objects equal to 1. Now we will compare the difference
between our algorithm and moving edge method
mentioned in 2.2.