UNPKG

opencv4nodejs

Version:

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

9 lines (8 loc) 194 B
export class Point { add(otherPoint: Point): Point; at(index: number): number; div(s: number): Point; mul(s: number): Point; norm(): number; sub(otherPoint: Point): Point; }