Similarity Measurement

OpenCV

Open Source Computer Vision.

  • feature-matching
    It takes the descriptor of one feature in first set and is matched with all other features in second set using some distance calculation. And the closest one is returned.

  • template-matching
    Template Matching is a method for searching and finding the location of a template image in a larger image.

  • comparing-histograms
    Use different metrics to compare histograms.

scikit-image

image processing in python.

scikit-video

video processing in python.