.DataAugmentation
testprojective
function
defined in module
DataAugmentation
testprojective(tfm)
Test invariants of a
ProjectiveTransform
.
getprojection
is defined, and, given a constant
randstate
parameter, always returns the same result.
It preserves the item type, i.e.
apply(tfm, ::I) -> I
.
Applying it to multiple items with the same bounds results in the same bounds for all items.
There are
3
methods for DataAugmentation.testprojective
:
The following page links back here: