<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Tutorials on Brandon Castellano</title>
		<link>https://www.bcastell.com/categories/tutorials/</link>
		<description>Recent content in Tutorials on Brandon Castellano</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 06 Sep 2017 01:14:08 +0200</lastBuildDate>
		
			<atom:link href="https://www.bcastell.com/categories/tutorials/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Scene Detection with Python and OpenCV, Part 2</title>
				<link>https://www.bcastell.com/posts/scene-detection-tutorial-part-2/</link>
				<pubDate>Wed, 06 Sep 2017 01:14:08 +0200</pubDate>
				<guid>https://www.bcastell.com/posts/scene-detection-tutorial-part-2/</guid>
				<description>&lt;h1 id=&#34;part-2-adaptive-threshold-detection&#34;&gt;Part 2: Adaptive Threshold Detection&lt;/h1&gt;&#xA;&lt;p&gt;This post is currently being migrated from the old location, &lt;a href=&#34;https://web.archive.org/web/20160316124732/http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-2/&#34;&gt;click here to view the old one on The Wayback Machine&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Scene Detection with Python and OpenCV, Part 1</title>
				<link>https://www.bcastell.com/posts/scene-detection-tutorial-part-1/</link>
				<pubDate>Sat, 19 Oct 2013 00:00:00 +0000</pubDate>
				<guid>https://www.bcastell.com/posts/scene-detection-tutorial-part-1/</guid>
				<description>&lt;h2 id=&#34;part-1-thresholdfade-to-black-detection&#34;&gt;Part 1: Threshold/Fade-to-Black Detection&lt;/h2&gt;&#xA;&lt;p&gt;This tutorial is currently being migrated from the old location.  In the meantime, you can view the cached version of the previous, complete version on The Wayback Machine &lt;a href=&#34;https://web.archive.org/web/20160316225649/http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-1/&#34;&gt;by clicking here&lt;/a&gt;.  Thank you for your patience during this time.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;In the first part of this three-part tutorial, we will write a Python program, using the OpenCV library, to perform threshold-based scene detection, to determine the exact frames where scene transitions (fade ins/outs to/from black in this case) occur. In the following tutorials, we will optimize our scene detection algorithm, and use the output to create a scene list with proper timecodes (&lt;a href=&#34;https://www.bcastell.com/posts/scene-detection-tutorial-part-2/&#34;&gt;Part 2&lt;/a&gt;) so a video can be split automatically into scenes. Lastly, we will cover how to detect content-based scene changes (in a future Part 3, coming soon), and combine this with the concepts from the previous tutorials to create a robust scene detection program.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
