UNPKG

homography-transform

Version:

A robust TypeScript implementation of homography-based transformation between 2D planes, ideal for computer vision and image mapping

3 lines (2 loc) 112 B
export { Plane, Point } from './Plane.js'; export { PlaneTransformer, PointPair } from './PlaneTransformer.js';