(dest, src, X)
| 321 | } |
| 322 | |
| 323 | function homography(dest, src, X) { |
| 324 | warp(dest, src, fnHomography, X); |
| 325 | return dest; |
| 326 | } |
| 327 | |
| 328 | // based on Mikola Lysenko's ndarray-warp |
| 329 | // see https://github.com/scijs/ndarray-warp |
no test coverage detected
searching dependent graphs…