Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
VL Namespace ReferenceVisionLab namespace. More...
Detailed DescriptionVisionLab namespace. Typedef Documentation
Function Documentation
Start of code added by Xinghao Pan on 14 Apr, 2008 createPgmBufferFromArray added by Xinghao Pan on 14 Apr, 2008 Referenced by siftdriver().
Extract PGM file from stream. End of code added by Xinghao Pan on 14 Apr, 2008 The function extracts from the stream in a grayscale image encoded as a PGM file. The function fills the structure buffer, containing the image dimensions and a pointer to the image data. The image data is an array of floats and is owned by the caller, which should erase it as in delete [] buffer.data.
When the function encouters an error it throws a generic instance of VL::Exception.
Referenced by siftdriver().
Fast
Definition at line 282 of file sift.ipp. Referenced by VL::Sift::computeKeypointDescriptor(), VL::Sift::detectKeypoints(), and fast_atan2().
Fast
Definition at line 298 of file sift.ipp. Referenced by VL::Sift::prepareGrad().
Fast @ exp(-x). The argument must be in the range 0-25.0 (bigger arguments may be truncated to zero).
Definition at line 217 of file sift.ipp. Referenced by VL::Sift::computeKeypointDescriptor(), and VL::Sift::computeKeypointOrientations().
Fast
Definition at line 266 of file sift.ipp. Referenced by VL::Sift::computeKeypointDescriptor(), fast_expn(), and VL::Sift::getKeypoint().
Fast The function quickly computes the value
Definition at line 247 of file sift.ipp. Referenced by VL::Sift::computeKeypointDescriptor(), and VL::Sift::prepareGrad().
Fast
Definition at line 349 of file sift.ipp. Referenced by fast_sqrt().
Fast
Definition at line 400 of file sift.ipp. Referenced by VL::Detail::normalize_histogram(), and VL::Sift::prepareGrad().
Insert PGM file into stream. The function iserts into the stream os the grayscale image im encoded as a PGM file. The immage is assumed to be normalized in the range 0.0 - 1.0.
Referenced by siftdriver(). |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:26 2016 by Doxygen 1.6.3 |