This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tamiwiki:projects:scanning-tami [2025/04/04 15:53] – wissotsky | tamiwiki:projects:scanning-tami [2025/04/04 18:18] (current) – wissotsky | ||
---|---|---|---|
Line 3: | Line 3: | ||
</ | </ | ||
- | {{tamiwiki: | + | {{tamiwiki: |
< | < | ||
Line 49: | Line 49: | ||
end | end | ||
| | ||
- | checkIteration -->|Yes| output[(" | + | checkIteration -->|Yes| output[(" |
end | end | ||
| | ||
Line 58: | Line 58: | ||
subgraph sg2[" | subgraph sg2[" | ||
direction LR | direction LR | ||
- | pm["Patchmatch"] --RANSAC | + | pm["PatchMatch Multi-View Depth Estimation"] |
+ | nde[" | ||
+ | pm & nde --> preprocessing | ||
+ | |||
+ | subgraph ConfidenceWeightedDepthCorrection[" | ||
+ | direction LR | ||
+ | |||
+ | preprocessing[" | ||
+ | |||
+ | subgraph RANSACProcessPolyfit[" | ||
+ | ransacLoopPolyfit | ||
+ | sampleSelection["Random sample selection | ||
+ | from depth maps"] --> weightSamples | ||
+ | |||
+ | weightSamples[" | ||
+ | confidence map values" | ||
+ | |||
+ | fitModel[" | ||
+ | to weighted samples" | ||
+ | |||
+ | evaluateModel[" | ||
+ | |||
+ | checkConvergence{" | ||
+ | |||
+ | checkConvergence -->|Yes| bestModel[" | ||
+ | offset model" | ||
+ | end | ||
+ | |||
+ | bestModel --> applyCorrection[" | ||
+ | |||
+ | applyCorrection --> outputPolyfit[" | ||
+ | end | ||
+ | |||
+ | outputPolyfit --> rgbdpcd[" | ||
+ | gsd --> kde[" | ||
kde --> storergbd[(RGBD Images)] | kde --> storergbd[(RGBD Images)] | ||
end | end |