| 281 | } |
| 282 | |
| 283 | TEST(SimplePinhole, Nominal) { |
| 284 | TestModel<SimplePinholeCameraModel>({655.123, 386.123, 511.123}); |
| 285 | } |
| 286 | |
| 287 | TEST(Pinhole, Nominal) { |
| 288 | TestModel<PinholeCameraModel>({651.123, 655.123, 386.123, 511.123}); |
nothing calls this directly
no test coverage detected