Log in

View Full Version : C++ Help File for Vision Programming


Sarruby
15-01-2012, 16:52
Under
C:\Program Files (x86)\National Instruments\Vision\Documentation
There's a NIVisionCVI.chm file that lays out everything about programming in C++ for vision.

I used this extensively last year, once I found it around week 3 or 4. Hope that helps somebody! :)

aeniug2
15-01-2012, 17:00
Sweet! Thanks a lot!
I've been gathering resources about vision tracking for awhile now and never even thought to look there....

Greg McKaskle
15-01-2012, 19:32
You may also want to look at the NI/Vision/Examples to see some simple projects that do vision.

Also be sure to browse through the Vision Concepts manual. It is a great resource for learning terminology and options you have.

Greg McKaskle

wireties
15-01-2012, 20:02
These functions are available on the robot?

basicxman
15-01-2012, 20:04
These functions are available on the robot?

Aye, take a look at these compiled docs:

http://mmrambotics.ca/wpilib/_vision_a_p_i_8cpp.html
http://mmrambotics.ca/wpilib/nivision_8h.html#func-members

Greg McKaskle
15-01-2012, 21:54
The examples are not, but the libraries that have the entry points are.

Greg McKaskle