-
Notifications
You must be signed in to change notification settings - Fork 97
/
README
43 lines (29 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
EPnP
==========================================================
http://cvlab.epfl.ch/software/EPnP/
VLFeat
==========================================================
http://www.vlfeat.org
SURF
==========================================================
1. Use the matlab based OpenSURF from
http://www.mathworks.com/matlabcentral/fileexchange/28300-opensurf-including-image-warp
See @SurfPointFeature/private, it's patched
2. Use the OpenCV based SURF implementation from
http://www.maths.lth.se/matematiklth/personal/petter/surfmex.php
See @SurfPointFeature/SURFmex-v2
If you place the MEX file OpenSurf.mexXYZ into @SurfPointFeatures you
get a signicant increase in performance, but also slightly different
results. This package has the potential to use the GPU but I haven't
gotten this going yet.
Graphseg
==========================================================
graphseg.cpp is the MATLAB callable wrapper around the graph-segmentation
code by Felzenszwalb and Huttenlocher
http://people.cs.uchicago.edu/~pff/segment/
Path setup
==========================================================
addpath private/vgg
addpath private/EPnP/EPnP
addpath [private/vlfeat-0.9.9/toolbox/mex/' mexext]
addpath private/graphseg