UNPKG

@webarkit/jsfeat-next

Version:

Typescript version of jsfeat for WebARKit

15 lines 591 B
export class motion_estimator { get_subset(kernel, from, to, need_cnt, max_cnt, from_sub, to_sub) { throw new Error("Method not implemented."); } find_inliers(kernel, model, from, to, count, thresh, err, mask) { throw new Error("Method not implemented."); } ransac(params, kernel, from, to, count, model, mask, max_iters) { throw new Error("Method not implemented."); } lmeds(params, kernel, from, to, count, model, mask, max_iters) { throw new Error("Method not implemented."); } } //# sourceMappingURL=motion_estimator.js.map