Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CUDA has an Atan function but I don't know if it is accessible through OpenCV or you would need to write your own kernel to use it.

Another way would be to implement the Euler series (the Taylor series converges too slowly to be of much use):

image description

using per element multiplication, division and summations.

guy