UNPKG

nodoface

Version:

C++ Addon for fast and efficient face analytics

17 lines (10 loc) 296 B
import { Rect } from './Rect'; export class IntImage { constructor(data: Int32Array, rows: number, columns: number, type: number); width(): number; height(): number; channels(): number; type(): number; extract(roi: Rect): IntImage; toInt32Array(): Int32Array; }