MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nfssr
 CIsoOctreeThis class computes the implicit function by querying function values at the octree primal vertices of the leaf nodes, called voxels
 CIsoSurfaceThe surfacing algorithm requires the octree hierarchy and the vector of voxels
 CMinAreaTriangulationComputes the minimum area triangulation of a polygon
 COctreeA regular octree data structure (each node has zero or eight child nodes)
 CSampleRepresentation of a point sample
 CSampleIOReads samples from a PLY file
 CVoxelDataStores per voxel data
 CVoxelIndexThe voxel index is a unique 64 bit ID for each voxel in the octree
 NmathVector, Matrix, basic operations, etc
 NalgoAlgorithms, functors, value interpolation, etc
 CAccumAccumulator class that operates on arbitrary types
 CAccum< unsigned char >
 CBezierCurveA class for defining and evaluating Bezier curves in all dimensions
 CBSplineImplementation of non-uniform B-Spline curves according to
 CLine3Class that represents a line using a point and a vector
 CMatrixMatrix class for arbitrary dimensions and types
 CPlane3Class that represents a plane in hesse form
 CQuaternionQuaternion class for arbitrary types (WORK IN PROGRESS)
 CVectorVector class for arbitrary dimensions and types
 NmveMulti-View Environment library
 NgeomGeometric tools, loading and processing functions
 NimageImage tools, loading and processing functions
 CAdditionalCameraInfoPer-camera NVM specific information
 CBundleA simple data structure to represent bundle files
 CCameraInfoPer-view camera information with various helper functions
 CImageMulti-channel image class of arbitrary but homogenous data type
 CImageBaseBase class for images without type information
 CMeshBaseBase class for meshes
 CMeshInfo
 CSceneScene representation for the MVE
 CTriangleMeshTriangle mesh representation
 CTypedImageBaseBase class for images of arbitrary type
 CViewFile system representation of a MVE view
 CVolumeA volume with regular grid layout
 CVolumeMCAccessor
 CVolumeMTAccessor
 NmvsMulti-View Stereo implementation of [Goesele '07, ICCV]
 CDMRecon
 CGlobalViewSelection
 CImagePyramidImage pyramids are represented as vectors of pyramid levels, where the presence of an image in a specific level indicates that all levels with higher indices also contain images
 CImagePyramidCache
 CImagePyramidLevel
 CLocalViewSelection
 CPatchOptimization
 CPatchSampler
 CProgress
 CQueueData
 CSettings
 CSingleView
 CStatus
 CViewSelection
 NoglWrappers and helpers for the OpenGL graphics API
 CCam2D
 CCameraA camera class that manages viewing and projection matrices
 CCameraContextA simple context that does some of the common annoying work
 CCamTrackballA trackball camera control that consumes mouse events and delivers viewing parameters for the camera
 CContextAbstraction of a rendering context/viewport that displays renderings
 CKeyboardEventKeyboard event
 CMeshRendererOpenGL renderer that takes a mesh and automatically creates the appropriate VBOs and a vertex array object
 CMouseEventMouse event
 CShaderProgramAbstraction for OpenGL Shader Programs
 CTextureOpenGL texture abstraction
 CVertexArrayOpenGL vertex array object abstraction
 CVertexBufferOpenGL vertex buffer object (VBO) abstraction
 NsfmStructure-from-Motion library
 Nba
 NbundlerSfM bundler components
 CCameraDatabaseCamera database which, given a maker and model string, will look for a camera model in the database and return the model on successful lookup
 CCameraModelRepresentation of a digital camera
 CCameraPoseThe camera pose is the 3x4 matrix P = K [R | t]
 CCascadeHashing
 CCorrespondence2D2DTwo image coordinates which correspond to each other in terms of observing the same point in the scene
 CCorrespondence2D3DA 3D point and an image coordinate which correspond to each other in terms of the image observing this 3D point in the scene
 CExhaustiveMatching
 CFeatureSetThe FeatureSet holds per-feature information for a single view, and allows to transparently compute and match multiple feature types
 CMatching
 CMatchingBase
 CNearestNeighborNearest (and second nearest) neighbor search for normalized vectors
 CRansacFundamentalRANSAC pose estimation from noisy 2D-2D image correspondences
 CRansacHomographyRANSAC homography estimation from noisy 2D-2D image correspondences
 CRansacPoseP3PRANSAC pose estimation from 2D-3D correspondences and known camera calibration using the perspective 3-point (P3P) algorithm
 CSiftImplementation of the SIFT feature detector and descriptor
 CSurfImplementation of the SURF feature detector and descriptor as described in:
 CTriangulateTriangulation routine that triangulates a track from camera poses and 2D image positions while keeping triangulation statistics
 CVisualizer
 NutilParser, tokenizer, timer, smart pointer, threads, etc
 NfsCross-platform file system functions
 CAlignedAllocatorImplements the STL allocator interface for aligned memory allocation
 CArgOptionA single argument option
 CArgResultAn argument which can either be an option or a non-option
 CArgumentsArgument class that provides a parser and convenient access for command line arguments as used by GNU utils
 CClockTimerSimple timer class to take execution times
 CExceptionUniversal, simple exception class
 CFileExceptionException class for file exceptions with additional filename
 CFrameTimerA timer class for frame-based applications
 CLogging
 CTokenizerSimple tokenizer
 CWallTimerCross-platform high-resolution real-time timer