Metadata-Version: 1.1
Name: imglib
Version: 1.6
Summary: search a sub image from a parent image
Home-page: UNKNOWN
Author: baohongbin
Author-email: hongbin.bao@gmail.com
License: MIT
Description: find a sub image from a parent image and calculate the center point (X,Y) coordinate
        
        usage:
        
        >>> from imglib.imgcomparison import isMatch, getMatchedCenterOffset
        
        >>> isMatch(path_of_subimg, path_of_parentimg, threshold=0.01)
        
Keywords: python opencv binding to search sub image
Platform: Linux
Classifier: Development Status :: 3 - Alpha
