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.