feat: Remove redudent TransDetection lib
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user