![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <patch_match.h>
Public Member Functions | |
| void | Print () const |
Public Attributes | |
| int | ref_image_idx = -1 |
| std::vector< int > | src_image_idxs |
| std::vector< Image > * | images = nullptr |
| std::vector< DepthMap > * | depth_maps = nullptr |
| std::vector< NormalMap > * | normal_maps = nullptr |
Definition at line 155 of file patch_match.h.
| void colmap::mvs::PatchMatch::Problem::Print | ( | ) | const |
Definition at line 80 of file patch_match.cc.
References QtCompat::endl(), colmap::PrintHeading2(), PrintOption, ref_image_idx, and src_image_idxs.
| std::vector<DepthMap>* colmap::mvs::PatchMatch::Problem::depth_maps = nullptr |
Definition at line 166 of file patch_match.h.
Referenced by colmap::mvs::PatchMatch::Check().
| std::vector<Image>* colmap::mvs::PatchMatch::Problem::images = nullptr |
Definition at line 163 of file patch_match.h.
Referenced by colmap::mvs::PatchMatch::Check(), and colmap::mvs::PatchMatch::GetConsistencyGraph().
| std::vector<NormalMap>* colmap::mvs::PatchMatch::Problem::normal_maps = nullptr |
Definition at line 169 of file patch_match.h.
Referenced by colmap::mvs::PatchMatch::Check().
| int colmap::mvs::PatchMatch::Problem::ref_image_idx = -1 |
Definition at line 157 of file patch_match.h.
Referenced by colmap::mvs::PatchMatch::Check(), colmap::mvs::PatchMatch::GetConsistencyGraph(), and Print().
| std::vector<int> colmap::mvs::PatchMatch::Problem::src_image_idxs |
Definition at line 160 of file patch_match.h.
Referenced by colmap::mvs::PatchMatch::Check(), and Print().