added corners,edges,counters to FV

This commit is contained in:
Denys Seredenko
2024-10-19 17:31:56 +02:00
parent 7eb53df831
commit 8f0e8fd7fe
6 changed files with 48 additions and 65 deletions

View File

@@ -5,3 +5,4 @@ class Feature(Enum):
RASTER_COLOR_PERCENTAGE = auto()
CORNERS = auto()
EDGES = auto()
COUNTOURS = auto()