Add function to detection
This commit is contained in:
@@ -35,12 +35,20 @@ TimeWindowResult applyTimeWindowing(
|
||||
double expectedSOSWater, double startOffset, double segmentLenOffset,
|
||||
double minSpeedOfSound, double maxSpeedOfSound, bool gaussWindow);
|
||||
|
||||
// Aurora::Matrix
|
||||
// detectAttVectorized(const Aurora::Matrix &Ascan, const Aurora::Matrix &AscanRef,
|
||||
// const Aurora::Matrix &distRef,
|
||||
// const Aurora::Matrix &sosWaterRef,
|
||||
// const Aurora::Matrix &tof, int aScanReconstructionFrequency,
|
||||
// double offsetElectronic, int detectionWindowATT);
|
||||
Aurora::Matrix detectAttVectorized(const Aurora::Matrix &Ascan, const Aurora::Matrix &AscanRef,
|
||||
const Aurora::Matrix &distRef,
|
||||
const Aurora::Matrix &sosWaterRef,
|
||||
const Aurora::Matrix &tof, int aScanReconstructionFrequency,
|
||||
double offsetElectronic, int detectionWindowATT);
|
||||
|
||||
Aurora::Matrix detectTofVectorized(
|
||||
const Aurora::Matrix &AscanBlock, const Aurora::Matrix &AscanRefBlock,
|
||||
const Aurora::Matrix &distBlock, const Aurora::Matrix &distBlockRef,
|
||||
const Aurora::Matrix &sosWaterBlock,
|
||||
const Aurora::Matrix &sosWaterRefBlock, double expectedSOSWater,
|
||||
int useTimeWindowing, int aScanReconstructionFrequency,
|
||||
double offsetElectronic, int detectionWindowSOS, double minSpeedOfSound,
|
||||
double maxSpeedOfSound, bool gaussWindow) ;
|
||||
|
||||
} // namespace Recon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user