IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs | Functions

Properties of a 2d line detected by 2d Hough algorithm. More...

Classes

class  ipsdk::imaproc::attr::HoughLine2dPpties
 Properties of a 2d line detected by 2d Hough algorithm. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::HoughLine2dPptiesipsdk::imaproc::attr::HoughLine2dPptiesPtr
 shared pointer to ipsdk::imaproc::attr::HoughLine2dPpties
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLine2dPptiesPtr ipsdk::imaproc::attr::createHoughLine2dPpties (const ipsdk::ipReal64 rho, const ipsdk::ipReal64 theta, const ipsdk::ipReal64 accumIntensity)
 function allowing to create a HoughLine2dPpties data item
 

Detailed Description

Properties of a 2d line detected by 2d Hough algorithm.

SubNodes description

Name ToolTip Associated Class Default Value
Rho Rho parameter, in pixels, of polar representation of the line. ipsdk::DataItemLeaf<ipsdk::ipReal64> .0
Theta Theta parameter, in radians, of polar representation of the line. ipsdk::DataItemLeaf<ipsdk::ipReal64> .0
AccumIntensity associated value in accumulator buffer in Hough space ipsdk::DataItemLeaf<ipsdk::ipReal64> .0