test_feat.py 270 Bytes
__author__ = 'chunk'

from common import *

from mfeat import HOG, IntraBlockDiff


def test_IntraBlockDiff():
    fibd = IntraBlockDiff.FeatIntraBlockDiff()
    print fibd.feat('res/test3.jpg')


if __name__ == '__main__':
    test_IntraBlockDiff()
    print 'helllo '