Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

findTransformECC iterations do not converge

When I using findTransformECC, and I provide an initial warping matrix. But the program is down when the iteration not converge.

OpenCV Error: Iterations do not converge (the algorithm stopped before its convergence...) in findTransformECC ,

Can I just ignore the error and return a not converged flag? Why this funcion is designed to crash when not converged? I think it's not friendly.