UNPKG

opencv4nodejs-prebuilt

Version:

Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.

8 lines (6 loc) 155 B
import { Point } from './Point.d'; export class Point2 extends Point { readonly x: number; readonly y: number; constructor(x: number, y: number); }