Wednesday, March 14, 2007

Progress

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.

No comments: