![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Member Functions | |
| float | rotationAngle (const DImg &img, bool copyDImg=true) |
| rotationAngle | |
| MetaEngineRotation::TransformationAction | rotationOrientation (const DImg &img, int sensitivity, bool copyDImg=true) |
| rotationOrientation | |
| MetaEngineRotation::TransformationAction | rotationOrientation (const QString &img, int sensitivity) |
| rotationOrientation | |
Protected Attributes | |
| DNNModelNet * | model = nullptr |
| float Digikam::AutoRotator::rotationAngle | ( | const DImg & | img, |
| bool | copyDImg = true |
||
| ) |
| img | The DImg file must be in the same rotation as what is displayed in the image viewer |
| MetaEngineRotation::TransformationAction Digikam::AutoRotator::rotationOrientation | ( | const DImg & | img, |
| int | sensitivity, | ||
| bool | copyDImg = true |
||
| ) |
| img | The DImg file must be in the same rotation as what is displayed in the image viewer |
| sensitivity | The sensitivity of the of the base angle |
| MetaEngineRotation::TransformationAction Digikam::AutoRotator::rotationOrientation | ( | const QString & | img, |
| int | sensitivity | ||
| ) |
| img | The image file path |
| sensitivity | The sensitivity of the of the base angle |