Ask Your Question

Kenneth Joseph Paul's profile - activity

2018-07-03 08:21:25 -0600 received badge  Self-Learner (source)
2018-05-28 08:39:39 -0600 answered a question SURF with CUDA is not faster by a noticeable amount

I was able to solve the problem. I executed the following command to boost the clocks sudo /home/ubuntu/jetson_clocks.s

2018-05-16 05:01:37 -0600 commented question SURF with CUDA is not faster by a noticeable amount

is there any standard test for comparing performance of CUDA against CPU?

2018-05-16 04:56:15 -0600 commented question SURF with CUDA is not faster by a noticeable amount

I tried measuring it before the matching part w/o CUDA : 0.48 s with CUDA: 0.33 s Could it be a problem with the hardw

2018-05-16 04:38:58 -0600 commented question SURF with CUDA is not faster by a noticeable amount

So I initialized the pointer like this Ptr<xfeatures2d::surf> surf = xfeatures2d::SURF::create(100,4,3,false,true

2018-05-16 04:38:07 -0600 commented question SURF with CUDA is not faster by a noticeable amount

So I initialized the pointer like this Ptr<xfeatures2d::surf> surf = xfeatures2d::SURF::create(100,4,3,false,true

2018-05-16 04:20:17 -0600 asked a question SURF with CUDA is not faster by a noticeable amount

SURF with CUDA is not faster by a noticeable amount I wrote a program to compare the increase in performance between SUR