VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
Loading...
Searching...
No Matches
vex_vision.h File Reference

Vision sensor device class header. More...

Go to the source code of this file.

Classes

class  vex::vision
 Use this class when programming the vision sensor. More...
 
class  vex::vision::object
 The object class represents an object that the vision sensor detects. More...
 
class  vex::vision::signature
 Use this class when programming the vision sensor. More...
 
class  vex::vision::code
 Use this class when programming the vision sensor. More...
 

Namespaces

namespace  vex
 Bumper switch device class

 

Macros

#define VISION_MAX_OBJECTS   4
 
#define VISION_DEFAULT_SNAPSHOT_OBJECTS   4
 
#define MAX_MAME   32
 

Detailed Description

Vision sensor device class header.

Definition in file vex_vision.h.

Macro Definition Documentation

◆ MAX_MAME

#define MAX_MAME   32

Definition at line 175 of file vex_vision.h.

◆ VISION_DEFAULT_SNAPSHOT_OBJECTS

#define VISION_DEFAULT_SNAPSHOT_OBJECTS   4

Definition at line 32 of file vex_vision.h.

◆ VISION_MAX_OBJECTS

#define VISION_MAX_OBJECTS   4

Definition at line 31 of file vex_vision.h.