CvStarDetectorParams Class OpenCvSharp Class Library

[Missing <summary> documentation for "T:OpenCvSharp.CvStarDetectorParams"]

Inheritance Hierarchy

SystemObject
  OpenCvSharpCvStarDetectorParams

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public class CvStarDetectorParams : IEquatable<CvStarDetectorParams>, 
	ICloneable

The CvStarDetectorParams type exposes the following members.

Constructors

  NameDescription
Public methodCvStarDetectorParams
Constructor
Public methodCvStarDetectorParams(Int32)
Constructor
Public methodCvStarDetectorParams(Int32, Int32)
Constructor
Public methodCvStarDetectorParams(Int32, Int32, Int32)
Constructor
Public methodCvStarDetectorParams(Int32, Int32, Int32, Int32)
Constructor
Public methodCvStarDetectorParams(Int32, Int32, Int32, Int32, Int32)
Constructor
Top
Properties

  NameDescription
Public propertyLineThresholdBinarized
Public propertyLineThresholdProjected
Public propertyMaxSize
Public propertyResponseThreshold
Public propertySuppressNonmaxSize
Top
Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(CvStarDetectorParams)
Specifies whether this object contains the same members as the specified Object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields

  NameDescription
Protected fieldp
field data
Top
See Also

Reference