Static Classes and Static Class Members in C#

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 to create an instance of the class type. Since no instance of a static class can exist, its members can only be accessed using …

Continue reading ‘Static Classes and Static Class Members in C#’ »

Tracking Colored Objects in Video using OpenCV and cvBlobsLib

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 in a snow-covered landscape (a bitterly cold Musselburgh allotments, December 2010).