Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If i use FeaturesMatcher without CUDA, then no error:

Ptr<detail::featuresmatcher> featuresMatcher = makePtr<detail::bestof2nearestmatcher>(false, 0.65f); stitcher.setFeaturesMatcher(featuresMatcher);

But stitch with CUDA not faster than without CUDA in opencv 3.0 beta.

If i use FeaturesMatcher without CUDA, then no error:

Ptr<detail::featuresmatcher> featuresMatcher = makePtr<detail::bestof2nearestmatcher>(false, 0.65f); stitcher.setFeaturesMatcher(featuresMatcher);

But stitch with CUDA not faster than without CUDA in opencv 3.0 beta.beta. Also default blender/seamfinder with CUDA not good.