import { matrix_t } from "../matrix_t/matrix_t";
import { keypoint_t } from "../keypoint_t/keypoint_t";
export class orb {
    describe(src: matrix_t, corners: keypoint_t[], count: number, descriptors: matrix_t): void {
        throw new Error("Method not implemented.");
    }
}
