| estimateTransformation (cv.ContourFitting) - MATLAB File Help |
Fits two closed curves using Fourier descriptors
[alphaPhiST, d] = obj.estimateTransformation(src, ref)
[...] = obj.estimateTransformation(..., 'OptionName',optionValue, ...)
FD is true.FD is true.[alpha, phi, s, Tx, Ty], where:
src and ref after matching.src and ref are contours, and
if true src and ref are Fourier descriptors. default falseWhen FD is false, it applies cv.ContourFitting.contourSampling
and cv.ContourFitting.fourierDescriptor to compute Fourier
descriptors.
More details in [PersoonFu1977] and [BergerRaghunathan1998].
| Access | public |
| Sealed | false |
| Static | false |