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 @@ -9,12 +9,12 @@ The `scenedetect` API is easy to integrate with most application workflows, whil
99
1010 * :ref: `scenedetect.detectors 🕵️ <scenedetect-detectors >`: detection algorithms:
1111
12+ * :mod: `AdaptiveDetector <scenedetect.detectors.adaptive_detector> ` finds fast cuts using rolling average of HSL changes
13+
1214 * :mod: `ContentDetector <scenedetect.detectors.content_detector> `: detects fast cuts using weighted average of HSV changes
1315
1416 * :mod: `ThresholdDetector <scenedetect.detectors.threshold_detector> `: finds fades in/out using average pixel intensity changes in RGB
1517
16- * :mod: `AdaptiveDetector <scenedetect.detectors.adaptive_detector> ` finds fast cuts using rolling average of HSL changes
17-
1818 * :mod: `HistogramDetector <scenedetect.detectors.histogram_detector> ` finds fast cuts using HSV histogram changes
1919
2020 * :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