| 78 | void Registration::setEnable(bool enable) { enabled = enable; } |
| 79 | |
| 80 | bool Registration::isEnabled() { return enabled; } |
| 81 | |
| 82 | void Registration::depthToColor(int dx, int dy, float dz, float& cx, float& cy) |
| 83 | { |
no outgoing calls
no test coverage detected