IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes

Element of kernel for 2D Hough circles detector. More...

Classes

class  ipsdk::imaproc::attr::HoughCirclesKernelXYElt
 Element of kernel for 2D Hough circles detector. More...
 

Detailed Description

Element of kernel for 2D Hough circles detector.

SubNodes description

Name ToolTip Associated Class Default Value
Dx x offset ipsdk::DataItemLeaf<ipsdk::ipInt64>
Dy y offset ipsdk::DataItemLeaf<ipsdk::ipInt64>
DxDivByR x offset divided by radius ipsdk::DataItemLeaf<ipsdk::ipReal32>
DyDivByR y offset divided by radius ipsdk::DataItemLeaf<ipsdk::ipReal32>
Radius radius ipsdk::DataItemLeaf<ipsdk::ipReal32>
NbPtsOnCircle number of points on sampled circle ipsdk::DataItemLeaf<ipsdk::ipUInt64>