My Project
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NalvarMain ALVAR namespace
 NpluginsDynamically loaded plugins namespace
 CCaptureCmuImplementation of Capture interface for Cmu plugin
 CCapturePluginCmuImplementation of CapturePlugin interface for Cmu plugin
 CCaptureDSCaptureImplementation of Capture interface for DSCapture plugin
 CCapturePluginDSCaptureImplementation of CapturePlugin interface for DSCapture plugin
 CCaptureFileImplementation of Capture interface for File plugin
 CCapturePluginFileImplementation of CapturePlugin interface for File plugin
 CCaptureHighguiImplementation of Capture interface for Highgui plugin
 CCapturePluginHighguiImplementation of CapturePlugin interface for Highgui plugin
 CCapturePtgreyImplementation of Capture interface for Ptgrey plugin
 CCapturePluginPtgreyImplementation of CapturePlugin interface for Ptgrey plugin
 CAlvarExceptionALVAR exception class
 CBitsetBitset is a basic class for handling bit sequences
 CBitsetExtAn extended Bitset ( BitsetExt ) for handling e.g. Hamming encoding/decoding
 CProjPointsSimple structure for collecting 2D and 3D points e.g. for camera calibration
 CCameraSimple Camera class for calculating distortions, orientation or projections with pre-calibrated camera
 CHomographySimple Homography class for finding and projecting points between two planes
 CLabelingBase class for labeling connected components from binary image
 CLabelingCvSeqLabeling class that uses OpenCV routines to find connected components
 CContainer3dGeneric container to store any information in 3D (features, photos, ...)
 CIteratorIterator for going through the items in Container3d in the specified order
 CContainer3dSortDistFunctor class for Container3d Sort() to sort the search base using distance to specified origin
 CContainer3dSortSizeFunctor class for Container3d Sort() to sort the search base using content size
 CContainer3dLimitDistFunctor class for Container3d Limit() to limit the search space with distance
 CExternalContainerBasic structure to be usable with EC methods
 CDoHandleTestThis is a default functor for testing which items in the container should be handled by each method
 CDoEraseTestThis is default functor for testing which items in the container should be erased
 CTrackerFeaturesECVersion of TrackerFeatures using external container
 CCameraECVersion of Camera using external container
 CMarkerDetectorECVersion of MarkerDetector using external container
 CMultiMarkerECVersion of MultiMarker using external container
 CFileFormatUtilsUtility functions for file reading / writing
 CFilterFilter is pure virtual class describing the basic virtual interface for all filters
 CFilterAverageFilterAverage provides an average filter
 CFilterMedianFilterMedian provides an median filter
 CFilterRunningAverageFilterRunningAverage provides an weighted running average filter
 CFilterDoubleExponentialSmoothingFilterDoubleExponentialSmoothing provides an weighted running average filter
 CFilterArrayClass for handling an array of filtered values
 CIntIndexClass for calculating "evenly spaced" integer indices for data sequence
 CIntegralImageIntegralImage is used for calculating rectangular image sums and averages rapidly
 CIntegralGradientIntegralGradient is used for calculating rectangular image gradients rapidly
 CKalmanSensorCoreCore implementation for Kalman sensor
 CKalmanCoreCore implementation for Kalman
 CKalmanSensorKalman sensor implementation
 CKalmanKalman implementation
 CKalmanSensorEkfExtended Kalman Filter (EKF) sensor implementation
 CKalmanEkfExtended Kalman Filter (EKF) implementation
 CKalmanVisualizeClass for visualizing Kalman filter
 CLineStruct representing a line. The line is parametrized by its center and direction vector
 CMarkerBasic 2D Marker functionality
 CMarkerArtoolkitMarkerArtoolkit for using matrix markers similar with the ones used in ARToolkit
 CMarkerDataMarkerData contains matrix of Hamming encoded data
 CMarkerIteratorIterator type for traversing templated Marker vector without the template
 CMarkerIteratorImplIterator implementation for traversing templated Marker vector without the template
 CMarkerDetectorImplTemplateless version of MarkerDetector. Please use MarkerDetector instead
 CMarkerDetectorMarkerDetector for detecting markers of type M
 CMultiMarkerBase class for using MultiMarker
 CMultiMarkerBundleMulti marker that uses bundle adjustment to refine the 3D positions of the markers (point cloud)
 CMultiMarkerFilteredMulti 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
 CMultiMarkerInitializerInitializes multi marker by estimating their relative positions from one or more images
 CMarkerMeasurementMarkerMeasurement that holds the maker id
 COptimizationNon-linear optimization routines. There are three methods implemented that include Gauss-Newton, Levenberg-Marquardt and Tukey m-estimator
 CCaptureCapture interface that plugins must implement
 CCaptureDeviceCaptureDevice holder for camera information
 CCaptureFactoryCaptureFactory for creating Capture classes
 CCapturePluginCapturePlugin interface that plugins must implement
 CDirectoryIteratorDirectoryIterator for iterating over files and directories
 CLockLock for simplifying mutex handling
 CMutexMutex for synchronizing multiple threads
 CPluginPlugin for loading dynamic libraries
 CThreadsThreads vector for handling multiple threads
 CTimerTimer for measuring execution time
 CUncopyableUncopyable for preventing object copies
 CPosePose representation derived from the Rotation class
 CRansacImplInternal implementation of RANSAC. Please use Ransac or IndexRansac
 CRansacImplementation of a general RANdom SAmple Consensus algorithm
 CIndexRansacImplementation of a general RANdom SAmple Consensus algorithm with implicit parameters
 CRotationRotation structure and transformations between different parameterizations
 CSimpleSfMSimple structure from motion implementation using CameraEC , MarkerDetectorEC and TrackerFeaturesEC
 CFeatureExtended version of ExternalContainer structure used internally in SimpleSfM
 CTrackerPure virtual base class for tracking optical flow
 CTrackerFeaturesTrackerFeatures tracks features using OpenCV's cvGoodFeaturesToTrack and cvCalcOpticalFlowPyrLK
 CTrackerOrientationTrack orientation based only on features in the image plane
 CTrackerPsaTrackerPsa implements a very simple PSA tracker
 CTrackerPsaRotTrackerPsaRot implements a slightly extended version of a TrackerPsa which can also detect sideways rotation
 CTrackerStatTrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking
 CTrackerStatRotTrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation
 CTrifocalTensorTrifocal tensor works for three images like a fundamental matrix works for two images
 CUnscentedKalmanImplementation of unscented kalman filter (UKF) for filtering non-linear processes
 CUnscentedProcessProcess model for an unscented kalman filter
 CUnscentedObservationObservation model for an unscented kalman filter
 CPointSimple Point class meant to be inherited from OpenCV point-classes. For example: Point<cv::Point2d> p
 CIndexClass for N-dimensional index to be used e.g. with STL maps
 CHistogramClass for N-dimensional Histograms
 CHistogramSubpixelN-dimensional Histograms calculating also the subpixel average for max bin
 CSerializationClass for serializing class content to/from file or std::iostream