Commit 525e04cf authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6794 from jet47:cuda-modules-fixes

parents e871045b 4382302a
......@@ -104,7 +104,7 @@ namespace
}
BufferPool pool(Stream::Null());
GpuMat d_keypoints = pool.getBuffer(ROWS_COUNT, max_npoints_, CV_16SC2);
GpuMat d_keypoints = pool.getBuffer(ROWS_COUNT, max_npoints_, CV_32FC1);
detectAsync(_image, d_keypoints, _mask, Stream::Null());
convert(d_keypoints, keypoints);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment