Constructor
obj = cv.Estimator(estimatorType)
obj = cv.Estimator(..., 'OptionName',optionValue, ...)
Input
- estimatorType Estimator type. One of:
- HomographyBasedEstimator Homography based rotation
estimator.
- AffineBasedEstimator Affine transformation based
estimator. This estimator uses pairwise transformations
estimated by matcher to estimate final transformation for
each camera.
The following are options for the various algorithms:
HomographyBasedEstimator
- IsFocalsEstimated default false