Developing a video object tracking system using the following techniques:
  1. 3D region growing method
  2. Track the specified region in the beginning frame of the shot throughout the shot.
    Track the object using the distance between all pixels in each frame and the specified area in the beginning frame.
    Specify the initial frame region.
    Expand the specified region in 3D using the region growing method.