rmvt-vision
https://code.google.com/p/matlab-toolboxes-robotics-vision/
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
https://code.google.com/p/matlab-toolboxes-robotics-vision/
Basic Info
- Host: GitHub
- Owner: Trass3r
- License: lgpl-3.0
- Language: Matlab
- Default Branch: master
- Size: 72.1 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 10 years ago
· Last pushed over 10 years ago
Metadata Files
Readme
Citation
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
Owner
- Name: Trass3r
- Login: Trass3r
- Kind: user
- Location: Germany
- Twitter: trass3r
- Repositories: 31
- Profile: https://github.com/Trass3r
Citation (CITATION)
Citing the Toolbox:
------------------
@book{Corke11a,
Author = {Peter I. Corke},
Date-Added = {2011-01-12 08:19:32 +1000},
Date-Modified = {2012-07-29 20:07:27 +1000},
Note = {ISBN 978-3-642-20143-1},
Publisher = {Springer},
Title = {Robotics, Vision \& Control: Fundamental Algorithms in {MATLAB}},
Year = {2011}}