File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ The `scenedetect` API is easy to integrate with most application workflows, whil
1111
1212 * :ref: `scenedetect.detectors 🕵️ <scenedetect-detectors >`: Detection algorithms:
1313
14+ * :mod: `AdaptiveDetector <scenedetect.detectors.adaptive_detector> ` finds fast cuts using rolling average of HSL changes
15+
1416 * :mod: `ContentDetector <scenedetect.detectors.content_detector> `: detects fast cuts using weighted average of HSV changes
1517
1618 * :mod: `ThresholdDetector <scenedetect.detectors.threshold_detector> `: finds fades in/out using average pixel intensity changes in RGB
1719
18- * :mod: `AdaptiveDetector <scenedetect.detectors.adaptive_detector> ` finds fast cuts using rolling average of HSL changes
19-
2020 * :mod: `HistogramDetector <scenedetect.detectors.histogram_detector> ` finds fast cuts using HSV histogram changes
2121
2222 * :mod: `HashDetector <scenedetect.detectors.hash_detector> `: finds fast cuts using perceptual image hashing
You can’t perform that action at this time.
0 commit comments