Skip to content

Commit 33a9c6e

Browse files
committed
[docs] Put default detector first in detector listing
1 parent 7dee4b9 commit 33a9c6e

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
@@ -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

0 commit comments

Comments
 (0)