![]() |
OpenCV 4.12.0
开源计算机视觉
|
| x | 源 X 数组 |
| y | 源 Y 数组 |
| 幅值 | 目标幅值数组 |
| angle | 目标角度数组 |
| len | 数组长度 |
| angleInDegrees | 如果设置为 true,则返回角度(以度为单位),否则以弧度为单位 |
| y | 源 Y 数组 |
| x | 源 X 数组 |
| dst | 目标数组 |
| len | 数组长度 |
| angleInDegrees | 如果设置为 true,则返回角度(以度为单位),否则以弧度为单位 |
| 幅值 | 源幅值数组 |
| 幅值 | 源角度数组 |
| 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) |
|
inline |
#include <core/src/hal_replacement.hpp>
|
inline |
#include <core/src/hal_replacement.hpp>
|
inline |
#include <core/src/hal_replacement.hpp>
|
inline |
#include <core/src/hal_replacement.hpp>
|
inline |
#include <core/src/hal_replacement.hpp>
|
inline |
#include <core/src/hal_replacement.hpp>