sfm: Added throwing of Error::StsNotImplemented for affine reconstruction

pull/1169/head
Philipp Hasper 8 years ago
parent 4f8a400d5d
commit 204db719aa
  1. 4
      modules/sfm/src/reconstruct.cpp

@ -152,6 +152,7 @@ namespace sfm
else else
{ {
// TODO: implement me // TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
} }
} }
@ -180,6 +181,7 @@ namespace sfm
else else
{ {
// TODO: implement me // TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
} }
} }
@ -223,6 +225,7 @@ namespace sfm
else else
{ {
// TODO: implement me // TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
} }
} }
@ -248,6 +251,7 @@ namespace sfm
else else
{ {
// TODO: implement me // TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
} }
} }

Loading…
Cancel
Save