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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user