Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
sift-driver.cc File Reference#include "sift.hpp" #include "sift-driver.hpp" #include <vector> #include <string> #include <iostream> #include <iomanip> #include <fstream> #include <sstream> #include <algorithm> #include <memory> #include <stdint.h> #include <getopt.h> #include <string.h> #include <assert.h> #include "libgen_emu.h"
Include dependency graph for sift-driver.cc:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
Definition at line 32 of file sift-driver.cc. Referenced by siftdriver().
Referenced by insertDescriptor().
Referenced by insertDescriptor().
Definition at line 35 of file sift-driver.cc. Referenced by siftdriver(). Typedef Documentation
Definition at line 180 of file sift-driver.cc. Function Documentation
Case insensitive character comparison. This predicate returns
Definition at line 50 of file sift-driver.cc. Referenced by removeExtension().
Definition at line 183 of file sift-driver.cc. Referenced by siftdriver().
Definition at line 169 of file sift-driver.cc.
Insert descriptor into stream. The function writes a descriptor in ASCII/binary format and in integer/floating point format into the stream.
Definition at line 90 of file sift-driver.cc. Referenced by insertDescriptor(), and siftdriver().
Case insensitive extension removal. The function returns name with the suffix $a ext removed. The suffix is matched case-insensitve.
Definition at line 65 of file sift-driver.cc. Referenced by siftdriver().
Definition at line 895 of file sift-driver.cc.
Definition at line 888 of file sift-driver.cc.
Added new variable and argument flag to indicate to read from pixel_t array instead of file By Xinghao Pan on 14 Aug 08 Start of code modified by Xinghao Pan on 14 Apr 2008 to support the passing of pixel_t arrays directly instead of using files End of code modified by Xinghao Pan on 14 Apr 2008 to support the passing of pixel_t arrays directly instead of using files Start of code added by Xinghao Pan on 20 Feb 2008 Facilitate record of gaussian space End of code added by Xinghao Pan on 20 Feb 2008 Facilitate record of gaussian space Code change by Xinghao Pan on 17 Jul 08, 0121h Original version throws exception when unable to write to file Causes problem when user has no write permissions to outputfilename path Instead, simply print error code and do not write output Definition at line 198 of file sift-driver.cc.
Definition at line 192 of file sift-driver.cc. Referenced by siftdriver(). Variable Documentation
Definition at line 40 of file sift-driver.cc. |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:02 2016 by Doxygen 1.6.3 |