Ask Your Question

PollyHiro's profile - activity

2017-04-26 23:18:32 -0600 commented answer How to implement 3D SIFT

Do you have any recommendations on which platform I should go for to get this 3D SIFT and SURF done? I would like to compare the computation speed using my data. Previously, I was using Matlab but the computation takes too long time. Appreciate your answer. Thanks!

2017-04-26 02:56:42 -0600 asked a question How to implement 3D SIFT

I could run SURF and SIFT on my PC ( C++, OpenCV 3.2). I am interested to apply this provided SIFT AND SURF to read my 3D dataset (.vtk format, polygonal). Do you have any idea which part should I edit to make it possible on reading 3D data? As I know, features2D and xfeatures2D are only reading 2D images. Thanks!