Merge pull request #813 from sovrasov:omnidir_allocation_fix

pull/814/head
Alexander Alekhin 8 years ago
commit 10b1fb21c2
  1. 4
      modules/ccalib/src/omnidir.cpp

@ -1306,8 +1306,8 @@ double cv::omnidir::stereoCalibrate(InputOutputArrayOfArrays objectPoints, Input
}
if (om.empty())
{
om.create(1, 3, CV_64F);
T.create(1, 3, CV_64F);
om.create(3, 1, CV_64F);
T.create(3, 1, CV_64F);
}
if (omL.empty())
{

Loading…
Cancel
Save