iou.d.ts 114 B

12
  1. import { Box } from '../classes/Box';
  2. export declare function iou(box1: Box, box2: Box, isIOU?: boolean): number;