UNPKG

@webarkit/jsfeat-next

Version:

Typescript version of jsfeat for WebARKit

5 lines (4 loc) 310 B
import { matrix_t } from "../matrix_t/matrix_t"; import { cache } from "../cache/cache"; export declare function _resample_u8(src: matrix_t, dst: matrix_t, cache: cache, nw: number, nh: number): void; export declare function _resample(src: matrix_t, dst: matrix_t, cache: cache, nw: number, nh: number): void;