• Stars
    star
    2
  • Language
    C#
  • License
    Other
  • Created over 12 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Module for Image processing - Uses SUSAN corner detector to identify vital points to be tracked before the full-search (exhaustive) block matching algorithm (BMA). Thus the BMA is not actually a full search, as it only considers the 'vital' corners to be tracked. Provides a sufficient improvement over the full search.