depthmap

所属分类:matlab编程
开发工具:matlab
文件大小:20456KB
下载次数:34
上传日期:2014-04-29 08:51:18
上 传 者一言邦
说明:  文章High Quality Depth Map Upsampling for 3D-TOF Cameras的源码
(The source code of High Quality Depth Map Upsampling for 3D-TOF Cameras)

文件列表:
Ours_p (0, 2013-10-15)
Ours_p\bin (0, 2013-10-15)
Ours_p\bin\atl90.dll (161784, 2007-11-07)
Ours_p\bin\GS_Basic (2131001, 2009-05-28)
Ours_p\bin\GS_Basic.exe (1948672, 2010-08-15)
Ours_p\bin\GS_Basic.suo (2560, 2008-09-20)
Ours_p\bin\GS_Basic_backup.exe (2087936, 2009-05-28)
Ours_p\bin\jpeg62.dll (128254, 2006-06-26)
Ours_p\bin\libguide40.dll (200704, 2006-07-06)
Ours_p\bin\libtiff3.dll (376832, 2006-03-28)
Ours_p\bin\mfc90.dll (1156600, 2007-11-07)
Ours_p\bin\MFC90CHS.dll (41472, 2007-11-07)
Ours_p\bin\MFC90CHT.dll (41984, 2007-11-07)
Ours_p\bin\MFC90DEU.dll (60928, 2007-11-07)
Ours_p\bin\MFC90ENU.dll (54272, 2007-11-07)
Ours_p\bin\MFC90ESN.dll (59392, 2007-11-07)
Ours_p\bin\MFC90ESP.dll (59392, 2007-11-07)
Ours_p\bin\MFC90FRA.dll (60416, 2007-11-07)
Ours_p\bin\MFC90ITA.dll (59392, 2007-11-07)
Ours_p\bin\MFC90JPN.dll (47104, 2007-11-07)
Ours_p\bin\MFC90KOR.dll (46592, 2007-11-07)
Ours_p\bin\mfc90u.dll (1162744, 2007-11-07)
Ours_p\bin\mfcm90.dll (59904, 2007-11-06)
Ours_p\bin\mfcm90u.dll (59904, 2007-11-06)
Ours_p\bin\Microsoft.VC90.ATL.manifest (466, 2007-11-06)
Ours_p\bin\Microsoft.VC90.CRT.manifest (524, 2007-11-06)
Ours_p\bin\Microsoft.VC90.MFC.manifest (548, 2007-11-06)
Ours_p\bin\Microsoft.VC90.MFCLOC.manifest (5377, 2007-11-07)
Ours_p\bin\Microsoft.VC90.OpenMP.manifest (471, 2007-11-06)
Ours_p\bin\msvcm90.dll (224768, 2007-11-06)
Ours_p\bin\msvcp90.dll (568832, 2007-11-07)
Ours_p\bin\msvcr90.dll (655872, 2007-11-07)
Ours_p\bin\ProEdgeCmd.exe (159744, 2007-12-19)
Ours_p\bin\vcomp90.dll (54272, 2007-11-07)
Ours_p\bin\zlib1.dll (55808, 2005-05-08)
Ours_p\build_Lmat.p (1205, 2013-10-15)
Ours_p\data (0, 2013-10-15)
Ours_p\data\art-color.png (2035628, 2007-07-19)
Ours_p\data\art-depth.png (3954, 2013-10-15)
Ours_p\data\books-color.png (2002193, 2007-07-19)
... ...

VisionLab Features Library Andrea Vedaldi and Brian Fulkerson INSTALLING In most cases, you do not need to compile or build the documentation as described below. Instead, to use with MATLAB, simply cd to the toolbox directory and type vl_setup. Binaries are created in the bin/XXX directory, where XXX changes depending on the architecture. VLFeat supports the following (the naming reflects MATLAB naming for MEX files): - maci Mac OS X Intel - maci*** Mac OS X Intel (*** bit) - glx GNU Linux i386 - a*** GNU Linux x*** - w32 Windows - w*** Windows (*** bit) The executable binaries can be installed anywhere in the command line path (the directory contains also the static library). More details may be found in the provided HTML documentation (doc/index.html). COMPILING The core library and command line utilities require a common C compiler supporting the C-90 standard and some C-99 extension (GCC and Visual C will do) plus a few common extension (see APPENDIX). To compile MATLAB support, MATLAB should also be installed and the MATLAB MEX command should be working correctly. In general, issuing > make should be enough to compile VLFeat. Type > make help or refer to http://www.vlfeat.org for further instructions. WINDOWS. VLFeat bundels a Microsoft NMAKE Makefile (Makefile.mak) script that has been tested under Visual C++ 2008 Express and MATLAB R2008a (minor adjustments may be required for other versions). Open the Visual C terminal, cd into the VLFeat directory and issue. > nmake /f Makefile.mak For Windows *** use > make /f Makefile.mak ARCH=w*** If you do not have Visual C++ 2008, or you have an older version of Matlab and wish to compile the mex files _only_, then you may start from our binary distribution. Enter the toolbox directory: > cd toolbox And run our mex compilation script from the Matlab command line: > vl_compile This has been tested with Matlab R14 and lcc, but other configurations should only require minor tweaking. CREATING THE DOCUMENTATION This task is handled by various Makefile that have been tested under Mac OS X and Linux only. Compiling the documentation requires the following additional tools - fig2dev (part of transfig) - a modern LaTeX with + pdflatex + dvips + htlatex (possibily part of TeX4ht) + dvipng (possibily a separated package) - doxygen FIGURES. Figures are preprocessed by typing > make -C doc/figures However you need to run some MATLAB code to generate part of the figures to start with. To this end, load MATLAB and (provided that everything is compiled and installed correctly) type > vl_demo TUTORIALS. To create the figures for the tutorials, issue > make doc-deep > make doc SOURCE CODE DOCUMENTATION. To compile the source code documentation type > make doc-api See the file doc/index.html for an overview. APPENDIX CODE COMPATIBILITY. In addition to the C-90 standard, the C compiler is supposed to support the following common features: - long int (*** bit integer) support - variadic macro support The SSE accelerated code requires the compiler to support Intel intrisic. GCC and Visual C both satisfy all the requirements. CHANGES 0.9.8 Added image distance transform. Improved documentation. 0.9.7 Changed the Mac OS X binary distribution to require a less recent version of Mac OS X (10.5). 0.9.6 Changed the GNU/Linux binary distribution to require a less recent version of the C library. 0.9.5 Added kd-tree and new SSE-accelerated vector/histogram comparison code. Improved dense SIFT (dsift) implementation. Added Snow Leopard and MATLAB R2009b support. 0.9.4 Added quick shift. Renamed dhog to dsift and improved implementation and documentation. Improved tutorials. Added *** bit Windows binaries. Many other small changes. 0.9.3 Namespace change (everything begins with a vl_ prefix now). Many other changes to provide compilation support on Windows with Matlab 7. beta-3 Completions to the ikmeans code. beta-2 Many completions. beta-1 Initial public release.

近期下载者

相关文件


收藏者