File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ namespace sfm
152
152
else
153
153
{
154
154
// TODO: implement me
155
+ CV_Error (Error::StsNotImplemented, " Affine reconstruction not yet implemented" );
155
156
}
156
157
157
158
}
@@ -180,6 +181,7 @@ namespace sfm
180
181
else
181
182
{
182
183
// TODO: implement me
184
+ CV_Error (Error::StsNotImplemented, " Affine reconstruction not yet implemented" );
183
185
}
184
186
185
187
}
@@ -223,6 +225,7 @@ namespace sfm
223
225
else
224
226
{
225
227
// TODO: implement me
228
+ CV_Error (Error::StsNotImplemented, " Affine reconstruction not yet implemented" );
226
229
}
227
230
228
231
}
@@ -248,6 +251,7 @@ namespace sfm
248
251
else
249
252
{
250
253
// TODO: implement me
254
+ CV_Error (Error::StsNotImplemented, " Affine reconstruction not yet implemented" );
251
255
}
252
256
253
257
}
You can’t perform that action at this time.
0 commit comments