ptcloud
All modules / ptcloud
Converts a depth image to 3d points. If the mask is empty then the resulting array has the same dimensions as `depth`,
depthTo3dSparsefunctiondepthTo3dSparse native operation from cv::depthTo3dSparse.
detail_PoseGraphclassATTENTION! This class is used internally in Large KinFu.
findPlanesfunctionFind the planes in a depth image
loadMeshfunctionLoads a mesh from a file.
loadPointCloudfunctionLoads a point cloud from a file.
OctreeclassOctree for 3D vision.
Octree_createWithDepthfunctionCreate an Octree from the PointCloud data with the specific maxDepth
Octree_createWithResolutionfunctionCreate an Octree from the PointCloud data with the specific resolution
Odometryclassodometry value in the OpenCV API.
OdometryAlgoTypeclassThese constants are used to set the speed and accuracy of odometry
OdometryFrameclassAn object that keeps per-frame data for Odometry algorithms from user-provided images to algorithm-specific precalculated data.
OdometryFramePyramidTypeclassIndicates what pyramid is to access using getPyramidAt() method:
OdometrySettingsclassodometry settings value in the OpenCV API.
OdometryTypeclassThese constants are used to set a type of data which odometry will use
registerDepthfunctionRegisters depth data to an external camera
rescaleDepthfunctionIf the input image is of type CV_16UC1 (like the Kinect one), the image is converted to floats, divided
RgbdNormalsclassObject that can compute the normals in an image.
RgbdNormals_createfunctionCreates new RgbdNormals object
RgbdNormals_RgbdNormalsMethodclassNative enum entries for rgbd normals rgbd normals method. Pass an entry to enum-typed arguments or its .value to numeric arguments.
RgbdPlaneMethodclassNative enum entries for rgbd plane method. Pass an entry to enum-typed arguments or its .value to numeric arguments.
saveMeshfunctionSaves a mesh to a specified file.
savePointCloudfunctionSaves a point cloud to a specified file.
TriangleCullingModeclassFace culling settings: what faces are drawn after face culling
TriangleGlCompatibleModeclassGL compatibility settings
triangleRasterizefunctionRenders a set of triangles on a depth and color image
triangleRasterizeColorfunctionOverloaded version of triangleRasterize() with color-only rendering
triangleRasterizeDepthfunctionOverloaded version of triangleRasterize() with depth-only rendering
TriangleRasterizeSettingsclassStructure to keep settings for rasterization
TriangleShadingTypeclassTriangle fill settings
Volumeclassvolume value in the OpenCV API.
Volume_BoundingBoxPrecisionclassNative enum entries for volume bounding box precision. Pass an entry to enum-typed arguments or its .value to numeric arguments.
VolumeSettingsclassvolume settings value in the OpenCV API.
VolumeTypeclassNative enum entries for volume type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
warpFramefunctionWarps depth or RGB-D image by reprojecting it in 3d, applying Rt transformation
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
RASTERIZE_SHADING_WHITEa white color is used for the whole triangle
RASTERIZE_SHADING_FLATa color of 1st vertex of each triangle is used
RASTERIZE_SHADING_SHADEDa color is interpolated between 3 vertices with perspective correction
RASTERIZE_CULLING_NONEall faces are drawn, no culling is actually performed
RASTERIZE_CULLING_CWtriangles which vertices are given in clockwork order are drawn
RASTERIZE_CULLING_CCWtriangles which vertices are given in counterclockwork order are drawn
RASTERIZE_COMPAT_DISABLEDColor and depth have their natural values and converted to internal formats if needed
RASTERIZE_COMPAT_INVDEPTHColor is natural, Depth is transformed from [-zNear; -zFar] to [0; 1]
RgbdNormals_RGBD_NORMALS_METHOD_FALSrgbd normals rgbd normals method fals constant (0), defined by OpenCV for cv::RgbdNormals.
RGBD_NORMALS_RGBD_NORMALS_METHOD_FALSrgbd normals rgbd normals method fals constant (0), defined by OpenCV for cv::RgbdNormals.
RgbdNormals_RGBD_NORMALS_METHOD_LINEMODrgbd normals rgbd normals method linemod constant (1), defined by OpenCV for cv::RgbdNormals.
RGBD_NORMALS_RGBD_NORMALS_METHOD_LINEMODrgbd normals rgbd normals method linemod constant (1), defined by OpenCV for cv::RgbdNormals.
RgbdNormals_RGBD_NORMALS_METHOD_SRIrgbd normals rgbd normals method sri constant (2), defined by OpenCV for cv::RgbdNormals.
RGBD_NORMALS_RGBD_NORMALS_METHOD_SRIrgbd normals rgbd normals method sri constant (2), defined by OpenCV for cv::RgbdNormals.
RgbdNormals_RGBD_NORMALS_METHOD_CROSS_PRODUCTrgbd normals rgbd normals method cross product constant (3), defined by OpenCV for cv::RgbdNormals.
RGBD_NORMALS_RGBD_NORMALS_METHOD_CROSS_PRODUCTrgbd normals rgbd normals method cross product constant (3), defined by OpenCV for cv::RgbdNormals.
RGBD_PLANE_METHOD_DEFAULTrgbd plane method default constant (0), defined by OpenCV for cv.
OdometryType_DEPTHodometry type depth constant (0), defined by OpenCV for cv::OdometryType.
ODOMETRY_TYPE_DEPTHodometry type depth constant (0), defined by OpenCV for cv::OdometryType.
OdometryType_RGBodometry type rgb constant (1), defined by OpenCV for cv::OdometryType.
ODOMETRY_TYPE_RGBodometry type rgb constant (1), defined by OpenCV for cv::OdometryType.
OdometryType_RGB_DEPTHodometry type rgb depth constant (2), defined by OpenCV for cv::OdometryType.
ODOMETRY_TYPE_RGB_DEPTHodometry type rgb depth constant (2), defined by OpenCV for cv::OdometryType.
OdometryAlgoType_COMMONodometry algo type common constant (0), defined by OpenCV for cv::OdometryAlgoType.
ODOMETRY_ALGO_TYPE_COMMONodometry algo type common constant (0), defined by OpenCV for cv::OdometryAlgoType.
OdometryAlgoType_FASTodometry algo type fast constant (1), defined by OpenCV for cv::OdometryAlgoType.
ODOMETRY_ALGO_TYPE_FASTodometry algo type fast constant (1), defined by OpenCV for cv::OdometryAlgoType.
PYR_IMAGEThe pyramid of grayscale images
PYR_DEPTHThe pyramid of depth images
PYR_MASKThe pyramid of masks
PYR_CLOUDThe pyramid of point clouds, produced from the pyramid of depths
PYR_DIXThe pyramid of dI/dx derivative images
PYR_DIYThe pyramid of dI/dy derivative images
PYR_TEXMASKThe pyramid of "textured" masks (i.e. additional masks for normals or grayscale images)
PYR_NORMThe pyramid of normals
PYR_NORMMASKThe pyramid of normals masks
N_PYRAMIDSThe pyramid of normals masks
Volume_VOLUME_UNITvolume volume unit constant (0), defined by OpenCV for cv::Volume.
VOLUME_VOLUME_UNITvolume volume unit constant (0), defined by OpenCV for cv::Volume.
Volume_VOXELvolume voxel constant (1), defined by OpenCV for cv::Volume.
VOLUME_VOXELvolume voxel constant (1), defined by OpenCV for cv::Volume.
VolumeType_TSDFvolume type tsdf constant (0), defined by OpenCV for cv::VolumeType.
VOLUME_TYPE_TSDFvolume type tsdf constant (0), defined by OpenCV for cv::VolumeType.
VolumeType_HashTSDFvolume type hash tsdf constant (1), defined by OpenCV for cv::VolumeType.
VOLUME_TYPE_HASH_TSDFvolume type hash tsdf constant (1), defined by OpenCV for cv::VolumeType.
VolumeType_ColorTSDFvolume type color tsdf constant (2), defined by OpenCV for cv::VolumeType.
VOLUME_TYPE_COLOR_TSDFvolume type color tsdf constant (2), defined by OpenCV for cv::VolumeType.