"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.image.NIVision.ImageType

Packages that use NIVision.ImageType
edu.wpi.first.wpilibj.image Provides classes to access National Instrument's nivison library for machine vision enables automated image processing for color identification, tracking and analysis. 
 

Uses of NIVision.ImageType in edu.wpi.first.wpilibj.image
 

Fields in edu.wpi.first.wpilibj.image declared as NIVision.ImageType
static NIVision.ImageType NIVision.ImageType.imaqImageComplex
          The image type is complex.
static NIVision.ImageType NIVision.ImageType.imaqImageHSL
          The image type is HSL color.
static NIVision.ImageType NIVision.ImageType.imaqImageI16
          The image type is 16-bit signed integer grayscale.
static NIVision.ImageType NIVision.ImageType.imaqImageRGB
          The image type is RGB color.
static NIVision.ImageType NIVision.ImageType.imaqImageRGBU64
          The image type is 64-bit unsigned RGB color.
static NIVision.ImageType NIVision.ImageType.imaqImageSGL
          The image type is 32-bit floating-point grayscale.
static NIVision.ImageType NIVision.ImageType.imaqImageTypeSizeGuard
          Reserved
static NIVision.ImageType NIVision.ImageType.imaqImageU16
          The image type is 16-bit unsigned integer grayscale.
static NIVision.ImageType NIVision.ImageType.imaqImageU8
          The image type is 8-bit unsigned integer grayscale.
 

Methods in edu.wpi.first.wpilibj.image with parameters of type NIVision.ImageType
static Pointer NIVision.imaqCreateImage(NIVision.ImageType type, int borderSize)
          Allocates space for and creates a new imaq image
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"