ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
line.h File Reference
#include <Eigen/Core>
#include "util/alignment.h"
#include "util/bitmap.h"
Include dependency graph for line.h:
This graph shows which files directly or indirectly include this file:

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)