MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / perspectiveTransform

Function perspectiveTransform

test/homography.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template<typename T>
39array perspectiveTransform(dim4 inDims, array H) {
40 T d0 = (T)inDims[0];
41 T d1 = (T)inDims[1];
42 return transformCoordinates(H, d0, d1);
43}
44
45template<typename T>
46void homographyTest(string pTestFile, const af_homography_type htype,

Callers

nothing calls this directly

Calls 1

transformCoordinatesFunction · 0.85

Tested by

no test coverage detected