ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::mvs::PatchMatchCuda Class Reference

#include <patch_match_cuda.h>

Public Member Functions

 PatchMatchCuda (const PatchMatchOptions &options, const PatchMatch::Problem &problem)
 
void Run ()
 
DepthMap GetDepthMap () const
 
NormalMap GetNormalMap () const
 
Mat< floatGetSelProbMap () const
 
std::vector< int > GetConsistentImageIdxs () const
 

Detailed Description

Definition at line 28 of file patch_match_cuda.h.

Constructor & Destructor Documentation

◆ PatchMatchCuda()

colmap::mvs::PatchMatchCuda::PatchMatchCuda ( const PatchMatchOptions options,
const PatchMatch::Problem problem 
)

Member Function Documentation

◆ GetConsistentImageIdxs()

std::vector<int> colmap::mvs::PatchMatchCuda::GetConsistentImageIdxs ( ) const

◆ GetDepthMap()

DepthMap colmap::mvs::PatchMatchCuda::GetDepthMap ( ) const

◆ GetNormalMap()

NormalMap colmap::mvs::PatchMatchCuda::GetNormalMap ( ) const

◆ GetSelProbMap()

Mat<float> colmap::mvs::PatchMatchCuda::GetSelProbMap ( ) const

◆ Run()

void colmap::mvs::PatchMatchCuda::Run ( )

The documentation for this class was generated from the following file: