![]() |
My Project
|
▼Nalvar | Main ALVAR namespace |
▼Nplugins | Dynamically loaded plugins namespace |
CCaptureCmu | Implementation of Capture interface for Cmu plugin |
CCapturePluginCmu | Implementation of CapturePlugin interface for Cmu plugin |
CCaptureDSCapture | Implementation of Capture interface for DSCapture plugin |
CCapturePluginDSCapture | Implementation of CapturePlugin interface for DSCapture plugin |
CCaptureFile | Implementation of Capture interface for File plugin |
CCapturePluginFile | Implementation of CapturePlugin interface for File plugin |
CCaptureHighgui | Implementation of Capture interface for Highgui plugin |
CCapturePluginHighgui | Implementation of CapturePlugin interface for Highgui plugin |
CCapturePtgrey | Implementation of Capture interface for Ptgrey plugin |
CCapturePluginPtgrey | Implementation of CapturePlugin interface for Ptgrey plugin |
CAlvarException | ALVAR exception class |
CBitset | Bitset is a basic class for handling bit sequences |
CBitsetExt | An extended Bitset ( BitsetExt ) for handling e.g. Hamming encoding/decoding |
CProjPoints | Simple structure for collecting 2D and 3D points e.g. for camera calibration |
CCamera | Simple Camera class for calculating distortions, orientation or projections with pre-calibrated camera |
CHomography | Simple Homography class for finding and projecting points between two planes |
CLabeling | Base class for labeling connected components from binary image |
CLabelingCvSeq | Labeling class that uses OpenCV routines to find connected components |
▼CContainer3d | Generic container to store any information in 3D (features, photos, ...) |
CIterator | Iterator for going through the items in Container3d in the specified order |
CContainer3dSortDist | Functor class for Container3d Sort() to sort the search base using distance to specified origin |
CContainer3dSortSize | Functor class for Container3d Sort() to sort the search base using content size |
CContainer3dLimitDist | Functor class for Container3d Limit() to limit the search space with distance |
CExternalContainer | Basic structure to be usable with EC methods |
CDoHandleTest | This is a default functor for testing which items in the container should be handled by each method |
CDoEraseTest | This is default functor for testing which items in the container should be erased |
CTrackerFeaturesEC | Version of TrackerFeatures using external container |
CCameraEC | Version of Camera using external container |
CMarkerDetectorEC | Version of MarkerDetector using external container |
CMultiMarkerEC | Version of MultiMarker using external container |
CFileFormatUtils | Utility functions for file reading / writing |
CFilter | Filter is pure virtual class describing the basic virtual interface for all filters |
CFilterAverage | FilterAverage provides an average filter |
CFilterMedian | FilterMedian provides an median filter |
CFilterRunningAverage | FilterRunningAverage provides an weighted running average filter |
CFilterDoubleExponentialSmoothing | FilterDoubleExponentialSmoothing provides an weighted running average filter |
CFilterArray | Class for handling an array of filtered values |
CIntIndex | Class for calculating "evenly spaced" integer indices for data sequence |
CIntegralImage | IntegralImage is used for calculating rectangular image sums and averages rapidly |
CIntegralGradient | IntegralGradient is used for calculating rectangular image gradients rapidly |
CKalmanSensorCore | Core implementation for Kalman sensor |
CKalmanCore | Core implementation for Kalman |
CKalmanSensor | Kalman sensor implementation |
CKalman | Kalman implementation |
CKalmanSensorEkf | Extended Kalman Filter (EKF) sensor implementation |
CKalmanEkf | Extended Kalman Filter (EKF) implementation |
CKalmanVisualize | Class for visualizing Kalman filter |
CLine | Struct representing a line. The line is parametrized by its center and direction vector |
CMarker | Basic 2D Marker functionality |
CMarkerArtoolkit | MarkerArtoolkit for using matrix markers similar with the ones used in ARToolkit |
CMarkerData | MarkerData contains matrix of Hamming encoded data |
CMarkerIterator | Iterator type for traversing templated Marker vector without the template |
CMarkerIteratorImpl | Iterator implementation for traversing templated Marker vector without the template |
CMarkerDetectorImpl | Templateless version of MarkerDetector. Please use MarkerDetector instead |
CMarkerDetector | MarkerDetector for detecting markers of type M |
CMultiMarker | Base class for using MultiMarker |
CMultiMarkerBundle | Multi marker that uses bundle adjustment to refine the 3D positions of the markers (point cloud) |
CMultiMarkerFiltered | Multi marker that is constructed by first calculating the marker poses directly relative to base marker and then filtering the results using e.g. median filter |
▼CMultiMarkerInitializer | Initializes multi marker by estimating their relative positions from one or more images |
CMarkerMeasurement | MarkerMeasurement that holds the maker id |
COptimization | Non-linear optimization routines. There are three methods implemented that include Gauss-Newton, Levenberg-Marquardt and Tukey m-estimator |
CCapture | Capture interface that plugins must implement |
CCaptureDevice | CaptureDevice holder for camera information |
CCaptureFactory | CaptureFactory for creating Capture classes |
CCapturePlugin | CapturePlugin interface that plugins must implement |
CDirectoryIterator | DirectoryIterator for iterating over files and directories |
CLock | Lock for simplifying mutex handling |
CMutex | Mutex for synchronizing multiple threads |
CPlugin | Plugin for loading dynamic libraries |
CThreads | Threads vector for handling multiple threads |
CTimer | Timer for measuring execution time |
CUncopyable | Uncopyable for preventing object copies |
CPose | Pose representation derived from the Rotation class |
CRansacImpl | Internal implementation of RANSAC. Please use Ransac or IndexRansac |
CRansac | Implementation of a general RANdom SAmple Consensus algorithm |
CIndexRansac | Implementation of a general RANdom SAmple Consensus algorithm with implicit parameters |
CRotation | Rotation structure and transformations between different parameterizations |
▼CSimpleSfM | Simple structure from motion implementation using CameraEC , MarkerDetectorEC and TrackerFeaturesEC |
CFeature | Extended version of ExternalContainer structure used internally in SimpleSfM |
CTracker | Pure virtual base class for tracking optical flow |
CTrackerFeatures | TrackerFeatures tracks features using OpenCV's cvGoodFeaturesToTrack and cvCalcOpticalFlowPyrLK |
CTrackerOrientation | Track orientation based only on features in the image plane |
CTrackerPsa | TrackerPsa implements a very simple PSA tracker |
CTrackerPsaRot | TrackerPsaRot implements a slightly extended version of a TrackerPsa which can also detect sideways rotation |
CTrackerStat | TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking |
CTrackerStatRot | TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation |
CTrifocalTensor | Trifocal tensor works for three images like a fundamental matrix works for two images |
CUnscentedKalman | Implementation of unscented kalman filter (UKF) for filtering non-linear processes |
CUnscentedProcess | Process model for an unscented kalman filter |
CUnscentedObservation | Observation model for an unscented kalman filter |
CPoint | Simple Point class meant to be inherited from OpenCV point-classes. For example: Point<cv::Point2d> p |
CIndex | Class for N-dimensional index to be used e.g. with STL maps |
CHistogram | Class for N-dimensional Histograms |
CHistogramSubpixel | N-dimensional Histograms calculating also the subpixel average for max bin |
CSerialization | Class for serializing class content to/from file or std::iostream |