Files
UR/src/transmissionReconstruction/reconstruction/reconstruction.h

8 lines
276 B
C
Raw Normal View History

#ifndef _TRANS_RECONSTRUCTION_H__
#define _TRANS_RECONSTRUCTION_H__
#include "Matrix.h"
namespace Recon {
Aurora::Matrix calculateMinimalMaximalTransducerPositions(
const Aurora::Matrix &aMSenderList, const Aurora::Matrix &aMReceiverList);
}
#endif // __RECONSTRUCTION_H__