Uses of Class
tritechgemini.detect.DetectedRegion
Packages that use DetectedRegion
-
Uses of DetectedRegion in tritechgemini.detect
Methods in tritechgemini.detect that return types with arguments of type DetectedRegionModifier and TypeMethodDescriptionRegionDetector.detectRegions(SonarImageRecordI rawGeminiRecord, SonarImageRecordI denoisedRecord, int thHigh, int thLow, int nConnect) Search for regions using the raw data within the recordRelativeThresholdDetector.detectRegions(SonarImageRecordI rawGeminiRecord, SonarImageRecordI denoisedRecord, int thHigh, int thLow, int nConnect) TwoThresholdDetector.detectRegions(SonarImageRecordI denoisedRecord, byte[] recordData, int thHigh, int thLow, int nConnect) Search for regions using a different set of raw data, which should probably be a noise reduced version of what was in the original record.TwoThresholdDetector.detectRegions(SonarImageRecordI rawGeminiRecord, SonarImageRecordI denoisedRecord, int thHigh, int thLow, int nConnect) Search for regions using the raw data within the recordMethods in tritechgemini.detect with parameters of type DetectedRegionModifier and TypeMethodDescriptionvoidDetectedRegion.merge(DetectedRegion other) booleanDetectedRegion.overlaps(DetectedRegion other) check to see if another region overlaps this one in bearing or range.