SIFT (scale-invariant feature transform) feature extraction class.
More...
#include <SIFT.h>
|
static Mat | get (const Mat &img) |
| Extracts the SIFT feature. More...
|
|
|
const Mat | m_img |
| Container for the image, from which the features are to be extracted. More...
|
|
◆ CSIFT()
DirectGraphicalModels::fex::CSIFT::CSIFT |
( |
const Mat & |
img | ) |
|
|
inline |
Constructor.
- Parameters
-
img | Input image of type CV_8UC1 or CV_8UC3. |
Definition at line 23 of file SIFT.h.
◆ ~CSIFT()
virtual DirectGraphicalModels::fex::CSIFT::~CSIFT |
( |
void |
| ) |
|
|
inlinevirtual |
◆ get() [1/2]
virtual Mat DirectGraphicalModels::fex::CSIFT::get |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ get() [2/2]
Mat DirectGraphicalModels::fex::CSIFT::get |
( |
const Mat & |
img | ) |
|
|
static |
Extracts the SIFT feature.
For each pixel of the source image this function performs the scale-invariant feature transform.
- Parameters
-
img | Input image of type CV_8UC1 or CV_8UC3. |
- Returns
- Common feature extractor class with extracted SIFT feature of type CV_8UC{128}.
Definition at line 8 of file SIFT.cpp.
The documentation for this class was generated from the following files:
- D:/Projects/DGM/modules/FEX/SIFT.h
- D:/Projects/DGM/modules/FEX/SIFT.cpp