Skip to content

Incorrect parameter options for findFundamentalMat(...) in OpenCV Docs #18837

@IanMaquignaz

Description

@IanMaquignaz

Listed parameters for method are:
CV_FM_7POINT for a 7-point algorithm. N=7
CV_FM_8POINT for an 8-point algorithm. N≥8
CV_FM_RANSAC for the RANSAC algorithm. N≥8
CV_FM_LMEDS for the LMedS algorithm. N≥8

but parameters should be:
FM_7POINT for a 7-point algorithm. N=7
FM_8POINT for an 8-point algorithm. N≥8
FM_RANSAC for the RANSAC algorithm. N≥8
FM_LMEDS for the LMedS algorithm. N≥8

System information (version)
  • OpenCV => 4.5.0-dev
Detailed description

Docs could be further described as un-descriptive. If anyone has links or description for the different methods I could include them in the fix.

Steps to reproduce

See OpenCV Docs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions