Skip to content

CameraRigBA::matchFrameToFrame allows to use only SURF_GPU for feature detection and matching #117

Description

@sandeepnmenon

As shown in the code below

cv::Ptr<SurfGPU> surf = SurfGPU::instance(200.0);
std::vector<cv::KeyPoint> rkeypoints1, rkeypoints2;
cv::Mat rdtors1, rdtors2;
std::vector<cv::DMatch> rmatches;
surf->match(rimg1, rkeypoints1, rdtors1, rmask1,
rimg2, rkeypoints2, rdtors2, rmask2, rmatches);

Unlike in FeatureTracker.cc, there is no support for switching between detectors and matchers.
The code can be improved here to accept m_detectorType, m_descriptorType and m_matchTestType

Are PRs accepted? I see no PRs accepted post 2017

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions