![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Go to the source code of this file.
Classes | |
| struct | colmap::LineSegment |
Namespaces | |
| colmap | |
Enumerations | |
| enum class | colmap::LineSegmentOrientation { colmap::HORIZONTAL = 1 , colmap::VERTICAL = -1 , colmap::UNDEFINED = 0 } |
Functions | |
| std::vector< LineSegment > | colmap::DetectLineSegments (const Bitmap &bitmap, const double min_length) |
| std::vector< LineSegmentOrientation > | colmap::ClassifyLineSegmentOrientations (const std::vector< LineSegment > &segments, const double tolerance) |