Commit c39b2d6e7e88aae3c7d7f7400be7a9ce233881bd
1 parent
aa58a73f
compile fix
Showing
1 changed file
with
2 additions
and
0 deletions
openbr/plugins/imgproc/rndaffine.cpp
| ... | ... | @@ -24,6 +24,8 @@ class RndAffineTransform : public UntrainableMetaTransform |
| 24 | 24 | Q_PROPERTY(float scaleFactor READ get_scaleFactor WRITE set_scaleFactor RESET reset_scaleFactor STORED false) |
| 25 | 25 | Q_PROPERTY(int maxAngle READ get_maxAngle WRITE set_maxAngle RESET reset_maxAngle STORED false) |
| 26 | 26 | BR_PROPERTY(int, numAffines, 0) |
| 27 | + BR_PROPERTY(int, winWidth, 22) | |
| 28 | + BR_PROPERTY(int, winHeight, 22) | |
| 27 | 29 | BR_PROPERTY(float, scaleFactor, 1.2) |
| 28 | 30 | BR_PROPERTY(int, maxAngle, 15) |
| 29 | 31 | ... | ... |