Skip to content

Commit

Permalink
Increasing number of minimum neighbors for face detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed Jan 31, 2012
1 parent 056c3c7 commit 2934d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thumbor/detectors/local_detector.py
Expand Up @@ -43,7 +43,7 @@ def get_features(self):

min_size = self.get_min_size_for(sz)
haar_scale = 1.2
min_neighbors = 1
min_neighbors = 4

cv.EqualizeHist(gray, gray)

Expand Down

0 comments on commit 2934d09

Please sign in to comment.