vault backup: 2023-03-31 23:04:27

This commit is contained in:
Jet Hughes 2023-03-31 23:04:27 +13:00
parent 358cc8fda7
commit 97007eb51e

View File

@ -46,7 +46,15 @@ DISCUSSION
# Experiment 2: RANSAC for Homography Estimation
QUESTION: How does the choice of RANSAC threshold affect the speed of homography estimation in highly detailed images?
HYPOTHESIS: As the RANSAC threshold increases the speed of homography estimation in highly detailed images increases
HYPOTHESIS: As the RANSAC threshold increases the efficiency of homography estimation in highly detailed images increases
Homography esimation in highly detailed images is faster with higher RANSAC thresholds
Higher RANSAC thresholds result in faster homography estimation for highly detailed images
Higher RANSAC thresholds for homography estimation in highly detailed images are more efficient
In highly detailed images, homography estimation using higher RANSAC thresholds is faster/more efficient
EXPERIMENT DESIGN: