rustmas icon indicating copy to clipboard operation
rustmas copied to clipboard

Find a better way to align perspectives

Open mrozycki opened this issue 2 years ago • 0 comments

Currently we align different perspectives with their bounding boxes. This means that outliers can lead to misalignment of measurements. A better approach might be to use linear regression to pick the best scale and shift to merge two perspectives. The important thing is to only use the points with high confidence in both perspectives for the linear regression.

mrozycki avatar Nov 25 '23 16:11 mrozycki