feat: Remove redudent TransDetection lib

This commit is contained in:
kradchen
2024-12-19 10:39:49 +08:00
parent cd8fd76846
commit e475edd243
4 changed files with 120 additions and 153 deletions

View File

@@ -63,15 +63,17 @@ detectTofAndAtt(
int detectionWindowATT, float offsetElectronic, int detectionWindowSOS,
float minSpeedOfSound, float maxSpeedOfSound, bool gaussWindow);
DetectResult
detectTofAndAttMex(
const Aurora::Matrix &AscanBlock, const Aurora::Matrix &AscanRefBlock,
const Aurora::Matrix &distBlock, const Aurora::Matrix &distBlockRef,
const Aurora::Matrix &sosWaterBlock, const Aurora::Matrix &sosWaterRefBlock,
int resampleFactor, int nthreads, float expectedSOSWater,
int useTimeWindowing, int aScanReconstructionFrequency,
int detectionWindowATT, float offsetElectronic, int detectionWindowSOS,
float minSpeedOfSound, float maxSpeedOfSound, bool gaussWindow);
//remove detectTofAndAttMex function, use detectTofAndAtt function instead of
//保留函数和函数申明备忘,以防以后再次使用
// DetectResult
// detectTofAndAttMex(
// const Aurora::Matrix &AscanBlock, const Aurora::Matrix &AscanRefBlock,
// const Aurora::Matrix &distBlock, const Aurora::Matrix &distBlockRef,
// const Aurora::Matrix &sosWaterBlock, const Aurora::Matrix &sosWaterRefBlock,
// int resampleFactor, int nthreads, float expectedSOSWater,
// int useTimeWindowing, int aScanReconstructionFrequency,
// int detectionWindowATT, float offsetElectronic, int detectionWindowSOS,
// float minSpeedOfSound, float maxSpeedOfSound, bool gaussWindow);
DetectResult
transmissionDetection(