#include <WriterRetrieval.h>
rdf::WriterRetrieval::WriterRetrieval |
( |
| ) |
|
Initializes a new instance of the WriterIdentification class.
void rdf::WriterRetrieval::calculateFeatures |
( |
| ) |
|
Calculates the SIFT features of the image.
cv::Mat rdf::WriterRetrieval::descriptors |
( |
| ) |
const |
Returns the descriptors of the SIFT features
- Returns
QVector< cv::KeyPoint > rdf::WriterRetrieval::keyPoints |
( |
| ) |
const |
Returns the keypoints of the SIFT features.
- Returns
- keypoints
void rdf::WriterRetrieval::loadFeatures |
( |
QString |
filePath | ) |
|
Loads the features from the given file path.
- Parameters
-
void rdf::WriterRetrieval::saveFeatures |
( |
QString |
filePath | ) |
|
Saves the SIFT features to the given file path.
- Parameters
-
void rdf::WriterRetrieval::setDescriptors |
( |
cv::Mat |
desc | ) |
|
Sets the descriptors for this Writer Identification task.
- Parameters
-
void rdf::WriterRetrieval::setImage |
( |
cv::Mat |
img | ) |
|
Sets the image.
- Parameters
-
void rdf::WriterRetrieval::setKeyPoints |
( |
QVector< cv::KeyPoint > |
kp | ) |
|
Sets the key points for this Writer Identification task.
- Parameters
-
The documentation for this class was generated from the following files: