2020-08-18 14:04:33 +02:00
|
|
|
import { Box } from '../classes/Box';
|
|
|
|
export declare function nonMaxSuppression(boxes: Box[], scores: number[], iouThreshold: number, isIOU?: boolean): number[];
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=nonMaxSuppression.d.ts.map
|