OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
Collaboration diagram for Atan calculation:

Functions

int hal_ni_fastAtan32f (const float *y, const float *x, float *dst, int len, bool angleInDegrees)
 
int hal_ni_fastAtan64f (const double *y, const double *x, double *dst, int len, bool angleInDegrees)
 

Detailed Description

Parameters
y,xsource Y and X arrays
dstdestination array
lenlength of arrays
angleInDegreesif set to true return angles in degrees, otherwise in radians

Function Documentation

◆ hal_ni_fastAtan32f()

int hal_ni_fastAtan32f ( const float *  y,
const float *  x,
float *  dst,
int  len,
bool  angleInDegrees 
)
inline

#include <core/src/hal_replacement.hpp>

Referenced by hal_ni_merge64s().

Here is the caller graph for this function:

◆ hal_ni_fastAtan64f()

int hal_ni_fastAtan64f ( const double *  y,
const double *  x,
double *  dst,
int  len,
bool  angleInDegrees 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED, and hal_ni_magnitude32f().

Here is the call graph for this function: