I'm creating a simple augmented reality scene that I made based on Lee Brimelow's tutorial, using Adobe Flex Builder. I already asked about this in here.
I'm trying to find the PSNR of my program. To do such thing, I need to know the iterative process--that FLARToolKit does to determine the Transformation Matrix.
As we all know before the 3D image could be rendered on the marker, FLARToolKit will detect the image from camera, and try to find any rectangle shape that closely enough look like the .pat file that we've declared in the program. The process itself, according to Hirokazu Kato's presentation about ARToolKit, happens 4 times.
I wonder if I could show those 'numbers' (the iterative process/errors) when I run my program? (I don't know where the numbers would appear. Probably also included in the .swf file?)
The error will help me finding the PNSR of my program.
Thank you so much for the help. Sorry for being a newbie.