Show / Hide Table of Contents

Class GeneralizedHoughGuil

Guil, N., González-Linares, J.M. and Zapata, E.L. (1999). Bidimensional shape detection using an invariant approach. Pattern Recognition 32 (6): 1025-1038. Detects position, translation and rotation

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
GeneralizedHough
GeneralizedHoughGuil
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 GeneralizedHoughGuil : GeneralizedHough, ICvPtrHolder

Properties

| Improve this Doc View Source

AngleEpsilon

Maximal difference between angles that treated as equal.

Declaration
public double AngleEpsilon { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

AngleStep

Angle step in degrees.

Declaration
public double AngleStep { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

AngleThresh

Angle votes threshold.

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

Levels

Feature table levels.

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

MaxAngle

Maximal rotation angle to detect in degrees.

Declaration
public double MaxAngle { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

MaxScale

Maximal scale to detect.

Declaration
public double MaxScale { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

MinAngle

Minimal rotation angle to detect in degrees.

Declaration
public double MinAngle { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

MinScale

Minimal scale to detect.

Declaration
public double MinScale { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

PosThresh

Position votes threshold.

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

ScaleStep

Scale step.

Declaration
public double ScaleStep { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ScaleThresh

Scale votes threshold.

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

Xi

Angle difference in degrees between two points in feature.

Declaration
public double Xi { get; set; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

Create()

Creates a predefined GeneralizedHoughBallard object

Declaration
public static GeneralizedHoughGuil Create()
Returns
Type Description
GeneralizedHoughGuil
| 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