Skip to content

This is the code for moving targets detection via a moving camera in a UAV

Notifications You must be signed in to change notification settings

super-zyw/detect_moving_target_in_moving_camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is the code for moving targets detection by a moving camera.

  1. The image features are selected by good_feature_to_track
  2. The features are then tracked by LK optical flow through consecutive 3 frames
  3. The 2nd and 3rd images are transformed on the 1st image by registering the features
  4. The new 2nd image are substracted by the new 3rd image, the residual image is then postprocessed by thresholding, and morphological operations.

About

This is the code for moving targets detection via a moving camera in a UAV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages