romaine
Version:
React OpenCV Manipulation and Image Narration & Editing
11 lines • 464 B
TypeScript
import { ContourCoordinates } from "../../components";
import { ImagePtr, OpenCV } from "../../types";
/**
* perspective cropping utility (AKA keystone correction)
* @param cv openCv
* @param src The source image pointer
* @param cropPoints
* @param imageResizeRatio
*/
export declare const warpPerspective: (cv: OpenCV, src: ImagePtr, cropPoints: ContourCoordinates, imageResizeRatio: number) => void;
//# sourceMappingURL=warpPerspective.d.ts.map