Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago
Vladislav Vinogradov
75ac4362ca
removed ASSERT_NO_THROW
13 years ago
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
13 years ago
Vladislav Vinogradov
f4f38fcced
fixed gpu test failure on empty test data
14 years ago
Vladislav Vinogradov
e8d2dd212c
fixed gpu tests
14 years ago
Vladislav Vinogradov
d1b4b5f0de
refactored gpu module tests
14 years ago
Vladislav Vinogradov
d0a91f8f19
fixed gpu projectPoints and solvePnPRansac tests
14 years ago
Alexey Spizhevoy
f6fc807d49
fixed some tests in gpu module
14 years ago
Alexey Spizhevoy
ce808af594
fixed failing GPU projectPoints and solvePnPRansac tests
14 years ago
Alexey Spizhevoy
23416e3db5
make GPU version of solvePnPRansac more consistent with CPU one
14 years ago
Alexey Spizhevoy
4e6572acd9
removed test whether z is negative in gpu::solvePnpRansac (there is no need in this for tests passing)
14 years ago
Alexey Spizhevoy
60e33921e3
added performance sample for solvePnpRansac + refactoring
14 years ago
Alexey Spizhevoy
cae59a7caf
added gpu::solvePnpRansac
14 years ago
Alexey Spizhevoy
289af671ee
added projectPoints and transformPoints into GPU module
14 years ago