#include <kinect2_registration.h>
|
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 bool | registerDepth (const cv::Mat &depth, cv::Mat ®istered)=0 |
|
virtual | ~DepthRegistration () |
|
Definition at line 26 of file kinect2_registration.h.
DepthRegistration::DepthRegistration |
( |
| ) |
|
|
protected |
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 29 of file kinect2_registration.cpp.
DepthRegistration::~DepthRegistration |
( |
| ) |
|
|
virtual |
virtual bool DepthRegistration::init |
( |
const int |
deviceId | ) |
|
|
protectedpure virtual |
bool DepthRegistration::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 bool DepthRegistration::registerDepth |
( |
const cv::Mat & |
depth, |
|
|
cv::Mat & |
registered |
|
) |
| |
|
pure virtual |
cv::Mat DepthRegistration::cameraMatrixDepth |
|
protected |
cv::Mat DepthRegistration::cameraMatrixRegistered |
|
protected |
cv::Mat DepthRegistration::mapX |
|
protected |
cv::Mat DepthRegistration::mapY |
|
protected |
cv::Mat DepthRegistration::rotation |
|
protected |
cv::Size DepthRegistration::sizeDepth |
|
protected |
cv::Size DepthRegistration::sizeRegistered |
|
protected |
cv::Mat DepthRegistration::translation |
|
protected |
float DepthRegistration::zFar |
|
protected |
float DepthRegistration::zNear |
|
protected |
The documentation for this class was generated from the following files: