HoughCircles | VisionBehavior 's implementation of the Hough's transform to get circles in an image |
HoughLines | VisionBehavior 's implementation of the Hough's transform to get lines in an image |
LkTracking | VisionBehavior 's implementation of the LK-Optical Flow (Lucas and Kanade) used to do blob-tracking in an image |
Squares | VisionBehavior 's implementation of an heavy algorithm which finds squares in an image |
VBKeyVisitor< e > | A template for visiting Variants with a key pressed (= a char) |
VBVisitor< e > | A template for visiting Variants with an image |
VBVisitor< COMPUTE > | Template specialized with the enum 'COMPUTE'. It just means that the function called by the visitor is 'doComputations()' |
VBVisitor< WRITEON > | Template specialized with the enum 'WRITEON'. It just means that the function called by the visitor is 'writeOn()' |
Vision | Driver of the VisionBehavior classes |
VisionBehavior< T > | Interface for any vision computations |