test_feat.py 248 Bytes
__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 '