UNPKG

react-visual-annotator

Version:

Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.

10 lines (8 loc) 247 B
import { ExpandingLine } from '../../types/region-tools.ts'; declare const _default: (pointsWithAngles: ExpandingLine["points"]) => { x: number; y: number; angle: number | null; width: number | null; }[]; export default _default;