Samuel Schmidt commited on
Commit
1b4e6a4
·
1 Parent(s): cffc8b0

Update src/LBP.py

Browse files
Files changed (1) hide show
  1. src/LBP.py +1 -1
src/LBP.py CHANGED
@@ -2,7 +2,7 @@ from skimage import feature
2
  import numpy as np
3
  from PIL import Image
4
 
5
- class LocalBinaryPatterns:
6
  def __init__(self, numPoints, radius):
7
  # store the number of points and radius
8
  self.numPoints = numPoints
 
2
  import numpy as np
3
  from PIL import Image
4
 
5
+ class LBPImageEncoder:
6
  def __init__(self, numPoints, radius):
7
  # store the number of points and radius
8
  self.numPoints = numPoints