What should be the point stream ? An 2D array for point coordinates p(x,y) ? The image rectification says it converts 2D space to 1D space and if we want rectification then what we are gonna get?
Well again there is built in loadpixels() function in Video library in processing 1.0 which can load(save) pixels into video_frame.pixels[] array and its one dimensional. Seems like video library of processing 1.0 automatically rectifies before loading pixels as pixels[] is an one dimensional array.
So what we should have in our point stream ? 1D pixels ? or 2D points?
Friday, April 3, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment