Month: October 2011
Static classes – what are they?In C#, static classes have one important difference to that of non-static classes: they cannot be instantiated. That is, the new operator cannot be used …
remove – What is does and does not doLike all STL algorithms, remove receives a pair of iterators to identify the range of container elements over which it needs to …
As a newcomer to image processing, I have attempted to achieve the tracking of coloured objects in some sample video footage. In my case, my little one’s blue gloves moving …