|
Open Detection
1.0
|
| A class for detection using Cascade classifiers | |
| A linear classifier for HOG features | |
| A facerecognizer based on EigenFace and FischerFace algorithms | |
| Class for training HOG based detector | |
| Detector based on 3D global features like VFH, ESF, CVFH etc | |
| ODPointCloudGlobalMatching: global feature based object detection in point cloud | |
| Training class for the detector ODCADDetector3DGlobal | |
| Simple RANSAC based 3D object recognizer | |
| ODImageLocalMatchingTrainer | |
| ODImageLocalMatchingDetector | |
| ODImageLocalMatching | |
| ODCADRecogTrainerSnapshotBased; One of the new algorithm; details will be explained later | |
| The common class for detectors | |
| This is the main class for object detection and recognition | |
| The base of all algorithm classes | |
| The base class of all the detection | |
| Detection for 2D with 2D location information | |
| Detection in 3D with 3D location information | |
| Detection in 2D with complete information | |
| The container class for ODDetection | |
| The container class for ODDetection2D returned by ODDetector2D | |
| The container class for ODDetection3D returned by ODDetector3D | |
| The container class for ODDetectionComplete returned by ODDetector2DComplete | |
| The main detector class; all special Detectors derives from this | |
| The detector of 2D scene | |
| The detector of 3D scene | |
| The detector of 2D scene performing a 'complete detection' | |
| Base class for Scenes | |
| Class for Image Scene | |
| Class for 3D scene containing point cloud | |
| The base class for all trainers | |
| An utility class for Timer related operations | |
| Utility class for File and directory handling | |
| Class for running multiple Detection algorithms (with default parameters) on the same scene | |