View Source Evision.Detail.Estimator (Evision v0.1.8)

Link to this section Summary

Link to this section cv.detail

Link to this function

apply(self, features, pairwise_matches, cameras)

View Source

Estimates camera parameters.

Positional Arguments
  • features: [ImageFeatures].

    Features of images

  • pairwise_matches: [MatchesInfo].

    Pairwise matches of images

Return
  • cameras: [CameraParams].

    Estimated camera parameters

@return True in case of success, false otherwise

Python prototype (for reference):

apply(features, pairwise_matches, cameras) -> retval, cameras

Link to this section Functions

Link to this function

apply!(self, features, pairwise_matches, cameras)

View Source

Raising version of apply/4.