GITLAB

Chunk / ImageR

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • imager
  • test
  • test_feat.py
  • 2c2d57c7   ILSVRC datapath half-finished.we propose a new retrieve framework. Browse Code ยป
    Chunk
    2015-03-31 19:19:10 +0800  
test_feat.py 274 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
__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 '