Source code for ewoksndreg.features.detection.base
from typing import Optional
import numpy
from ...registry import Registered
from ..features import Features
__all__ = ["FeatureDetector"]
from typing import Optional
import numpy
from ...registry import Registered
from ..features import Features
__all__ = ["FeatureDetector"]