Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petercorke/machinevision-toolbox-matlab

Machine Vision Toolbox for MATLAB
https://github.com/petercorke/machinevision-toolbox-matlab

bundle-adjustment camera-model essential-matrix fundamental-matrix harris homograpy hough image-display image-jacobian machine-vision matlab morphology point-feature robotic-vision segmentation sift simulink stereo surf visual-servoing

Last synced: 12 days ago
JSON representation

Machine Vision Toolbox for MATLAB

Awesome Lists containing this project

README

        

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