Skip to content

Commit 89774ef

Browse files
committed
Fixed link to Part 2.
1 parent 6cc2d78 commit 89774ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By: [Brandon Castellano](http://www.bcastell.com)
1010
This repository contains the example programs, corresponding to the three-part tutorial on detecting scene changes in videos with Python and OpenCV, which can be found at:
1111

1212
1. [Simple Threshold/Fade-to-Black Detection](http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-1/)
13-
2. [Optimized/Adaptive Threshold Detection](http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-1/)
13+
2. [Optimized/Adaptive Threshold Detection](http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-2/)
1414
3. Content-Aware Scene Changes (coming soon!)
1515

1616
All files in the `examples/` directory are released into the public domain. In total, there are three programs (`part1-threshold.py`, `part2-adaptive.py`, and still under development, `part3-content-aware.py`) corresponding to the respective part in the tutorial linked above. Usage details for each program can be found in the comment header for that file.

0 commit comments

Comments
 (0)