From 46490eb1c4e89734eddd0ed9c5b58056ba0fd511 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Fri, 31 Mar 2023 22:31:40 +1300 Subject: [PATCH] vault backup: 2023-03-31 22:31:40 --- content/notes/342-assignment-01.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/notes/342-assignment-01.md b/content/notes/342-assignment-01.md index 8691328cf..18e9f611b 100644 --- a/content/notes/342-assignment-01.md +++ b/content/notes/342-assignment-01.md @@ -46,9 +46,7 @@ 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: The choice of RANSAC threshold affects the speed of homography estimation in highly detailed images. - -As the RANSAC threshold increases the speed of homography estimation decreases +HYPOTHESIS: As the RANSAC threshold increases the speed of homography estimation in highly detailed images increases EXPERIMENT DESIGN: @@ -61,13 +59,11 @@ Procedure 2. For each image pair, estimate the homography matrix that relates one image to the other, using a fixed set of matching features. 3. Vary the RANSAC threshold from small to large values, and for each value of the threshold, estimate the homography matrix for each image pair, using the same set of matching features. 4. Measure the time taken to estimate the homography matrix for each value of the threshold and each image pair. -5. Plot the time taken as a function of the RANSAC threshold, and analyze the results. +5. Plot the time taken as a function of the RANSAC threshold. RESULTS DISCUSSION - -4. Procedure: # Todo