"ROBOT VISION" > Page 1, 2

Software and links

Improv is probably the most popular tool for basic real time image processing with low resolution, especially suitable for mobile robots applications. It has been developed for PCs with Linux operating system, and works with a number of inexpensive low-resolution digital cameras - no frame grabber required. It usually works by displaying the live camera image in the first window, while subsequent image operations can be applied to this image in five more windows. For each sub-window, a sequence of image processing routines may be specified.

RobotVision2(Rv2) is a real-time image processing software, using VideoForWindow(VFW) compatible camera (QuickCam for example) as the image source. Rv2 uses the idea of pipeline, where image from VFW source get processed when passing through each sections of a pipeline. Uses assign the size of a pipeline and image processing algorithm to each sections of the pipeline. Rv2 can produce avi movie file, and also take a snap shot of a frame to windows BMP file. It is a good research tool for real-time image processing, because Rv2 ability to load ImageProcessing functions from DLL at runtime, users can write their own ImageProcessing functions, and put them in a DLL without having to interfere with the low level image acquisition device.

   Site(s) of interest: