fix matrix type for keypoints buffer in CUDA FAST
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 6 Jul 2016 11:27:08 +0000 (14:27 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 6 Jul 2016 11:27:08 +0000 (14:27 +0300)
commit4382302a6b55e976b20378af40ce34ee4f1953dc
tree7ec212d07c4f6ca1efdf31078072b9a2c1bd44ef
parent22682f933a97c23e5c8d93baed590c5224804724
fix matrix type for keypoints buffer in CUDA FAST

use CV_32FC1 instead of CV_16SC2 since detectAsync uses CV_32FC1
to reallocate the matrix
modules/cudafeatures2d/src/fast.cpp