Spaces:
Runtime error
Runtime error
Samuel Schmidt
commited on
Commit
·
1b4e6a4
1
Parent(s):
cffc8b0
Update src/LBP.py
Browse files- 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
|
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
|