Arctan2(Mat a, Mat b) in opencv?

asked 2016-10-18 21:54:36 -0600

How can I do arctan2(Mat a, Mat b) with opencv as same as with python np.arctan2? Thanks

edit retag flag offensive close merge delete

Comments

Why not use the plain C++ function atan2? This has nothing to do with OpenCV?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-10-20 08:27:10 -0600 )edit