mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
This commit is contained in:
parent
f70e80a6ba
commit
d1c04af603
@ -339,7 +339,7 @@ CV_EXPORTS_W double findTransformECC( InputArray templateImage, InputArray input
|
||||
InputArray inputMask, int gaussFiltSize);
|
||||
|
||||
/** @overload */
|
||||
CV_EXPORTS
|
||||
CV_EXPORTS_W
|
||||
double findTransformECC(InputArray templateImage, InputArray inputImage,
|
||||
InputOutputArray warpMatrix, int motionType = MOTION_AFFINE,
|
||||
TermCriteria criteria = TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 50, 0.001),
|
||||
|
Loading…
Reference in New Issue
Block a user