Meshroom各模块算法调查
2022-6-13
| 2023-11-11
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
icon
password
目录

默认Pipline中的组件算法

参考AliceVision和meshroom程序自带说明文档
  • 下图是Meshroom默认pipline,其中实线连接的参数是初始设定的值;虚线连接的参数是实现设定的值。
notion image
notion image

1.1. Camera Init

notion image
Input
Setting
Output
Description
Viewpoints Input
viewpoints (1 Element for each loaded image) - ID - Pose ID - Image Path - Intrinsic: Internal Camera Parameters (Intrinsic ID) - Rig (-1 - 200) - Rig Sub-Pose: Rig Sub-Pose Parameters (-1 - 200) - Image Metadata: (list of metadata elements) 输入图片路径, 获得图片文件的信息
Intrinsic Camera Intrinsics
(1 Element for each loaded image) - ID - Initial Focal Length: Initial Guess on the Focal Length - Focal Length: Known/Calibrated Focal Length - Camera Type: pinhole’, ‘radial1’, ‘radial3’, ‘brown’, ‘fisheye4’ - #Make: Camera Make (not included in this build, commented out) - #Model: Camera Model - #Sensor Width: Camera Sensor Width - Width: Image - Width (0-10000) - Height: Image Height (0-10000) - Serial Number: Device Serial Number (camera and lens combined) - Principal Point: X (0-10000) Y(0-10000)- DistortionParams: Distortion Parameters - Locked(True/False): If the camera has been calibrated, the internal camera parameters (intrinsics) can be locked. It should improve robustness and speedup the reconstruction. 相机内置默认参数
Sensor Database
Camera sensor width database path 相机型号及其参数数据库
Default Field Of View
Empirical value for the field of view in degree 45° (0°-180°) 相机视野
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace) 日志详细程度
SfMData File
…/cameraInit.sfm 输出SfM数据文件路径
导入图片。

1.2. Feature Extraction 特征提取

notion image
Input
Setting
Output
Description
SfMData
SfMData
SfMData file. 输入SfM数据文件路径
Describer Types
Describer types used to describe an image. ‘sift’, ‘sift*float’, ‘sift*upright’, ‘akaze’, ‘akaze*liop’, ‘akaze*mldb’, ‘cctag3’, ‘cctag4’, ‘sift*ocv’, ‘akaze*ocv’ 设置特征检测算法
Describer Preset
Control the ImageDescriber configuration (low, medium, normal, high, ultra). Configuration “ultra” can take long time ! 设置特征精度?
Force CPU Extraction
Use only CPU feature extraction. 强制使用CPU检测特征
Max Nb Threads
Specifies the maximum number of threads to run simultaneously (0 for automatic mode). (0-24) 0
verbosity level (fatal, error, warning, info, debug, trace).
Features Folder
Output path for the features and descriptors files (*.feat, *.desc). 特征文件路径
这一步的目的是提取独特的像素组,这些像素组在某种程度上不受图像采集过程中相机视角变化的影响。因此,场景中的一个特征在所有图像中都应该有类似的特征描述。
notion image
常见特征检测方法大致三种(SIFT, AKAZE, CCTAG)
由于纹理复杂度的变化(从一幅图像到另一幅图像或图像的不同部分),提取的特征数量可能会有很大的变化,因此使用了一个后过滤步骤,将提取的特征数量控制在合理的范围内(例如每幅图像在1到1万之间)。我们使用网格过滤(Grid Filtering)来确保图像中的良好分区。

1.3. Image Matching 图像匹配

notion image
Input
Setting
Output
Description
SfMData
SfMData
SfMData file
Features Folders
Features Folders
Folder(s) containing the extracted features and descriptors 特征文件路径
Method
选择产生图像描述符的算法(VocabularyTree; Sequential; SequentialAndVocabularyTree; Exhaustive; Frustum; FrustumOrVocabularyTree)
Voc Tree: Tree
Input name for the vocabulary tree file ALICEVISION_VOCTREE 选择词汇树时,输入词汇树文件路径
Voc Tree: Weights
Input name for the weight file, if not provided the weights will be computed on the database built with the provided set 选择词汇树时,输入词汇树权重路径,没有的话自动计算
Minimal Number of Images
Minimal number of images to use the vocabulary tree. If we have less features than this threshold, we will compute all matching combinations 设定词汇树用到的最小图片数
Max Descriptors
Limit the number of descriptors you load per image. Zero means no limit 设定一张图片中最大的描述符数量
Nb Matches
The number of matches to retrieve for each image (If 0 it will retrieve all the matches) 50 (0-1000) 设定每张图片的匹配数量?
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace)
Image Pairs
Filepath to the output file with the list of selected image pairs 输出图片对列表文件路径
找到与场景中相同区域的图像。将图像简化为一个紧凑的图像描述符来计算所有图像描述符之间的距离。通过比较这些图像描述符来查看不同的图像是否具有相同的内容。
产生这种图像描述符的常用方法:
  • 序列(Sequential) 如果输入是一个视频序列,可以使用这个选项在它们之间随着时间的推移连接图像。
  • 序列+词汇树(SequentialAndVocabularyTree)可以实现不同时间的关键帧之间的连接。
  • Exhaustive 输出所有图像对。
  • Frustum 如果图像有已知的姿势,则计算摄像机之间的交点frustum,以创建图像对的列表
  • FrustumOrVocabularyTree 如果图像有已知的姿势,使用frustum交集,否则使用VocabularuTree。

1.4. Feature Matching 特征匹配

notion image
Input
Setting
Output
Description
SfMData
SfMData
SfMData file
Features Folders
Features Folders
Folder(s) containing the extracted features and descriptors
Image Pairs
Path to a file which contains the list of image pairs to match
Describer Types
Describer Types
Describer types used to describe an image **sift**'/ 'sift_float'/ 'sift_upright'/ 'akaze'/ 'akaze_liop'/ 'akaze_mldb'/ 'cctag3'/ 'cctag4'/ 'sift_ocv'/ 'akaze_ocv
Photometric Matching Method
For Scalar based regions descriptor ' * BRUTE_FORCE_L2: L2  BruteForce matching' ' * ANN_L2: L2 Approximate Nearest Neighbor  matching ' * CASCADE_HASHING_L2: L2 Cascade Hashing matching ' *  FAST_CASCADE_HASHING_L2: L2 Cascade Hashing with precomputed hashed  regions (faster than CASCADE_HASHING_L2 but use more memory) 'For Binary  based descriptor  ' * BRUTE_FORCE_HAMMING: BruteForce Hamming matching'
Geometric Estimator
Geometric estimator: (acransac:  A-Contrario Ransac //  loransac: LO-Ransac (only available for fundamental_matrix model)
Geometric Filter Type
Geometric validation method to filter features matches: **fundamental_matrix** // essential_matrix // homography_matrix /// homography_growing // no_filtering'
Distance Ratio
Distance ratio to discard non meaningful matches 0.8 (0.0 - 1)
Max Iteration
Maximum number of iterations allowed in ransac step 2048 (1 - 20000)
Max Matches
Maximum number of matches to keep (0 - 10000)
Save Putative Matches
putative matches (True/False) 保存推定结果
Guided Matching
the found model to improve the pairwise correspondences (True/False)
Export Debug Files
debug files (svg/ dot) (True/False) 是否输出调试文件
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace)
Matches Folder
Path to a folder in which computed matches will be stored 匹配文件的保存路径
这一步的目的是在候选图像对之间匹配所有特征。分两步进行:
  1. 测光匹配(Photometric Matches) 它在两幅输入图像的特征描述符集之间进行测光匹配。对于第一幅图像上的每个特征描述符,它在第二幅图像中寻找最接近的两个描述符,并在它们之间使用一个相对阈值。这个假设去除了重复结构的特征,但已被证明是一个稳健的标准。[Lowe2004]
    1. notion image
  1. 几何过滤(Geometric Filtering) 它对光度匹配的候选人进行几何过滤。在离群检测框架RANSAC(RANdom SAmple Consensus)中,通过使用极点几何来进行几何过滤。它随机选择一小部分特征对应关系并计算fundamental or essential matrix,然后检查验证该模型的特征数量并通过RANSAC框架进行迭代。
    1. notion image

1.5. Structure From Motion 运动推断结构(稀疏重建)

notion image
Input
Setting
Output
SfMData file
Features Folder
Folder(s) containing the extracted features and descriptors.
Matches Folders
Folder(s) in which computed matches are stored.
Describer Types
Describer types used to describe an image. ‘sift’, ‘sift*float’, ‘sift*upright’, ‘akaze’, ‘akaze*liop’, ‘akaze*mldb’, ‘cctag3’, ‘cctag4’, **’siftocv’, ‘akazeocv’
Localizer Estimator
Estimator type used to localize cameras (acransac, ransac, lsmeds, loransac, maxconsensus).
Observation Constraint
Observation contraint mode used in the optimization: Basic: Use standard reprojection error in pixel coordinates, Scale: Use reprojection error in pixel coordinates but relative to the feature scale
Localizer Max Ransac Iterations
Maximum number of iterations allowed in ransac step. (1-20000) 4096
Localizer Max Ransac Error
Maximum error (in pixels) allowed for camera localization (resectioning). If set to 0, it will select a threshold according to the localizer estimator used (if ACRansac, it will analyze the input data to select the optimal value). (0.0-100-0) 0.0
Lock Scene Previously Reconstructed
This option is useful for SfM augmentation. Lock previously reconstructed poses and intrinsics.
Local Bundle Adjustment
It reduces the reconstruction time, especially for large datasets (500+ images) by avoiding computation of the Bundle Adjustment on areas that are not changing.
LocalBA Graph Distance
Graph-distance limit to define the Active region in the Local Bundle Adjustment strategy. (2-10) 1
Maximum Number of Matches
Maximum number of matches per image pair (and per feature type). This can be useful to have a quick reconstruction overview. 0 means no limit. (0-50000) 1
Minimum Number of Matches
Minimum number of matches per image pair (and per feature type). This can be useful to have a meaningful reconstruction with accurate keypoints. 0 means no limit. (0-50000) 1
Min Input Track Length
Minimum track length in input of SfM (2-10)
Min Observation For Triangulation
Minimum number of observations to triangulate a point. Set it to 3 (or more) reduces drastically the noise in the point cloud, but the number of final poses is a little bit reduced (from 1.5% to 11% on the tested datasets). (2-10)
Min Angle For Triangulation
Minimum angle for triangulation. (0.1-10) 3.0
Min Angle For Landmark
Minimum angle for landmark. (0.1-10) 2.0
Max Reprojection Error
Maximum reprojection error. (0.1-10) 4.0
Min Angle Initial Pair
Minimum angle for the initial pair. (0.1-10) 5.0
Max Angle Initial Pair
Maximum angle for the initial pair. (0.1-60) 40.0
Use Only Matches From Input Folder
Use only matches from the input matchesFolder parameter. Matches folders previously added to the SfMData file will be ignored.
Use Rig Constraint
Enable/Disable rig constraint.
Force Lock of All Intrinsic Camera Parameters.
Force to keep constant all the intrinsics parameters of the cameras (focal length, principal point, distortion if any) during the reconstruction. This may be helpful if the input cameras are already fully calibrated.
Filter Track Forks
Enable/Disable the track forks removal. A track contains a fork when incoherent matches lead to multiple features in the same image for a single track.
Initial Pair A
Filename of the first image (without path).
Initial Pair B
Filename of the second image (without path).
Inter File Extension
Extension of the intermediate file export. (‘.abc’, ‘.ply’)
Verbose Level
Verbosity level (fatal, error, warning, info, debug, trace).
Output SfMData File (SfMData )
Path to the output sfmdata file (sfm.abc)
Output SfMData File (Views and Poses)
Path to the output sfmdata file with cameras (views and poses). (cameras.sfm)
Output Folder
Folder for intermediate reconstruction files and additional reconstruction information files. 保存运动推断结构所有文件的文件夹路径
将分析的特征进行匹配,以了解所有二维观测(2D observations)数据背后的几何关系,并通过所有摄像机的位姿(pose 位置和方向)和内部校准推断出刚性场景结构(三维点 3D points)。
该管道是一个不断增长的重建过程(增量SfM,incremental SfM
它首先计算一个初始的双视图重建(two-view reconstruction),通过添加新的视图来迭代扩展。
  1. Fuse 2-View Matches into Tracks 将双视角匹配的图像融合到轨迹中 将图像对之间的所有特征匹配融合为轨迹。每条轨迹代表空间中的一个候选点,从多个相机中可见。然而,在管道的这一步,它仍然包含许多离群值。
  1. Initial Image Pair 初始图像对 选择最佳的初始图像对。这一选择对于最终重建的质量至关重要。所以这个 图像对 应该最大限度地增加匹配的数量和每个图像中相应特征的再分配。(this image pair should maximize the number of matches and the repartition of the corresponding features in each image.)但同时,相机之间的角度也应该足够大,以提供可靠的几何信息。
  1. Initial 2-View Geometry 初始的双视角几何学 计算所选2幅图像之间的基本矩阵(fundamental matrix),并认为第一幅图像是坐标系的原点。
  1. Triangulate 三角测量 用两个第一台相机的位姿,将相应的2D特征三角化为3D点。
  1. Next Best View Selection 下一个最佳视图选择 选择所有与已经三维重建的特征有足够关联的图像。
  1. Estimate New Cameras 估计新相机 基于这些2D-3D关联,它对这些新相机中的每一个进行切除。切除 是 RANSAC框架 下的透视-点算法(Perspective-n-Point algorithm,PnP),用来找到验证大多数特征关联的相机位姿。在每个摄像机上,都要进行非线性最小化(non-linear minimization)来完善姿势。
  1. Triangulate 三角测量 从这些新的相机姿态中,一些轨迹会被2个或更多被切除的相机所看到,并对它们进行三角测量。
  1. Optimize 优化 执行捆绑调整以完善一切:所有摄像机的外在参数和内在参数,以及所有三维点的位置。通过删除所有具有高重投影误差(high reprojection error)或观测值之间角度不足的观测值来过滤捆绑的调整。
  1. Loop from 5 to 9 步骤5到9循环 由于我们对新的点进行了三角测量,就得到了更多的候选图像用于下一个最佳视图的选择,之后从步骤5到9反复进行迭代。增加摄像机,将新的二维特征三角化为三维点,并删除变得无效的三维点,直到无法定位新的视图。
位置估计器:
notion image
sfm重建:

1.6. Prepare Dense Scene 稠密场景

notion image
Input
Setting
Output
Description
SfMData
SfMData
SfMData file
ImagesFolders
Use images from specific folder(s). Filename should be the same or the image uid.
Output File Type
Output file type for the undistorted images. (jpg, png, tif, exr) 输出不失真图片的格式
Save Metadata
Save projections and intrinsics information in images metadata (only for .exr images). 设定是否保存
Save Matrices Text Files
Save projections and intrinsics information in text files. 设定是否保存
Correct images exposure
Apply a correction on images Exposure Value 设定是否保存
Verbose Level
[‘fatal’, ‘error’, ‘warning’, ‘info’, ‘debug’, ‘trace’]
Undistorted images
List of undistorted images. 保存不失真的图片的路径
Images Folder
MVS Configuration file (desc.Node.internalFolder + ‘mvs.ini)
这个节点导出未变形的图像,这样深度图和纹理就可以在针孔图像(Pinhole images)上计算并且不会变形。

1.7. Depth Map 深度估计

notion image
Input
Setting
Output
Description
SfMData
SfMData
SfMData file.
Images Folder
Images Folder
Use images from a specific folder instead of those specify in the SfMData file. Filename should be the image uid. (Prepare Dense Scene输出的exr格式图片)
Downscale
Image downscale factor (1, 2, 4, 8, 16)
Min View Angle
Minimum angle between two views.(0.0 - 10.0)
Max View Angle
Maximum angle between two views. (10.0 - 120.0)
SGM: Nb Neighbour Cameras
Semi Global Matching: Number of neighbour cameras (1 - 100)
SGM: WSH: Semi Global Matching
Half-size of the patch used to compute the similarity (1 - 20)
SGM: GammaC
Semi Global Matching: GammaC Threshold (0 - 30)
SGM: GammaP
Semi Global Matching: GammaP Threshold (0 - 30)
Refine: Number of samples
(1 - 500)
Refine: Number of Depths
(1 - 100)
Refine: Number of Iterations
(1 - 500)
Refine: Nb Neighbour Cameras
Refine: Number of neighbour cameras. (1 - 20)
Refine: WSH
Refine: Half-size of the patch used to compute the similarity. (1 - 20)
Refine: Sigma
Refine: Sigma Threshold (0 - 30)
Refine: GammaC
Refine: GammaC Threshold. (0 - 30)
Refine: GammaP
Refine: GammaP threshold. (0 - 30)
Refine: Tc or Rc pixel size
Use minimum pixel size of neighbour cameras (Tc) or current camera pixel size (Rc)
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace)
Output
Output folder for generated depth maps
对所有被SfM解析过的相机,检索每个像素的深度值。
  • Block Matching

1.8. Depth Map Filter 深度图过滤

notion image
Input
Setting
Output
Description
SfMData
SfMData
SfMData file
Depth Map Folder
Input depth map folder
Min View Angle
Minimum angle between two views
Max View Angle
Maximum angle between two views
Number of Nearest Cameras
Number of nearest cameras used for filtering 10 (0 - 20)
Min Consistent Cameras
Min Number of Consistent Cameras 3 (0 - 10)
Min Consistent Cameras Bad Similarity
Min Number of Consistent Cameras for pixels with weak similarity value 4 (0 - 10)
Filtering Size in Pixels
Filtering size in Pixels (0 - 10)
Filtering Size in Pixels Bad Similarity
Filtering size in pixels (0 - 10)
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace)
Filtered DepthMaps Folder
Output folder for generated depth maps
过滤多个深度图中不连贯的深度图值。这就可以在开始融合Meshing节点中的所有深度图之前,过滤掉不稳定的点。确保多个相机之间的一致性。根据相似度值和相干摄像机的数量选择一个折衷方案,以保持弱支持的表面而不增加伪影。

1.9. Meshing 网格重建

notion image
Input
Setting
Output
Description
SfMData
SfMData file.
Depth Maps Folder
Input depth maps folder
Filtered Depth Maps Folder
Input filtered depth maps folder
Estimate Space From SfM
Estimate the 3d space from the SfM
Min Observations For SfM Space Estimation
Minimum number of observations for SfM space estimation. (0-100) 3
Min Observations Angle For SfM Space Estimation
Minimum angle between two observations for SfM space estimation. (0-120) 10
Max Input Points
Max input points loaded from depth map images (500**000** - 500000000)
Max Points
Max points at the end of the depth maps fusion (100**000** - 10000000)
Max Points Per Voxel
(500**000** – 30000000)
Min Step
The step used to load depth values from depth maps is computed from maxInputPts. Here we define the minimal value for this step, so on small datasets we will not spend too much time at the beginning loading all depth values (1- 20) 2
Partitioning
(singleBlock, auto)
Repartition
(multiResolution, regularGrid)
angleFactor
(0.0-200.0) 15.0
simFactor
(0.0-200.0) 1.0
pixSizeMarginInitCoef
(0.0-10.0) 2.0
pixSizeMarginFinalCoef
(0.0-10.0) 4.0
voteMarginFactor
(0.1-10.0) 4.0
contributeMarginFactor
(0.0-10.0) 2.0
simGaussianSizeInit
(0.0-50) 10.0
simGaussianSize
(0.0-50) 0.1
minAngleThreshold
(0.0-10.0) 0.01
Refine Fuse
Refine depth map fusion with the new pixels size defined by angle and similarity scores.
Add Landmarks To The Dense Point Cloud
Add SfM Landmarks to the dense point cloud.
Colorize Output
Whether to colorize output dense point cloud and mesh.
Save Raw Dense Point Cloud
Save dense point cloud before cut and filtering.
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace).
Output Mesh
Output mesh (OBJ file format). mesh.obj
Output Dense Point Cloud
Output dense point cloud with visibilities (SfMData file format). densePointCloud.abc
创建一个密集的场景的几何表面表示。
3D Delaunay tetrahedralization之后,compute weights on cells and weights on facets connecting the cells。

1.10. Mesh Filtering 网格修复

notion image
Input
Setting
Output
Description
Mesh
Input Mesh (OBJ file format)
Keep Only the Largest Mesh
Keep only the largest connected triangles group (True/False) 只保留最大的模型,默认不使用(“Keep Only The Largest Mesh”. This is disabled by default in the 2019.1.0 release to avoid that the environment is being meshed, but not the object of interest. The largest Mesh is in some cases the reconstructed background. When the object of interest is not connected to the large background mesh it will be removed. You should place your object of interest on a well structured non transparent or reflecting surface (e.g. a newspaper).)
Smoothing Subset
(all; surface_boundaries; surface_inner_part)
Smoothing Boundaries Neighbours
Neighbours of the boundaries to consider 0 (0 - 20)
Smoothing Iterations
5 (0 - 50)
Smoothing Lambda
1 (0 - 10)
Filtering Subset
(all; surface_boundaries; surface_inner_part) 筛选子集?
Filtering Iterations
1 (0 - 20)
Filter Large Triangles Factor
Remove all large triangles. We consider a triangle as large if one edge is bigger than N times the average edge length. Put zero to disable it. 60 (1 - 100)
Filter Triangles Ratio
Remove all triangles by ratio(largest edge/smallest edge). Put zero to disable it. 0 (0 - 50)
Verbose Level
[‘fatal’, ‘error’, ‘warning’, ‘info’, ‘debug’, ‘trace’]
Output mesh
Output mesh (OBJ file format) internalFolder + ‘mesh.obj
图形切割(Graph Cut)Max-Flow:优化切割体积
This cut represents the extracted mesh surface. 过滤表面上的不良单元。最后,对网格进行拉普拉斯滤波,以消除局部伪影。

1.11. Texturing 纹理重建

notion image
Input
Setting
Output
Description
Images Folder
Use images from a specific folder instead of those specify in the SfMData file. Filename should be the image uid.
Other Input Mesh (Mesh)
Optional input mesh to texture. By default, it will texture the result of the reconstruction.
MVS Configuration file
…/mvs.ini
Input Dense Reconstruction
Path to the dense reconstruction result (mesh with per vertex visibility)
Texture Side
Output texture size 1024, 2048, 4096, 8192, 16384
Texture Downscale
Texture downscale factor1, 2, 4, 8
Texture File Type
Texture File Type ‘jpg’, ‘png’, ‘tiff’, ‘exr’
Unwrap Method
Method to unwrap input mesh if it does not have UV coordinates Basic (> 600k faces) fast and simple. Can generate multiple atlases LSCM (<= 600k faces): optimize space. Generates one atlas ABF (<= 300k faces): optimize space and stretch. Generates one atlas
Use UDIM
Use UDIM UV mapping. True/False.
Fill Holes
Fill Texture holes with plausible values True/False
Padding
Texture edge padding size in pixel 5 (0-100)
multiBandDownscale
Width of frequency bands for multiband blending 4 (0 - 8)
multiBandNbContrib (MultiBand contributions)
Number of contributions per frequency band for multiband blending(each frequency band also contributes to lower bands)
useScroe
Use triangles scores (ie. reprojection area) for multiband blending. True/False
Max Nb of Images For Fusion
Max number of images to combine to create the final texture (0-10)
Best Score Threshold
0.0 to disable filtering based on threshold to relative best score 0.1 (0.0 - 1.0)
Angle Hard Threshold
0.0 to disable angle hard threshold filtering 90 (0.0 - 180.0)
Process Colorspace
(sRGB; LAB; XYZ)Colorspace for the texturing internal computation (does not impact the output file colorspace)
Correct Exposure
Uniformize images exposeure values True/False
Force Visible By All Vertices
Triangle visibility is based on the union of vertices visiblity. True/False
Flip Normals
Option to flip face normals. It can be needed as it depends on the vertices order in triangles and the convention change from one software to another. True/False
Visibility Remapping Method
Method to remap visibilities from the reconstruction to the input mesh (Pull, Push, PullPush).
Subdivision Target Ratio
Percentage of the density of the reconstruction as the target for the subdivision(0: disable subdivision, 0.5: half density of the reconstruction; 1: full density of the reconstruction) 0.8 (0.0 - 1.0)
Verbose Level
verbosity level (fatal, error, warning, info, debug, trace).
Output Folder
Folder for output mesh: OBJ, material and texture files.
Output Mesh
Folder for output mesh: OBJ, material and texture files. internalFolder + ‘texturedMesh.obj
Output Material
Folder for output mesh: OBJ, material and texture files. internalFolder + ‘texturedMesh.mtl
Output Textures
Folder for output mesh: OBJ, material and texture files. internalFolder + ‘texture_*.png
如果网格没有相关的UV,它会计算出自动的UV贴图。AliceVision实现了一个基本的UV映射方法来最小化纹理空间(a basic UV mapping approach to minimize the texture space)。标准的UV映射方法是由[Levy2002]提供的。
对于每个三角形,使用与每个顶点相关的可见性信息来检索纹理候选。
过滤掉与表面没有良好角度的相机,以支持正面平行的相机,最后对像素值进行平均。
由于使用[Burt1983]中描述的多波段混合法的一般化(a generalization of the multi-band blending described),所以在低频视野(views)中的平均比在高频中的平均要多。这种方法与[Baumberg2002]和[Allene2008]的精神是一致的。
 
  • 三维重建
  • Meshroom
  • bundler安装(无法使用内置sift)命令行使用meshroom
    • Giscus
    目录