Posts

Scene Detection with Python and OpenCV, Part 2

Part 2: Adaptive Threshold Detection This post is currently being migrated from the old location, click here to view the old one on The Wayback Machine.

Continue reading

Scene Detection with Python and OpenCV, Part 1

Part 1: Threshold/Fade-to-Black Detection 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 by clicking here. Thank you for your patience during this time. 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.

Continue reading

How does word length affect the performance and operation of a CPU?

About a year ago, I came across a question on Super User titled “How much faster is a 64-bit CPU than a 32-bit CPU?”, which was promptly closed and deleted since it’s a very open ended question. However, the author (a software developer) referred to benchmarks regarding system performance in 32-bit versus 64-bit. The purpose of this blog post is to investigate how the performance of a computer is affected, as a function of the word length.

Continue reading

Fixing the XAnalogTV Screensaver

This post is currently being migrated from the old location, click here to view the old one on The Wayback Machine.

Continue reading