8000 GitHub - alkasm/padded-transformations: Padded warping functions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alkasm/padded-transformations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

padded-transformations

Providing padded versions of OpenCV's warpAffine() and warpPerspective() functions.

Example image

usage

import padtransf
src_warped, dst_padded = padtransf.warpPerspectivePadded(src, dst, homography)
src_warped, dst_padded = padtransf.warpAffinePadded(src, dst, affine_transf)

sources

Read my Stack Overflow answer which inspired this repository.

The images used to produce example.png are from Oxford's Visual Geometry Group.

About

Padded warping functions

Resources

License

Stars

Watchers

Forks

Languages

0