OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Functions

Detailed Description

Parameters
xsource X arrays
ysource Y arrays
magdestination magnitude array
angledestination angle array
lenlength of arrays
angleInDegreesif set to true return angles in degrees, otherwise in radians
ysource Y arrays
xsource X arrays
dstdestination array
lenlength of arrays
angleInDegreesif set to true return angles in degrees, otherwise in radians
magsource magnitude arrays
magsource angle arrays
xdestination X array
ydestination Y array
lenlength of arrays
angleInDegreesif set to true interpret angles from degrees, otherwise from radians

Functions

int hal_ni_cartToPolar32f (const float *x, const float *y, float *mag, float *angle, int len, bool angleInDegrees)
 
int hal_ni_cartToPolar64f (const double *x, const double *y, double *mag, double *angle, int len, bool angleInDegrees)
 
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)
 
int hal_ni_polarToCart32f (const float *mag, const float *angle, float *x, float *y, int len, bool angleInDegrees)
 
int hal_ni_polarToCart64f (const double *mag, const double *angle, double *x, double *y, int len, bool angleInDegrees)
 

Function Documentation

◆ hal_ni_cartToPolar32f()

int hal_ni_cartToPolar32f ( const float *  x,
const float *  y,
float *  mag,
float *  angle,
int  len,
bool  angleInDegrees 
)
inline

◆ hal_ni_cartToPolar64f()

int hal_ni_cartToPolar64f ( const double *  x,
const double *  y,
double *  mag,
double *  angle,
int  len,
bool  angleInDegrees 
)
inline

◆ hal_ni_fastAtan32f()

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

◆ hal_ni_fastAtan64f()

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

◆ hal_ni_polarToCart32f()

int hal_ni_polarToCart32f ( const float *  mag,
const float *  angle,
float *  x,
float *  y,
int  len,
bool  angleInDegrees 
)
inline

◆ hal_ni_polarToCart64f()

int hal_ni_polarToCart64f ( const double *  mag,
const double *  angle,
double *  x,
double *  y,
int  len,
bool  angleInDegrees 
)
inline