mirror of
https://github.com/3x4byte/StreetsignRecognition.git
synced 2025-12-21 17:35:53 +00:00
added feature enum | fixed image_processing crop
This commit is contained in:
7
src/feature.py
Normal file
7
src/feature.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from enum import Enum, auto
|
||||
|
||||
class Feature(Enum):
|
||||
OVERALL_COLOR_PERCENTAGE = auto()
|
||||
RASTER_COLOR_PERCENTAGE = auto()
|
||||
CORNERS = auto()
|
||||
EDGES = auto()
|
||||
Reference in New Issue
Block a user