ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::mvs::PatchMatch::Problem Struct Reference

#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
 

Detailed Description

Definition at line 155 of file patch_match.h.

Member Function Documentation

◆ Print()

void colmap::mvs::PatchMatch::Problem::Print ( ) const

Member Data Documentation

◆ depth_maps

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().

◆ images

std::vector<Image>* colmap::mvs::PatchMatch::Problem::images = nullptr

◆ normal_maps

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().

◆ ref_image_idx

int colmap::mvs::PatchMatch::Problem::ref_image_idx = -1

◆ src_image_idxs

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().


The documentation for this struct was generated from the following files: