Ask Your Question
0

How to implement 3D SIFT

asked 2017-04-26 02:44:13 -0600

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!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-04-26 03:05:52 -0600

berak gravatar image

you're out of luck with opencv here, it indeed only implements 2d keypoint / feature classes.

clearly, a case for pcl

edit flag offensive delete link more

Comments

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!

PollyHiro gravatar imagePollyHiro ( 2017-04-26 20:44:04 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-04-26 02:44:13 -0600

Seen: 702 times

Last updated: Apr 26 '17