Arctan2(Mat a, Mat b) in opencv?

asked Oct 19 '16

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

Preview: (hide)

Comments

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

StevenPuttemans gravatar imageStevenPuttemans (Oct 20 '16)edit