Added prewarp stretch

This commit is contained in:
Matt Hill
2015-03-28 16:11:17 -04:00
parent 96135dfc56
commit d326227e65
2 changed files with 8 additions and 6 deletions

View File

@@ -45,9 +45,9 @@ namespace alpr
Config* config;
cv::Mat transform;
float w, h, rotationx, rotationy, rotationz, dist, panX, panY;
float w, h, rotationx, rotationy, rotationz, stretchX, dist, panX, panY;
cv::Mat findTransform(float w, float h, float rotationx, float rotationy, float rotationz, float panX, float panY, float dist);
cv::Mat findTransform(float w, float h, float rotationx, float rotationy, float rotationz, float panX, float panY, float stretchX, float dist);
};
}