測定した頭部伝達関数を利用して角度の識別を行う. [詳細]
#include <DirectionJudgeImpl.hpp>
Public メソッド | |
JudgeHRTFMeasured (boost::shared_ptr< IIPDS > iipds) | |
virtual DirectionProbabilityVectorPtr | Judge (const std::pair< BandHarmonicVectorPtr, BandHarmonicVectorPtr > ÷dBands, IPD::ptr_t ipd, IID::ptr_t iid, MethodFlag::Kind mflag, bool sortByProbability) |
方向を推定する. | |
Private 変数 | |
boost::shared_ptr< IIPDS > | iipds |
測定した頭部伝達関数を利用して角度の識別を行う.
NSHarkBinaural::JudgeHRTFMeasured::JudgeHRTFMeasured | ( | boost::shared_ptr< IIPDS > | iipds | ) |
DirectionJudge::DirectionProbabilityVectorPtr NSHarkBinaural::JudgeHRTFMeasured::Judge | ( | const std::pair< BandHarmonicVectorPtr, BandHarmonicVectorPtr > & | dividedBands, | |
IPD::ptr_t | ipd, | |||
IID::ptr_t | iid, | |||
MethodFlag::Kind | mflag, | |||
bool | sortByProbability | |||
) | [virtual] |
方向を推定する.
NSHarkBinaural::DirectionJudgeを実装しています。
boost::shared_ptr<IIPDS> NSHarkBinaural::JudgeHRTFMeasured::iipds [private] |