Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes
Feature Detectors

Corner Detectors, Edge Detectors, ... More...

+ Collaboration diagram for Feature Detectors:

Classes

struct  BIAS::BIASBlob
 Helper class to store blob corners. More...
 
class  BIAS::BlobDetectorBase< StorageType >
 purly virtual interface defining class for blob detectors More...
 
class  BIAS::BlobDetectorBFS< StorageType >
 Detects multiple blobs in an image, image has to be black except blocks to detect. More...
 
class  BIAS::BlobDetectorCCA< StorageType >
 Does a Connected Component Analyis and gives information about regions in an image, like centroid and bounding boxes. More...
 
class  BIAS::BlobDetectorLevelSet< StorageType >
 Evaluates a segementation into fore/back-ground. More...
 
class  BIAS::CheckerboardDetector
 Detects a checkerboard pattern in an image (typically 7x4 inner corners, asymmetric layout recommended). More...
 
class  BIAS::CheckerboardDetectorCrossFilter
 Detects a checkerboard pattern (typically 7x4 inner corners, asymmetric layout recommended) in an image using a cross shaped image filter. More...
 
class  BIAS::ColorHarris
 Detects Harris Features on color images. More...
 
class  BIAS::ContourBSplineData
 data object which holds all infomations of a B-Spline curve (ContourBSpline); its shared by B-Spline curves with same basis. More...
 
class  BIAS::ContourBSplineShapeMatrix
 data object which holds a shape matrix or regularisation matrix for a b-spline curve; could be shared by some ContourBSpline objects More...
 
class  BIAS::ContourBSplineType
 
class  BIAS::ContourDetectorBase< StorageType >
 purely virtual interface defining class for contour detectors More...
 
class  BIAS::ContourDetectorBSpline< StorageType >
 represents a special B-Spline and holds functions to handle fitting More...
 
class  BIAS::ContourDetectorSimple< StorageType >
 a class for calculating the contour of a segmented region More...
 
class  BIAS::CornerDetectorBase< StorageType >
 purly virtual interface defining class for corner detectors More...
 
class  BIAS::CornerDetectorFoerstner< StorageType, CalculationType >
 foerstner corner detector, detects grey value corners in images More...
 
class  BIAS::CornerDetectorGradient< StorageType, CalculationType >
 base class for all gradient based corner detectors More...
 
class  BIAS::CornerDetectorHarris< StorageType, CalculationType >
 Harris corner detector, detects grey value corners in images. More...
 
class  BIAS::CornerDetectorKLT< StorageType, CalculationType >
 Computes the cornerness as the smaller eigenvalue of the structure tensor matrix. More...
 
class  BIAS::CornerDetectorSusan< StorageType >
 The Susan corner detector (oxford implementation, see license) More...
 
class  BIAS::cornerstruct
 used only by Susan corner detector More...
 
class  BIAS::LEDDetector
 This class contains methods to detect (IR)-LED-Spots, with template matching (new search) or in "recycling" mode (search at old positions). More...
 
class  BIAS::LinearRegionDetector< StorageType, CalculationType >
 try to detect linear regions (const gradient) in images, experimental code for testing More...
 

Detailed Description

Corner Detectors, Edge Detectors, ...