Search Results for

    Show / Hide Table of Contents

    Enum FindHomographyMethod

    Specifies available methods for computing the homography matrix.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public enum FindHomographyMethod : int

    Fields

    Name Description
    LMedS

    Specifies a Least-Median robust method.

    Ransac

    Specifies a RANSAC-based robust method.

    Regular

    Specifies a regular method using all the points.

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