Skip to content

Why the threshold for RANSAC set to 20? #221

@BITcats

Description

@BITcats

cv::findFundamentalMat(points0, points1, cv::FM_RANSAC, 20, 0.99, inliers);

I wonder why the threshold for RANSAC set to 20? It is so big for standard SLAM application. I try to set it to 1.0 leading to a worse accuracy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions