[Missing <summary> documentation for "T:OpenCvSharp.CvStarDetectorParams"]
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
CvStarDetectorParams |
Constructor
| |
CvStarDetectorParams(Int32) |
Constructor
| |
CvStarDetectorParams(Int32, Int32) |
Constructor
| |
CvStarDetectorParams(Int32, Int32, Int32) |
Constructor
| |
CvStarDetectorParams(Int32, Int32, Int32, Int32) |
Constructor
| |
CvStarDetectorParams(Int32, Int32, Int32, Int32, Int32) |
Constructor
|
Properties
Name | Description | |
---|---|---|
LineThresholdBinarized | ||
LineThresholdProjected | ||
MaxSize | ||
ResponseThreshold | ||
SuppressNonmaxSize |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ObjectEquals(Object).) | |
Equals(CvStarDetectorParams) |
Specifies whether this object contains the same members as the specified Object.
| |
Finalize | (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this object.
(Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Converts this object to a human readable string.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
Equality |
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
| |
Inequality |
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
|
Fields
Name | Description | |
---|---|---|
p |
field data
|
See Also