Show / Hide Table of Contents

    Class Cv.TermCriteria

    Inheritance
    Object
    HandleCppPtr
    Cv.TermCriteria
    Inherited Members
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public class TermCriteria : HandleCppPtr

    Constructors

    | Improve this Doc View Source

    TermCriteria()

    Declaration
    public TermCriteria()
    | Improve this Doc View Source

    TermCriteria(Cv.TermCriteria.Type, Int32, Double)

    Declaration
    public TermCriteria(Cv.TermCriteria.Type type, int maxCount, double epsilon)
    Parameters
    Type Name Description
    Cv.TermCriteria.Type type
    Int32 maxCount
    Double epsilon

    Properties

    | Improve this Doc View Source

    Epsilon

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

    MaxCount

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

    TypeValue

    Declaration
    public int TypeValue { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected override void DeleteCppPtr()
    Overrides
    HandleCppPtr.DeleteCppPtr()
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand