OpenCV
开源计算机视觉库
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
反正切计算

详细描述

参数
x源X数组
y源Y数组
mag目标幅值数组
angle目标角度数组
len数组长度
angleInDegrees如果设置为true,则返回角度值以度为单位,否则以弧度为单位
y源Y数组
x源X数组
dst目标数组
len数组长度
angleInDegrees如果设置为true,则返回角度值以度为单位,否则以弧度为单位
mag源幅值数组
mag源角度数组
x目标X数组
y目标Y数组
len数组长度
angleInDegrees如果设置为true,则将角度解释为度,否则解释为弧度

函数

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)
 

函数文档

◆ hal_ni_cartToPolar32f()

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

◆ hal_ni_cartToPolar64f()

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

◆ hal_ni_fastAtan32f()

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

◆ hal_ni_fastAtan64f()

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

◆ hal_ni_polarToCart32f()

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

◆ hal_ni_polarToCart64f()

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