Log in

View Full Version : Vision Libraries


phynix
12-01-2013, 00:41
First year programming in C++; does anyone have any good resources for learning how to use the vision APIs, without having to sift through all the source code? I found the documentation (http://rbmj.github.com/612-code/doc/html/files.html); but are there any tutorials out there to simplify the learning process?

Thanks!

-Phynix

RufflesRidge
12-01-2013, 07:47
http://wpilib.screenstepslive.com/s/3120/m/8731

Greg McKaskle
12-01-2013, 09:06
If the vision libraries you speak of are the NI Vision libraries, look here ...

C:\Program Files (x86)\National Instruments\Vision\Documentation

There are also text examples next to Documentation.

In particular, the Vision Concepts manual is a great overview of all the capabilities of the library, and the CVI is the C based function reference.

Greg McKaskle