Skip to content

ashwhall/cv-homography

Repository files navigation

cv-homography

Note: This version (4.8.x) has been unpinned from the opencv version to gain quicker access to shrunk bundle sizes. Use 4.7.1 to retain version pinning.

A subset of opencv.js pertaining to perspective transformations

View on npm npm bundle size npm downloads per week

example workflow

For a list of the included functions, see opencv_js.config.py.


Uses Github Actions to build and deploy to npm, but you can run build_with_docker.sh to build the package locally to ./dist.

The major and minor version of this package should match the version of opencv.js that it is built against, with the patch version reserved for any changes to this repo.