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

Public Member Functions

bool IsInside (const TexturePatchCandidate &other) const
 

Public Attributes

int min_x
 
int min_y
 
int max_x
 
int max_y
 
std::unique_ptr< TexturePatchtexture_patch
 

Detailed Description

Definition at line 1062 of file texturing.cc.

Member Function Documentation

◆ IsInside()

bool colmap::mvs::TexturePatchCandidate::IsInside ( const TexturePatchCandidate other) const
inline

Definition at line 1066 of file texturing.cc.

References max_x, max_y, min_x, and min_y.

Member Data Documentation

◆ max_x

int colmap::mvs::TexturePatchCandidate::max_x

Definition at line 1063 of file texturing.cc.

Referenced by colmap::mvs::GenerateCandidate(), and IsInside().

◆ max_y

int colmap::mvs::TexturePatchCandidate::max_y

Definition at line 1063 of file texturing.cc.

Referenced by colmap::mvs::GenerateCandidate(), and IsInside().

◆ min_x

int colmap::mvs::TexturePatchCandidate::min_x

Definition at line 1063 of file texturing.cc.

Referenced by colmap::mvs::GenerateCandidate(), and IsInside().

◆ min_y

int colmap::mvs::TexturePatchCandidate::min_y

Definition at line 1063 of file texturing.cc.

Referenced by colmap::mvs::GenerateCandidate(), and IsInside().

◆ texture_patch

std::unique_ptr<TexturePatch> colmap::mvs::TexturePatchCandidate::texture_patch

Definition at line 1064 of file texturing.cc.

Referenced by colmap::mvs::GenerateCandidate().


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