Description: |
Performs Dense Surface Modeling using the MVS approach. Creates a PointMesh by scanning project photos for matching features across multiple photos. |
Syntax: |
"CreateMVSPointMesh outMeshId minImages minAngle textureStrength downsampleLevel pointSpacing groupSize windowRadius numIterations curvatureFactor" where:
- outMeshId - an id number identifying the output PointMesh (error condition if id already exists) - minImages - minimal number of images per point - minAngle - minimum angle between two cameras and a point - textureStrength - feature correlation score to limit matches and/or noise 1=strictest, 0 highest point count - downsampleLevel - image downsampling - 0 is full resolution and maximum detail - pointSpacing - the spacing of points created, used in conjunction with down-sample level - groupSize - max number of photos used during matching higher uses more concurrent photos - windowRadius - radius in pixels of feature window used during matching - smaller increases density - numIterations - number of stages of point cloud refinement - curvatureFactor - set to control how much curve to expect - increase value to improve fit on a curvy surface
|
Return: |
"1" if successful or "0" if this command failed. |
Example: |
"CreateMVSPointMesh 1 10 0.7 1 2 20 3 2 0.5” return "1" |