1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

opencv_stitching refactoring

This commit is contained in:
Alexey Spizhevoy
2011-05-05 12:12:32 +00:00
parent f6fc807d49
commit 3467c6f732
11 changed files with 54 additions and 55 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
using namespace std;
using namespace cv;
Ptr<Warper> Warper::createByCameraFocal(int focal, int type)
Ptr<Warper> Warper::createByCameraFocal(float focal, int type)
{
if (type == PLANE)
return new PlaneWarper(focal);