Go to the source code of this file.
|
cv::Mat_< cv::Vec3b > | view_synthesis (const cv::Mat_< cv::Vec3b > &ref_img, const cv::Mat_< cv::Vec3b > &tg_img, const cv::Mat_< ushort > &tg_depth, const camera &ref_cam, const camera &tg_cam, real z_near, real z_far, real opacity, real darken_background) |
|
int | main (int argc, const char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
cv::Mat_<cv::Vec3b> view_synthesis |
( |
const cv::Mat_< cv::Vec3b > & |
ref_img, |
|
|
const cv::Mat_< cv::Vec3b > & |
tg_img, |
|
|
const cv::Mat_< ushort > & |
tg_depth, |
|
|
const camera & |
ref_cam, |
|
|
const camera & |
tg_cam, |
|
|
real |
z_near, |
|
|
real |
z_far, |
|
|
real |
opacity, |
|
|
real |
darken_background |
|
) |
| |