TAPI: fix perf test for warpers

This commit is contained in:
Alexander Alekhin
2014-02-19 20:30:27 +04:00
parent bf4f15fb5f
commit ddd3c062b5
2 changed files with 36 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ namespace detail {
Rect PlaneWarperOcl::buildMaps(Size src_size, InputArray K, InputArray R, InputArray T, OutputArray xmap, OutputArray ymap)
{
projector_.setCameraParams(K, R);
projector_.setCameraParams(K, R, T);
Point dst_tl, dst_br;
detectResultRoi(src_size, dst_tl, dst_br);