Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ingenuitas/SimpleCV
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliver committed May 23, 2012
2 parents 9f766df + 444ba0a commit ae5036f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimpleCV/Features/Detection.py
Expand Up @@ -467,6 +467,7 @@ def draw(self, color = (0, 255, 0),width=1):
def __getstate__(self):
dict = self.__dict__.copy()
del dict["classifier"]
return dict


def meanColor(self):
Expand Down

0 comments on commit ae5036f

Please sign in to comment.