| 315 | } |
| 316 | |
| 317 | void Registration::getPointXYZRGB (const Frame* undistorted, const Frame* registered, int r, int c, float& x, float& y, float& z, float& rgb) const |
| 318 | { |
| 319 | impl_->getPointXYZRGB(undistorted, registered, r, c, x, y, z, rgb); |
| 320 | } |
| 321 | |
| 322 | void RegistrationImpl::getPointXYZRGB (const Frame* undistorted, const Frame* registered, int r, int c, float& x, float& y, float& z, float& rgb) const |
| 323 | { |
nothing calls this directly
no outgoing calls
no test coverage detected