|
Apollo 11.0
自动驾驶开放平台
|
#include <direction_detection.h>
Public 成员函数 | |
| DirectionDetection () | |
| ~DirectionDetection () | |
| std::pair< Point3D, double > | EstimateSoundSource (std::vector< std::vector< double > > &&channels_vec, const std::string &respeaker_extrinsic_file, const int sample_rate, const double mic_distance) |
在文件 direction_detection.h 第 44 行定义.
| apollo::audio::DirectionDetection::DirectionDetection | ( | ) |
在文件 direction_detection.cc 第 36 行定义.
| apollo::audio::DirectionDetection::~DirectionDetection | ( | ) |
在文件 direction_detection.cc 第 38 行定义.
| std::pair< Point3D, double > apollo::audio::DirectionDetection::EstimateSoundSource | ( | std::vector< std::vector< double > > && | channels_vec, |
| const std::string & | respeaker_extrinsic_file, | ||
| const int | sample_rate, | ||
| const double | mic_distance | ||
| ) |
在文件 direction_detection.cc 第 40 行定义.