|
facebook360_dep
Facebook360 Depth Estimation Pipeline
|
Classes | |
| struct | BGRPoint |
| struct | PointCloudProjection |
Typedefs | |
| using | PointCloud = std::vector< BGRPoint > |
Functions | |
| std::vector< PointCloudProjection > | generateProjectedImages (const PointCloud &pointCloud, const Camera::Rig &rig) |
| void | goToLine (std::ifstream &file, const int lineNumber) |
| void | verifyPCLHeader (std::ifstream &file) |
| int | extractPCLPointCount (std::ifstream &file) |
| int | extractASCIIPointCount (std::ifstream &file) |
| int | getPointCount (const std::string &pointCloudFile) |
| PointCloud | extractPoints (const std::string &pointCloudFile, const int pointCount, const int maxThreads) |
| PointCloud | extractPoints (const std::string &pointCloudFile, const int maxThreads) |
| using fb360_dep::point_cloud_util::PointCloud = typedef std::vector<BGRPoint> |
| int fb360_dep::point_cloud_util::extractASCIIPointCount | ( | std::ifstream & | file | ) |
| int fb360_dep::point_cloud_util::extractPCLPointCount | ( | std::ifstream & | file | ) |
| PointCloud fb360_dep::point_cloud_util::extractPoints | ( | const std::string & | pointCloudFile, |
| const int | pointCount, | ||
| const int | maxThreads | ||
| ) |
| PointCloud fb360_dep::point_cloud_util::extractPoints | ( | const std::string & | pointCloudFile, |
| const int | maxThreads | ||
| ) |
| std::vector< PointCloudProjection > fb360_dep::point_cloud_util::generateProjectedImages | ( | const PointCloud & | pointCloud, |
| const Camera::Rig & | rig | ||
| ) |
| int fb360_dep::point_cloud_util::getPointCount | ( | const std::string & | pointCloudFile | ) |
| void fb360_dep::point_cloud_util::goToLine | ( | std::ifstream & | file, |
| const int | lineNumber | ||
| ) |
| void fb360_dep::point_cloud_util::verifyPCLHeader | ( | std::ifstream & | file | ) |
1.8.15