Commit 204db719 authored by Philipp Hasper's avatar Philipp Hasper

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

parent 4f8a400d
......@@ -152,6 +152,7 @@ namespace sfm
else
{
// TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
}
}
......@@ -180,6 +181,7 @@ namespace sfm
else
{
// TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
}
}
......@@ -223,6 +225,7 @@ namespace sfm
else
{
// TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
}
}
......@@ -248,6 +251,7 @@ namespace sfm
else
{
// TODO: implement me
CV_Error(Error::StsNotImplemented, "Affine reconstruction not yet implemented");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment