test_feat.py 248 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 __author__ = 'chunk' from mfeat import HOG, IntraBlockDiff def test_IntraBlockDiff(): fibd = IntraBlockDiff.FeatIntraBlockDiff() print fibd.feat('res/test3.jpg') if __name__ == '__main__': test_IntraBlockDiff() print 'helllo '