124 static std::vector<utils::Point32f> getPairwiseIntersections(
const std::vector<HoughLine> &lines);
130 float rho()
const {
return m_distance; }
133 float theta()
const {
return m_angle; }
undocument this line if you encounter any issues!
Definition: Any.h:37
Line Equation structure.
Definition: HoughLine.h:48
float m_distance
Definition: HoughLine.h:136
utils::Point32f m_offset
Definition: HoughLine.h:138
#define ICLCV_API
Definition: CompatMacros.h:177
Ipp32f icl32f
32Bit floating point type for the ICL
Definition: BasicTypes.h:55
utils::Point32f m_direction
Definition: HoughLine.h:139
float theta() const
convenence function for transf. into IppPointPolar
Definition: HoughLine.h:133
Single precission 3D Vectors Point class of the ICL.
Definition: Point32f.h:41
float rho() const
convenence function for transf. into IppPointPolar
Definition: HoughLine.h:130
float m_angle
Definition: HoughLine.h:137
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
static const utils::Point32f NO_INTERSECTION
indicator for no found intersection (lines intersect in infinity – max-float)
Definition: HoughLine.h:127