Class PlaneFit

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class PlaneFit : public swri_opencv_util::Fit3d<PlaneModel>

Subclassed by swri_opencv_util::PerpendicularPlaneWithPointFit

Public Types

Values:

enumerator MIN_SIZE

Public Functions

inline PlaneFit(const T &data, float min_angle = 0.2)
virtual bool GetModel(const std::vector<int32_t> &indices, M &model, double max_error) const
inline bool ValidData() const

Protected Functions

virtual void CalculateNorms(const M &model, cv::Mat &norms)

Protected Attributes

float min_angle_