View Source Evision.Detail.Estimator (Evision v0.1.8)
Link to this section Summary
cv.detail
Estimates camera parameters.
Link to this section cv.detail
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
Raising version of apply/4
.