HashT
HashT

Reputation: 219

Computer vision system toolbox MATLAB

I have found the image processing toolbox for matlab, but all demos included in that toolbox expect the input to be avi videos. Does this toolbox work with webcams and/or simple images? If yes, could someone show me how?

Upvotes: 3

Views: 7217

Answers (2)

jilles de wit
jilles de wit

Reputation: 7138

For live video, or still images from a camera your tool of choice is the image acquisition toolbox. This, combined with the image processing toolbox you found, makes matlab quite the powerful video processing tool.

This small sample shows how to read image files into matlab matrices.

Upvotes: 2

BlessedKey
BlessedKey

Reputation: 1635

I know this probably isn't very helpful, but Mathworks likes to push Simulink as their tool of choice for streaming applications, including video processing.

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

Upvotes: 1

Related Questions