Blame view

mfeat/__init__.py 155 Bytes
c7fa1d60   Chunk   refractoration st...
1
2
__author__ = 'chunk'

84648488   Chunk   reverted.
3
4
5
6
7
8
__all__ = ['FeatureBase']


class FeatureBase(object):
    def __init__(self):
        pass
0d9a20ea   Chunk   staged.
9

c7fa1d60   Chunk   refractoration st...
10
    def feat(self, image):
84648488   Chunk   reverted.
11
        pass
c7fa1d60   Chunk   refractoration st...

1d19f0e7   Chunk   staged.

84648488   Chunk   reverted.