2023-05-16 14:34:18 +08:00
|
|
|
#ifndef __REF_DATAFILTER_H__
|
|
|
|
|
#define __REF_DATAFILTER_H__
|
|
|
|
|
|
|
|
|
|
#include "Matrix.h"
|
|
|
|
|
namespace Recon {
|
|
|
|
|
Aurora::Matrix filterReflectionData(const Aurora::Matrix &aVReceiverPositionBlock,
|
|
|
|
|
const Aurora::Matrix &aVSenderPositionBlock,
|
|
|
|
|
const Aurora::Matrix &aVSenderNormalBlock,
|
2023-05-25 16:19:08 +08:00
|
|
|
int aConstrictReflectionAngles);
|
2023-05-16 14:34:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // __DATAFILTER_H__
|