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.
21 lines (19 loc) • 600 B
TypeScript
import { ExpandingLine } from '../../types/region-tools.ts';
declare const _default: (expandingLine: ExpandingLine) => {
type: string;
open: boolean;
points: number[][];
unfinished: undefined;
candidatePoint: undefined;
id: string | number;
cls?: string | undefined;
locked?: boolean | undefined;
visible?: boolean | undefined;
color: string;
editingLabels?: boolean | undefined;
highlighted?: boolean | undefined;
tags?: string[] | undefined;
comment?: string | undefined;
expandingWidth?: number | undefined;
};
export default _default;