VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
Loading...
Searching...
No Matches
vex::vision::signature Class Reference

Use this class when programming the vision sensor. More...

#include <vex_vision.h>

Public Member Functions

 signature (int32_t id, int32_t uMin, int32_t uMax, int32_t uMean, int32_t vMin, int32_t vMax, int32_t vMean, float range, int32_t type)
 Creates a new vision signature object.
 

Friends

class vex::vision
 

Detailed Description

Use this class when programming the vision sensor.

Definition at line 171 of file vex_vision.h.

Constructor & Destructor Documentation

◆ signature()

vex::vision::signature::signature ( int32_t id,
int32_t uMin,
int32_t uMax,
int32_t uMean,
int32_t vMin,
int32_t vMax,
int32_t vMean,
float range,
int32_t type )

Creates a new vision signature object.

Parameters
idThe signature id.
uMinThe signature minimum value on the u axis.
uMaxThe signature maximum value on the u axis.
uMeanThe signature mean value on the u axis.
vMinThe signature minimum value on the v axis.
vMaxThe signature maximum value on the v axis.
vMeanThe signature mean value on the v axis.
rangeThe signature range scale factor.
typeThe signature type, normal, or color code.

Friends And Related Symbol Documentation

◆ vex::vision

friend class vex::vision
friend

Definition at line 172 of file vex_vision.h.


The documentation for this class was generated from the following file: