bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / transform / _geometric / FundamentalMatrixTransform / estimate
function
skimage.transform._geometric:FundamentalMatrixTransform.estimate
source: /dev/scikit-image/src/skimage/transform/_geometric.py :700
Signature
def estimate ( self , src , dst ) Summary
Estimate fundamental matrix using 8-point algorithm.
Extended Summary
The 8-point algorithm requires at least 8 corresponding point pairs for a well-conditioned solution, otherwise the over-determined solution is estimated.
Parameters
src: array_like of shape (N, 2)Source coordinates.
dst: array_like of shape (N, 2)Destination coordinates.
Returns
success: boolTrue, if model estimation succeeds.
Aliases
-
skimage.transform.FundamentalMatrixTransform.estimate