CZH-cpu

Results 2 issues of CZH-cpu

I have already installed the CUDA 7.5 ,opencv 3.4.1 ,cmake 3.5.1 and all of these is on ubuntu 16.04. when i do the order "make" ,lots of errors happened. /media/czh/12f4dee2-c297-4aa8-b2e3-455294a518e7/libSGM-master/src/oblique_path_aggregation.cu(38):...

Hello, how should I calculate the time taken for a simple point of interest extraction? In the code, interest points and descriptors are calculated simultaneously: `desc, kpt, _ = model.run_test_data(gray_img)`...