We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Singular value decomposition - where do I begin
Page Index Toggle Pages: 1
Singular value decomposition - where do I begin? (Read 614 times)
Singular value decomposition - where do I begin?
Nov 7th, 2009, 3:53am
 
Hi everyone

I have some x,y co-ordinates for points captured by a webcam, but I need to warp them to a rectangle on screen. I have four corner co-ordinates from the webcam too.

I've been told to look into homographies and SVD but I have no idea what this is or how to go about it. My Google-fu returns very little.

Can anyone please recommend a Processing library, or some example code or a tutorial, or anything really, on how to go about this?

Edit: I've discovered PVector and matrixMath ... am I getting close?

Many thanks!
Re: Singular value decomposition - where do I begin?
Reply #1 - Nov 7th, 2009, 6:32am
 
mapping from convex quadrilateral(webcam) to rectangle(screen) is implimented in
http://www.geocities.jp/classiclll_newweb/JonnyLeesBoardEmulator/applet/index.html
Page Index Toggle Pages: 1