Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Data Fields

blob Struct Reference
[NXTCam Vision System]

#include <mindsensors-nxtcam.h>

Data Fields

int x1
int y1
int x2
int y2
int colour
int size

Detailed Description

Blob struct, contains all the data for a blob.

Definition at line 57 of file mindsensors-nxtcam.h.


Field Documentation

int colour

Blob colour

Definition at line 62 of file mindsensors-nxtcam.h.

int size

Blob size

Definition at line 63 of file mindsensors-nxtcam.h.

int x1

left

Definition at line 58 of file mindsensors-nxtcam.h.

int x2

right

Definition at line 60 of file mindsensors-nxtcam.h.

int y1

top

Definition at line 59 of file mindsensors-nxtcam.h.

int y2

bottom

Definition at line 61 of file mindsensors-nxtcam.h.


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