This post is all about the red Blob Detection from a Video.This is the post you should be looking on if you are here for blob Detection.Here the method which I have used is the Color Space conversion and then the detection using some more functions.So if you are looking for Color recognition then youre at the right place… (more…)
December 20, 2008
September 28, 2008
Color Detection by using Color space basics
Ever wondered how can i detect the color ..rather one color from many colors and highlight the same..?
This post is all about it…a quick glimpse about the color detection thing is here and also the method which I have used here is Color space conversion..So If you are a color Enthusiast then you should study this post… (more…)
May 8, 2008
Monochrome Images from Color Images
This post shows exactly how to play with the images channels throw it to the back or use a single channel to do something else.In this post I have taken a three channel Image and then I have made another Image and taken out one of the channel from the color image and pasted in this monochrome image… (more…)
March 26, 2008
Seeing Through OpenCV
Before we speak about anything else I’d like to speak about Images first ….Please do not think about an image to be an image.Just take an image to be an array of numbers and just numbers, Integers or whatever.Images are nothing but arrays numbers and
