Click or drag to resize

CudaHoughLinesDetector Properties

http://www.emgu.com

The CudaHoughLinesDetector type exposes the following members.

Properties
  NameDescription
Public propertyDoSort
Performs lines sort by votes
Public propertyMaxLines
Maximum number of output lines
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyRho
Distance resolution of the accumulator in pixels
Public propertySharedPtr
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.)
Public propertyTheta
Angle resolution of the accumulator in radians
Public propertyThreshold
Accumulator threshold parameter. Only those lines are returned that get enough
Top
See Also