ReadFramework
|
#include <ScaleFactory.h>
Public Member Functions | |
ScaleFactory (const Vector2D &imgSize=Vector2D()) | |
double | scaleFactor () |
double | scaleFactorDpi () |
cv::Mat | scaled (cv::Mat &img) |
void | scale (BaseElement &el) |
void | scaleInv (BaseElement &el) |
Vector2D | imgSize () |
QSharedPointer< ScaleFactoryConfig > | config () const |
void | setConfig (QSharedPointer< ScaleFactoryConfig > c) |
QSharedPointer< ScaleFactoryConfig > rdf::ScaleFactory::config | ( | ) | const |
Vector2D rdf::ScaleFactory::imgSize | ( | ) |
void rdf::ScaleFactory::scale | ( | BaseElement & | el | ) |
cv::Mat rdf::ScaleFactory::scaled | ( | cv::Mat & | img | ) |
double rdf::ScaleFactory::scaleFactor | ( | ) |
double rdf::ScaleFactory::scaleFactorDpi | ( | ) |
void rdf::ScaleFactory::scaleInv | ( | BaseElement & | el | ) |
void rdf::ScaleFactory::setConfig | ( | QSharedPointer< ScaleFactoryConfig > | c | ) |