Archive for the ‘computer vision’ Category

August 22, 2012 0

Example of an interesting omnidirectional camera using a conical mirror

By in computer vision

http://robotti.wikidot.com/mobilerobotquestions Interesting article on the same topic: “Using Conical and Spherical Mirrors with Conventional Cameras for 360º Panorama Views in a Single Image” http://www.dei.uminho.pt/~aparicio/pdf/BPA_079_UsingConical_ICM06.pdf  

Tags:

August 22, 2012 0

povray: ray tracing program

By in computer vision

Program for testing ray tracing. Script based povray : http://www.povray.org/

Tags:

August 6, 2011 1

Acquire image from firewire camera in linux

By in camera, computer vision, firewire

A way to acquire image from a camera using firewire is to use libdc1394 available from the standard ubuntu repository as libdc1394-22-dev. Include <dc1394.h> Example: main