opals::BoundaryType Namespace Reference

BoundaryType enumerates different types of outlines of a point cloud. More...

Enumerations

enum  Type { convexHull, minimumRectangle, alphaShape, Count }

Detailed Description

BoundaryType enumerates different types of outlines of a point cloud.

Enumeration Type Documentation

enum Type
Enumerator:
convexHull 

convex hull (strictly convex boundary polygon)

minimumRectangle 

minimum enclosing, oriented rectangle

alphaShape 

alpha shape ( strictly simple boundary polygon with dished parts but without holes)

Count 

number of elements