Computer vision system toolbar MATLAB

I found an image processing tool for matlab, but all the demos included in this toolbox expect input to be AVI video. Does this toolbar work with webcams and / or simple images? If so, can someone show me how?

+3
source share
2 answers

For live video or still images from a camera, your tool of choice is an image capture tool . This, combined with the image processing toolkit you found, makes Matlab a pretty powerful video processing tool.

This short example shows how to read image files in Matlab matrices.

+2
source

I know this is probably not very useful, but Mathworks likes to push Simulink as its tool of choice for streaming applications, including video processing.

http://www.mathworks.com/products/computer-vision/index.html

+1
source

All Articles