Rockband Stage Kit Controller for PC
“Stage Kit Controller” (SKC) is an application written in C#, free for you to use and distribute under the GNU General Public License for free software. Its primary objective is to let you control your...
View ArticleBlog updates
Hi, During the last couple of days, I’ve been thinking of using this blog as a kind of “idea-bin” where I’d dump any thought about the projects I’m currently working on. The main reason being that I...
View ArticleTool’s hell part I: setting up ModelSim with Altera’s libraries under Win 7....
I frequently find myself deep in tool’s hell trying to set up a program for my engineering needs, it’s a common and necessary step in the design cycle, that’s reasonable. Unfortunately, the amount of...
View ArticleBuilding a custom 8-bit CPU Part 1: The basics
I Introduction So, as promised, this new series of posts will be meatier than the stuff I previously wrote. Brace yourself, we’re in for a bumpy ride. Today we will discuss the designing and...
View ArticleA 3 DOF Robotic Arm Simulation
Here’s something I have been working on for a larger undisclosed project. It is a 3 Degrees-of-Freedom robotic manipulator simulation, it uses inverse kinematics to estimate the angular position of all...
View ArticleControl Signals For A Successful Data Exchange Between Two Different Hardware...
For the project I’m working on, I had to interface at least one custom co-processor with a hard CPU. The problem is straight forward: two components with different clocks must be able to share...
View ArticleA Basic Sudoku Detector Application – Part 1: Problem Outline
Preface Some months ago, I was asked to teach an undergrad computer vision course at my university. It was my first teaching gig and… anyway, the course was a fairly basic introduction to image...
View ArticleOpenCV C++: Segmentation mask based on K-Means
In Computer Vision (or Image Processing) a common task is to compute a segmentation mask. A segmentation mask is a binary image (either the pixels are white or black) that represents a potential...
View ArticleOpenCV Python: Image Duplicate Detection Via OpenCV’s Hashing Module &...
In this post, I will explore a method to detect duplicated images in a set of images. The method relies on OpenCV’s Hashing capabilities. The idea is to generate a Hash String for each image, keep...
View Article