Method Apply
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Apply(IReadOnlyList<ImageFeatures>, IReadOnlyList<MatchesInfo>, CameraParams[])
Estimates camera parameters.
public bool Apply(IReadOnlyList<ImageFeatures> features, IReadOnlyList<MatchesInfo> pairwiseMatches, CameraParams[] cameras)
Parameters
featuresIReadOnlyList<ImageFeatures>Features of images
pairwiseMatchesIReadOnlyList<MatchesInfo>Pairwise matches of images
camerasCameraParams[]Initial camera parameters to refine, one per image; refined in place
Returns
- bool
True in case of success, false otherwise