Computer Vision: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: The Camera on the OLPC XO has vast potential beyond that which is exposed in Record. By using computer vision, it can be used to provide a more interactive and immersive user expe...)
 
(→‎Pygame: change url)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
[[Pygame]] will soon have support for cameras and some computer vision functions. This is likely the easiest way to integrate vision with Activities.
[[Pygame]] will soon have support for cameras and some computer vision functions. This is likely the easiest way to integrate vision with Activities.


While still under heavy development, source for the branch of pygame with camera support and vision functions can be checked out from: [http://git.n0r.org/?p=pygame-nrp;a=summary]
While still under heavy development, source for the branch of pygame with camera support and vision functions can be checked out from: [http://www.pygame.org/wiki/cvs]


Of particular note are the usage examples [http://git.n0r.org/?p=pygame-nrp;a=tree;f=examples/camera here] and [http://eclecti.cc/olpc here].
Of particular note are the usage examples [http://git.n0r.org/?p=pygame-nrp;a=tree;f=examples/camera here] and [http://eclecti.cc/olpc here].

Latest revision as of 05:29, 24 November 2008

The Camera on the OLPC XO has vast potential beyond that which is exposed in Record. By using computer vision, it can be used to provide a more interactive and immersive user experience.

Pygame

Pygame will soon have support for cameras and some computer vision functions. This is likely the easiest way to integrate vision with Activities.

While still under heavy development, source for the branch of pygame with camera support and vision functions can be checked out from: [1]

Of particular note are the usage examples here and here.

Use Cases

Accessibility

See Accessibility/Input

Gaming

Currently, the only game taking advantage of vision processing is Colors!, which allows you to use the XO's bright green charger as a virtual paint brush. It accomplishes this by converting the colorspace of a frame from a gstreamer buffer to HSV and finding the centroid of the specific hue of the charger. This is a fairly complicated process that will soon be made much simpler upon completion of camera support for Pygame, a GSoC 2008 project.

Physics

See Physics#Physics_and_vision_processing

Art

See Living Pointillism.