I've been continuing work on reconstruction by stepping through the sample code from the MaSKS website. I think I've found the real reason my normalization wasn't working -- there are some extra scaling steps that go into finding the fundamental matrix that I wasn't taking, and normalizing my projection matrices wasn't the correct fix like I thought before. So I wrote my own function to do this in OpenCV; the existing function cvFindFundamentalMat() does not scale the points for better conditioning.
If I give my final presentation today, you can download it here.
Wednesday, March 14, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment