mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNcv
|oCDataType<::mf::rgb_color >
|\CDataType<::mf::ycbcr_color >
\Nmf
 oNflow
 oCcameraCamera which defines mapping from 3D spatial coordinates to 2D image coordinates
 oCdepth_cameraCamera which maps 3D coordinates of point to depth value in addition to the 2D image coordinates
 oCdepth_image_cameraDepth camera which handles mapping to integer depth values, base class
 oCimage_cameraCamera which handles mapping to image coordinates, base class
 oCprojection_cameraPin-hole camera with projection to a planar image space
 oCprojection_image_cameraPin-hole camera with mapping onto image pixel coordinates
 oCmono_colorMonochrome color, 8 bit
 oCrgb_colorRGB color, 8 bit
 oCrgba_colorRGBA color, 8 bit
 oCycbcr_colorYCbCr color, 8 bit
 oCelem_traits< mono_color >
 oCelem_traits< rgb_color >
 oCelem_traits< rgba_color >
 oCelem_traits< ycbcr_color >
 oCtime_spanOne-dimensional time span
 oCvsrs_camera_arrayReader of camera array format used by VSRS
 oCelem_traits< Eigen::Matrix< Scalar, Rows, Columns > >Elem traits specialization for Eigen matrix type
 oCelem_traits_baseElem traits base class with the required members
 oCelem_traitsDefault elem traits, using Elem as standard layout scalar type
 oCelem_traits< std::array< T, N > >Elem traits specialization for std::array<T, N>
 oCelem_traits< std::complex< T > >Elem traits specialization for std::complex<T>
 oCelem_tupleHeterogeneous tuple of items
 oCelem_tuple< First_elem >
 oCelem_traits< elem_tuple< Elems...> >Elem traits specialization of elem_tuple
 oCinvalid_flow_graph
 oCsequencing_error
 oCply_importer_error
 oCangleAngle, represented in radiants
 oCbounding_boxAxis-aligned 3D cuboid bounding box
 oCdepth_projection_parametersParameters of Z to depth projection
 oCplaneOriented plane in 3D space
 oCposePosition and orientation in space
 oCprojection_view_frustumView frustum of a perspective camera, without pose
 oCspherical_coordinatesSpherical coordinates
 oCview_frustumView frustum of a perspective camera
 oCimageTwo-dimensional image with given pixel type
 oCmasked_imageTwo-dimensional masked image with given pixel type
 oCframe_exporterFrame exporter, abstract base class
 oCframe_importerFrame importer, abstract base class
 oCply_exporterExports point cloud into PLY file
 oCply_importerImports point cloud from PLY file
 oCseekable_frame_importerSeekable frame importer, abstract base class
 oCvideo_exporterFrame exporter which writes video file
 oCyuv_importerSeekable frame importer which reads YUV file
 oCmasked_elemNullable wrapper for elem type which adds mask
 oCmasked_elem< Elem, std::enable_if_t< elem_traits< Elem >::is_nullable > >Masked elem specialization where Elem is already nullable
 oCelem_traits< masked_elem< Elem > >Elem traits specialization for masked elem
 oCframe_formatFormat information of type-erased frame of ndarray_view_generic
 oCndarray_generic_propertiesProperties for construction of ndarray_generic and derived container objects
 oCndarray_genericArray container with type erased multidimensional frames
 oCndarray_timed_view_genericGeneric ndarray_timed_view where lower dimension(s) are type-erased
 oCndarray_view_genericGeneric ndarray_view where lower dimension(s) are type-erased
 oCndarrayMultidimensional array container
 oCkernel_placementPlacement of a kernel on an ndarray_view
 oCndarray_iteratorRandom access iterator which traverses an ndarray_view
 oCndarray_timed_viewNdarray view with absolute time indices associated to first dimension
 oCndarray_viewMapping between coordinates, indices, and addresses of multi-dimensional data
 oCndcoordVector of n-dimensional coordinates
 oCndspanCuboid n-dimensional span delimited by two ndcoord vectors
 oCeventSynchronization primitive representing event that a thread can wait for
 oCsticky_eventEvent which is repeatedly received after having been notified once
 oCraw_allocatorRaw allocator, allocates given number of bytes
 oCraw_ring_allocatorRing allocator, allocates ring buffer memory
 oCraw_null_allocatorNull allocator, allocates virtual memory which is not used
 oCcamera_range_point_cloud
 oCpoint_xyzPoint cloud point with only XYZ coordinates
 oCelem_traits< point_xyz >
 oCpoint_xyzrgbPoint cloud point with XYZ coordinates, and RGB color
 oCpoint_fullPoint cloud point with XYZ coordinates, normal vector, weight, and RGB color
 oCpoint_cloud
 oCrange_point_cloud
 oCndarray_ringRing wrapper with concrete frame type
 oCndarray_timed_ringTimed ring wrapper with concrete frame type
 oCndarray_shared_ringShared ring wrapper with concrete frame type
 oCringRing buffer
 oCshared_ringTimed ring buffer with changed semantics, for dual-thread use
 oCtimed_ringRing buffer which adds absolute time index to frames
 oCspace_objectObject that has a pose in 3D space relative to a coordinate system, base class
 \CstopwatchStop watch which measures total time passed between start() and stop() calls