| 274 | } |
| 275 | |
| 276 | void Registration::undistortDepth(const Frame *depth, Frame *undistorted) const |
| 277 | { |
| 278 | impl_->undistortDepth(depth, undistorted); |
| 279 | } |
| 280 | |
| 281 | void RegistrationImpl::undistortDepth(const Frame *depth, Frame *undistorted) const |
| 282 | { |
nothing calls this directly
no outgoing calls
no test coverage detected