Add calculateMinimalMaximalTransducerPositions to
Transmission reconstruction.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user