Show / Hide Table of Contents

Class GeneralizedHoughBallard

Ballard, D.H. (1981). Generalizing the Hough transform to detect arbitrary shapes. Pattern Recognition 13 (2): 111-122. Detects position only without traslation and rotation

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
GeneralizedHough
GeneralizedHoughBallard
Implements
ICvPtrHolder
Inherited Members
GeneralizedHough.CannyLowThresh
GeneralizedHough.CannyHighThresh
GeneralizedHough.MinDist
GeneralizedHough.Dp
GeneralizedHough.MaxBufferSize
GeneralizedHough.SetTemplate(InputArray, Nullable<Point>)
GeneralizedHough.SetTemplate(InputArray, InputArray, InputArray, Nullable<Point>)
GeneralizedHough.Detect(InputArray, OutputArray, OutputArray)
GeneralizedHough.Detect(InputArray, InputArray, InputArray, OutputArray, OutputArray)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class GeneralizedHoughBallard : GeneralizedHough, ICvPtrHolder

Properties

| Improve this Doc View Source

Levels

R-Table levels.

Declaration
public int Levels { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

VotesThreshold

The accumulator threshold for the template centers at the detection stage. The smaller it is, the more false positions may be detected.

Declaration
public int VotesThreshold { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Create()

Creates a predefined GeneralizedHoughBallard object

Declaration
public static GeneralizedHoughBallard Create()
Returns
Type Description
GeneralizedHoughBallard
| Improve this Doc View Source

DisposeManaged()

Releases managed resources

Declaration
protected override void DisposeManaged()
Overrides
DisposableObject.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX