Skip to content

Commit 85d79b6

Browse files
committed
[docs] Place AdaptiveDetector first in listing
This is now the default so we place it first accordingly.
1 parent 98f4be6 commit 85d79b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)