Does the 8 point algorithm have to be computed with only 8 matches?
Say I have n > 8 matches. When trying to solve the equations system in order to compute the fundamental matrix F, do I have to select a subset of 8 points for building A or could I create the matrix A of n rows and then solve the SVD with the bigger A.
Would decomposing the SVD of the bigger A be even any better? Or would it be even worse?
Thanks
I checked the Multiple View Geometry book chapter 11. And while they do a brief discussion about the fact that the rank of the A matrix corresponds to a unique solution when it is 8, but I can't seem to find whether they discuss this exact point.
Thanks