From 97007eb51eb346a904709ba2ec2f034b955f3001 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Fri, 31 Mar 2023 23:04:27 +1300 Subject: [PATCH] vault backup: 2023-03-31 23:04:27 --- content/notes/342-assignment-01.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/notes/342-assignment-01.md b/content/notes/342-assignment-01.md index 44eea4aaf..3fbb78fe2 100644 --- a/content/notes/342-assignment-01.md +++ b/content/notes/342-assignment-01.md @@ -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: