GITLAB

Chunk / ImageR

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • imager
  • mfeat
  • __init__.py
  • 1373c46c   refactor staged. Browse Code ยป
    Chunk
    2015-05-25 13:50:10 +0800  
__init__.py 155 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
__author__ = 'chunk'

__all__ = ['FeatureBase']


class FeatureBase(object):
    def __init__(self):
        pass

    def feat(self, image):
        pass