neuralset.extractors.image.HOG

pydantic model neuralset.extractors.image.HOG[source][source]

Histogram of oriented gradients (Dalal & Triggs, 2005).

See https://scikit-image.org/docs/stable/auto_examples/features_detection/plot_hog.html

References

Fields:

requirements: ClassVar[tuple[str, ...]] = ('scikit-image>=0.22.0', 'pillow>=9.2.0')[source]