Inconsistency between GPU and CPU GoodFeaturesToTrack (Bug #1758)
Description
There is a inconsistency between gpu::GoodFeaturesToTrackDetector_GPU and goodFeaturesToTrack CPU version. The GPU version outputs and 1xn feature set while the CPU version outputs nx1.
Associated revisions
Merge pull request #1758 from apavlenko:adaptive_bilateral_filter
History
Updated by Anatoly Baksheev almost 13 years ago
I guess this is done in such way for performance reasons. Optimal memory access scheme for GPU has some specific. Vlad, correct me if I'm wrong.
- Status changed from Open to Cancelled