#include <depth_registration_cpu.h>
|
| DepthRegistrationCPU () |
|
bool | init (const int deviceId) |
|
bool | registerDepth (const cv::Mat &depth, cv::Mat ®istered) |
|
| ~DepthRegistrationCPU () |
|
bool | init (const cv::Mat &cameraMatrixRegistered, const cv::Size &sizeRegistered, const cv::Mat &cameraMatrixDepth, const cv::Size &sizeDepth, const cv::Mat &distortionDepth, const cv::Mat &rotation, const cv::Mat &translation, const float zNear=0.5f, const float zFar=12.0f, const int deviceId=-1) |
|
virtual | ~DepthRegistration () |
|
|
void | createLookup () |
|
uint16_t | interpolate (const cv::Mat &in, const float &x, const float &y) const |
|
void | projectDepth (const cv::Mat &scaled, cv::Mat ®istered) const |
|
void | remapDepth (const cv::Mat &depth, cv::Mat &scaled) const |
|
Definition at line 26 of file depth_registration_cpu.h.
DepthRegistrationCPU::DepthRegistrationCPU |
( |
| ) |
|
Copyright 2014 University of Bremen, Institute for Artificial Intelligence Author: Thiemo Wiedemeyer wiede.nosp@m.meye.nosp@m.r@cs..nosp@m.uni-.nosp@m.breme.nosp@m.n.de
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 20 of file depth_registration_cpu.cpp.
DepthRegistrationCPU::~DepthRegistrationCPU |
( |
| ) |
|
void DepthRegistrationCPU::createLookup |
( |
| ) |
|
|
private |
bool DepthRegistrationCPU::init |
( |
const int |
deviceId | ) |
|
|
virtual |
uint16_t DepthRegistrationCPU::interpolate |
( |
const cv::Mat & |
in, |
|
|
const float & |
x, |
|
|
const float & |
y |
|
) |
| const |
|
inlineprivate |
void DepthRegistrationCPU::projectDepth |
( |
const cv::Mat & |
scaled, |
|
|
cv::Mat & |
registered |
|
) |
| const |
|
private |
bool DepthRegistrationCPU::registerDepth |
( |
const cv::Mat & |
depth, |
|
|
cv::Mat & |
registered |
|
) |
| |
|
virtual |
void DepthRegistrationCPU::remapDepth |
( |
const cv::Mat & |
depth, |
|
|
cv::Mat & |
scaled |
|
) |
| const |
|
private |
double DepthRegistrationCPU::cx |
|
private |
double DepthRegistrationCPU::cy |
|
private |
double DepthRegistrationCPU::fx |
|
private |
double DepthRegistrationCPU::fy |
|
private |
cv::Mat DepthRegistrationCPU::lookupX |
|
private |
cv::Mat DepthRegistrationCPU::lookupY |
|
private |
Eigen::Matrix4d DepthRegistrationCPU::proj |
|
private |
The documentation for this class was generated from the following files: