Opencv3 transparent api flann index knnsearch

asked 2016-01-24 20:34:39 -0600

phirestalker gravatar image

ok here is what I hope is a simple question.

Does anyone know if flann uses the transparent api? In other words would I benefit from passing a UMat to flann::index::index() and flann::index::knnsearch() ?

edit retag flag offensive close merge delete

Comments

Why not just supply a UMat to it and see if the performance increases yes or no?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-01-25 07:40:55 -0600 )edit