MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / get_metrics

Method get_metrics

scenedetect/detector.py:96–103  ·  view source on GitHub ↗

Returns a list of all metric names/keys used by this detector. Returns: List of strings of frame metric key names that will be used by the detector when a StatsManager is passed to process_frame.

(self)

Source from the content-addressed store, hash-verified

94 self._stats_manager = value
95
96 def get_metrics(self) -> list[str]:
97 """Returns a list of all metric names/keys used by this detector.
98
99 Returns:
100 List of strings of frame metric key names that will be used by
101 the detector when a StatsManager is passed to process_frame.
102 """
103 return []
104
105
106class FlashFilter:

Callers 1

add_detectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected