- absdiff(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- absdiff(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
-
- Accelerometer - Interface in edu.wpi.first.wpilibj.interfaces
-
Interface for 3-axis accelerometers.
- Accelerometer.Range - Enum in edu.wpi.first.wpilibj.interfaces
-
- AccelerometerJNI - Class in edu.wpi.first.wpilibj.hal
-
- AccelerometerJNI() - Constructor for class edu.wpi.first.wpilibj.hal.AccelerometerJNI
-
- accept(boolean) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder.BooleanConsumer
-
Performs the operation on the given value.
- accumulate(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulate(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulateProduct(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulateProduct(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulateSquare(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulateSquare(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulateWeighted(Mat, Mat, double, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- accumulateWeighted(Mat, Mat, double) - Static method in class org.opencv.imgproc.Imgproc
-
- AccumulatorResult - Class in edu.wpi.first.wpilibj
-
Structure for holding the values stored in an accumulator.
- AccumulatorResult() - Constructor for class edu.wpi.first.wpilibj.AccumulatorResult
-
- ADAPTIVE_THRESH_GAUSSIAN_C - Static variable in class org.opencv.imgproc.Imgproc
-
- ADAPTIVE_THRESH_MEAN_C - Static variable in class org.opencv.imgproc.Imgproc
-
- adaptiveThreshold(Mat, Mat, double, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
-
- add(Command) - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- add(DigitalSource) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Assigns the DigitalSource to this glitch filter.
- add(Encoder) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Assigns the Encoder to this glitch filter.
- add(Counter) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Assigns the Counter to this glitch filter.
- add(Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add a component to the LiveWindow.
- add(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- add(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- add(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- add(Mat, Scalar, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- add(Mat, Scalar, Mat, Mat) - Static method in class org.opencv.core.Core
-
- add(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
-
- add(Mat) - Method in class org.opencv.features2d.BOWTrainer
-
- add(List<Mat>) - Method in class org.opencv.features2d.DescriptorMatcher
-
- addActuator(String, String, Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- addActuator(String, int, Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- addActuator(String, int, int, Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- addAxisCamera(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds an Axis IP camera.
- addAxisCamera(String[]) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds an Axis IP camera.
- addAxisCamera(String, String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds an Axis IP camera.
- addAxisCamera(String, String[]) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds an Axis IP camera.
- addBooleanArrayProperty(String, Supplier<boolean[]>, Consumer<boolean[]>) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a boolean array property.
- addBooleanArrayProperty(String, Supplier<boolean[]>, Consumer<boolean[]>) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a boolean array property.
- addBooleanProperty(String, BooleanSupplier, SendableBuilder.BooleanConsumer) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a boolean property.
- addBooleanProperty(String, BooleanSupplier, SendableBuilder.BooleanConsumer) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a boolean property.
- addButton(Trigger.ButtonScheduler) - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- addCamera(VideoSource) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds an already created camera.
- addChild(String, Sendable) - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Associate a
Sendable
with this Subsystem.
- addChild(Sendable) - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Associate a
Sendable
with this Subsystem.
- addChild(Sendable, Object) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add a child component to a component.
- addChild(Object) - Method in class edu.wpi.first.wpilibj.SendableBase
-
Add a child component.
- addConnectionListener(Consumer<ConnectionNotification>, boolean) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Add a connection listener.
- addConnectionListener(IRemoteConnectionListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addConnectionListener(IRemoteConnectionListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
Deprecated.
Register an object to listen for connection and disconnection events
- addDefault(String, V) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
Add the given object to the list of options and marks it as the default.
- addDoubleArrayProperty(String, Supplier<double[]>, Consumer<double[]>) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a double array property.
- addDoubleArrayProperty(String, Supplier<double[]>, Consumer<double[]>) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a double array property.
- addDoubleProperty(String, DoubleSupplier, DoubleConsumer) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a double property.
- addDoubleProperty(String, DoubleSupplier, DoubleConsumer) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a double property.
- addElement(E) - Method in class edu.wpi.first.wpilibj.util.SortedVector
-
Adds an element in the Vector, sorted from greatest to least.
- addEntryListener(TableEntryListener, int) - Method in class edu.wpi.first.networktables.NetworkTable
-
Listen to keys only within this table.
- addEntryListener(String, TableEntryListener, int) - Method in class edu.wpi.first.networktables.NetworkTable
-
Listen to a single key.
- addEntryListener(String, Consumer<EntryNotification>, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Add a listener for all entries starting with a certain prefix.
- addEntryListener(NetworkTableEntry, Consumer<EntryNotification>, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Add a listener for a particular entry.
- addFirst(double) - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Push new value onto front of the buffer.
- addGlobalConnectionListener(IRemoteConnectionListener, boolean) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addLast(double) - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Push new value onto back of the buffer.
- addListener(Consumer<VideoEvent>, int, boolean) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- addListener(Consumer<EntryNotification>, int) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Add a listener for changes to the entry
- addLogger(Consumer<LogMessage>, int, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Add logger callback function.
- addObject(String, V) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
Adds the given object to the list of options.
- addParallel(Command) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
Adds a new child
Command
to the group.
- addParallel(Command, double) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
Adds a new child
Command
to the group with the given timeout.
- addPolledConnectionListener(int, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- addPolledEntryListener(int, String, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- addPolledEntryListener(int, int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- addPolledLogger(int, int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- addRawProperty(String, Supplier<byte[]>, Consumer<byte[]>) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a raw property.
- addRawProperty(String, Supplier<byte[]>, Consumer<byte[]>) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a raw property.
- addressOnly() - Method in class edu.wpi.first.wpilibj.I2C
-
Attempt to address a device on the I2C bus.
- addSensor(String, String, Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- addSensor(String, int, Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- addSequential(Command) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
- addSequential(Command, double) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
Adds a new
Command
to the group with a given timeout.
- addServer(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds a MJPEG server at the next available port.
- addServer(String, int) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds a MJPEG server.
- addServer(VideoSink) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Adds an already created server.
- addStringArrayProperty(String, Supplier<String[]>, Consumer<String[]>) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a string array property.
- addStringArrayProperty(String, Supplier<String[]>, Consumer<String[]>) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a string array property.
- addStringProperty(String, Supplier<String>, Consumer<String>) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a string property.
- addStringProperty(String, Supplier<String>, Consumer<String>) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a string property.
- addSubTableListener(TableListener, boolean) - Method in class edu.wpi.first.networktables.NetworkTable
-
Listen for sub-table creation.
- addSubTableListener(ITableListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addSubTableListener(ITableListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addSubTableListener(ITableListener) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
This will immediately notify the listener of all current sub tables
- addSubTableListener(ITableListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
This will immediately notify the listener of all current sub tables
- addTableListener(ITableListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addTableListener(ITableListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addTableListener(String, ITableListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addTableListener(ITableListener) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Add a listener for changes to the table
- addTableListener(ITableListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Add a listener for changes to the table
- addTableListener(String, ITableListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Add a listener for changes to a specific key the table
- addTableListenerEx(ITableListener, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addTableListenerEx(String, ITableListener, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addTableListenerEx(ITableListener, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Add a listener for changes to the table
- addTableListenerEx(String, ITableListener, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Add a listener for changes to a specific key the table
- addValueProperty(String, Supplier<NetworkTableValue>, Consumer<NetworkTableValue>) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a NetworkTableValue property.
- addValueProperty(String, Supplier<NetworkTableValue>, Consumer<NetworkTableValue>) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a NetworkTableValue property.
- addWeighted(Mat, double, Mat, double, double, Mat, int) - Static method in class org.opencv.core.Core
-
- addWeighted(Mat, double, Mat, double, double, Mat) - Static method in class org.opencv.core.Core
-
- adjustROI(int, int, int, int) - Method in class org.opencv.core.Mat
-
- ADXL345_I2C - Class in edu.wpi.first.wpilibj
-
ADXL345 I2C Accelerometer.
- ADXL345_I2C(I2C.Port, Accelerometer.Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_I2C
-
Constructs the ADXL345 Accelerometer with I2C address 0x1D.
- ADXL345_I2C(I2C.Port, Accelerometer.Range, int) - Constructor for class edu.wpi.first.wpilibj.ADXL345_I2C
-
Constructs the ADXL345 Accelerometer over I2C.
- ADXL345_I2C.AllAxes - Class in edu.wpi.first.wpilibj
-
- ADXL345_I2C.Axes - Enum in edu.wpi.first.wpilibj
-
- ADXL345_SPI - Class in edu.wpi.first.wpilibj
-
ADXL345 SPI Accelerometer.
- ADXL345_SPI(SPI.Port, Accelerometer.Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI
-
Constructor.
- ADXL345_SPI.AllAxes - Class in edu.wpi.first.wpilibj
-
- ADXL345_SPI.Axes - Enum in edu.wpi.first.wpilibj
-
- ADXL362 - Class in edu.wpi.first.wpilibj
-
ADXL362 SPI Accelerometer.
- ADXL362(Accelerometer.Range) - Constructor for class edu.wpi.first.wpilibj.ADXL362
-
Constructor.
- ADXL362(SPI.Port, Accelerometer.Range) - Constructor for class edu.wpi.first.wpilibj.ADXL362
-
Constructor.
- ADXL362.AllAxes - Class in edu.wpi.first.wpilibj
-
- ADXL362.Axes - Enum in edu.wpi.first.wpilibj
-
- ADXRS450_Gyro - Class in edu.wpi.first.wpilibj
-
Use a rate gyro to return the robots heading relative to a starting position.
- ADXRS450_Gyro() - Constructor for class edu.wpi.first.wpilibj.ADXRS450_Gyro
-
Constructor.
- ADXRS450_Gyro(SPI.Port) - Constructor for class edu.wpi.first.wpilibj.ADXRS450_Gyro
-
Constructor.
- AGAST_5_8 - Static variable in class org.opencv.features2d.AgastFeatureDetector
-
- AGAST_7_12d - Static variable in class org.opencv.features2d.AgastFeatureDetector
-
- AGAST_7_12s - Static variable in class org.opencv.features2d.AgastFeatureDetector
-
- AgastFeatureDetector - Class in org.opencv.features2d
-
- AgastFeatureDetector(long) - Constructor for class org.opencv.features2d.AgastFeatureDetector
-
- AKAZE - Class in org.opencv.features2d
-
- AKAZE(long) - Constructor for class org.opencv.features2d.AKAZE
-
- AKAZE - Static variable in class org.opencv.features2d.DescriptorExtractor
-
- AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
- Algorithm - Class in org.opencv.core
-
- Algorithm(long) - Constructor for class org.opencv.core.Algorithm
-
- AlignExposures - Class in org.opencv.photo
-
- AlignExposures(long) - Constructor for class org.opencv.photo.AlignExposures
-
- AlignMTB - Class in org.opencv.photo
-
- AlignMTB(long) - Constructor for class org.opencv.photo.AlignMTB
-
- all() - Static method in class org.opencv.core.Range
-
- all(double) - Static method in class org.opencv.core.Scalar
-
- AllAxes() - Constructor for class edu.wpi.first.wpilibj.ADXL345_I2C.AllAxes
-
- AllAxes() - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI.AllAxes
-
- AllAxes() - Constructor for class edu.wpi.first.wpilibj.ADXL362.AllAxes
-
- AllianceStationID - Enum in edu.wpi.first.wpilibj.hal
-
- alloc(int) - Method in class org.opencv.core.MatOfByte
-
- alloc(int) - Method in class org.opencv.core.MatOfDMatch
-
- alloc(int) - Method in class org.opencv.core.MatOfDouble
-
- alloc(int) - Method in class org.opencv.core.MatOfFloat
-
- alloc(int) - Method in class org.opencv.core.MatOfFloat4
-
- alloc(int) - Method in class org.opencv.core.MatOfFloat6
-
- alloc(int) - Method in class org.opencv.core.MatOfInt
-
- alloc(int) - Method in class org.opencv.core.MatOfInt4
-
- alloc(int) - Method in class org.opencv.core.MatOfKeyPoint
-
- alloc(int) - Method in class org.opencv.core.MatOfPoint
-
- alloc(int) - Method in class org.opencv.core.MatOfPoint2f
-
- alloc(int) - Method in class org.opencv.core.MatOfPoint3
-
- alloc(int) - Method in class org.opencv.core.MatOfPoint3f
-
- alloc(int) - Method in class org.opencv.core.MatOfRect
-
- allocate() - Method in class edu.wpi.first.wpilibj.Resource
-
Allocate a resource.
- allocate(int) - Method in class edu.wpi.first.wpilibj.Resource
-
Allocate a specific resource value.
- allocateDigitalPWM() - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- allocateInterrupts(boolean) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Allocate the interrupt.
- AllocationException - Exception in edu.wpi.first.wpilibj.util
-
Exception indicating that the resource is already allocated.
- AllocationException(String) - Constructor for exception edu.wpi.first.wpilibj.util.AllocationException
-
Create a new AllocationException.
- ANALOG_TRIGGER_PULSE_OUTPUT_ERROR - Static variable in class edu.wpi.first.wpilibj.hal.HALUtil
-
- AnalogAccelerometer - Class in edu.wpi.first.wpilibj
-
Handle operation of an analog accelerometer.
- AnalogAccelerometer(int) - Constructor for class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Create a new instance of an accelerometer.
- AnalogAccelerometer(AnalogInput) - Constructor for class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Create a new instance of Accelerometer from an existing AnalogChannel.
- AnalogGyro - Class in edu.wpi.first.wpilibj
-
Use a rate gyro to return the robots heading relative to a starting position.
- AnalogGyro(int) - Constructor for class edu.wpi.first.wpilibj.AnalogGyro
-
Gyro constructor using the channel number.
- AnalogGyro(AnalogInput) - Constructor for class edu.wpi.first.wpilibj.AnalogGyro
-
Gyro constructor with a precreated analog channel object.
- AnalogGyro(int, int, double) - Constructor for class edu.wpi.first.wpilibj.AnalogGyro
-
Gyro constructor using the channel number along with parameters for presetting the center and
offset values.
- AnalogGyro(AnalogInput, int, double) - Constructor for class edu.wpi.first.wpilibj.AnalogGyro
-
Gyro constructor with a precreated analog channel object along with parameters for presetting
the center and offset values.
- AnalogGyroJNI - Class in edu.wpi.first.wpilibj.hal
-
- AnalogGyroJNI() - Constructor for class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- AnalogInput - Class in edu.wpi.first.wpilibj
-
Analog channel class.
- AnalogInput(int) - Constructor for class edu.wpi.first.wpilibj.AnalogInput
-
Construct an analog channel.
- AnalogJNI - Class in edu.wpi.first.wpilibj.hal
-
- AnalogJNI() - Constructor for class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- AnalogJNI.AnalogTriggerType - Interface in edu.wpi.first.wpilibj.hal
-
native declaration : AthenaJava\target\native\include\HAL\Analog.h:58
enum values
- AnalogOutput - Class in edu.wpi.first.wpilibj
-
Analog output class.
- AnalogOutput(int) - Constructor for class edu.wpi.first.wpilibj.AnalogOutput
-
Construct an analog output on a specified MXP channel.
- AnalogPotentiometer - Class in edu.wpi.first.wpilibj
-
Class for reading analog potentiometers.
- AnalogPotentiometer(int, double, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
-
AnalogPotentiometer constructor.
- AnalogPotentiometer(AnalogInput, double, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
-
AnalogPotentiometer constructor.
- AnalogPotentiometer(int, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
-
AnalogPotentiometer constructor.
- AnalogPotentiometer(AnalogInput, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
-
AnalogPotentiometer constructor.
- AnalogPotentiometer(int) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
-
AnalogPotentiometer constructor.
- AnalogPotentiometer(AnalogInput) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
-
AnalogPotentiometer constructor.
- AnalogTrigger - Class in edu.wpi.first.wpilibj
-
Class for creating and configuring Analog Triggers.
- AnalogTrigger(int) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
-
Constructor for an analog trigger given a channel number.
- AnalogTrigger(AnalogInput) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
-
Construct an analog trigger given an analog channel.
- AnalogTrigger.AnalogTriggerException - Exception in edu.wpi.first.wpilibj
-
Exceptions dealing with improper operation of the Analog trigger.
- AnalogTriggerException(String) - Constructor for exception edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
-
Create a new exception with the given message.
- AnalogTriggerOutput - Class in edu.wpi.first.wpilibj
-
Class to represent a specific output from an analog trigger.
- AnalogTriggerOutput(AnalogTrigger, AnalogTriggerOutput.AnalogTriggerType) - Constructor for class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
Create an object that represents one of the four outputs from an analog trigger.
- AnalogTriggerOutput.AnalogTriggerOutputException - Exception in edu.wpi.first.wpilibj
-
Exceptions dealing with improper operation of the Analog trigger output.
- AnalogTriggerOutput.AnalogTriggerType - Enum in edu.wpi.first.wpilibj
-
Defines the state in which the AnalogTrigger triggers.
- AnalogTriggerOutputException(String) - Constructor for exception edu.wpi.first.wpilibj.AnalogTriggerOutput.AnalogTriggerOutputException
-
Create a new exception with the given message.
- angle - Variable in class org.opencv.core.KeyPoint
-
Computed orientation of the keypoint (-1 if not applicable).
- angle - Variable in class org.opencv.core.RotatedRect
-
- ANN_MLP - Class in org.opencv.ml
-
- ANN_MLP(long) - Constructor for class org.opencv.ml.ANN_MLP
-
- apply(int, String, int, String) - Method in interface edu.wpi.cscore.CameraServerJNI.LoggerFunction
-
- apply(int, Object) - Method in interface edu.wpi.first.wpilibj.hal.InterruptJNI.InterruptJNIHandlerFunction
-
- apply(Mat, Mat) - Method in class org.opencv.imgproc.CLAHE
-
- apply(Mat, Mat, double) - Method in class org.opencv.video.BackgroundSubtractor
-
- apply(Mat, Mat) - Method in class org.opencv.video.BackgroundSubtractor
-
- applyColorMap(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- applyDeadband(double, double) - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
Returns 0.0 if the given value is within the specified range around zero.
- approxPolyDP(MatOfPoint2f, MatOfPoint2f, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- arcadeDrive(double, double) - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
Arcade drive method for differential drive platform.
- arcadeDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
Arcade drive method for differential drive platform.
- arcadeDrive(GenericHID, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Arcade drive implements single stick driving.
- arcadeDrive(GenericHID) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Arcade drive implements single stick driving.
- arcadeDrive(GenericHID, int, GenericHID, int, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Arcade drive implements single stick driving.
- arcadeDrive(GenericHID, int, GenericHID, int) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Arcade drive implements single stick driving.
- arcadeDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Arcade drive implements single stick driving.
- arcadeDrive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Arcade drive implements single stick driving.
- arcLength(MatOfPoint2f, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- area() - Method in class org.opencv.core.Rect
-
- area() - Method in class org.opencv.core.Size
-
- arrowedLine(Mat, Point, Point, Scalar, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
-
- arrowedLine(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
-
- ASGD - Static variable in class org.opencv.ml.SVMSGD
-
- assertWithinBounds(double, double, double) - Static method in exception edu.wpi.first.wpilibj.util.BoundaryException
-
Make sure that the given value is between the upper and lower bounds, and throw an exception if
they are not.
- assignTo(Mat, int) - Method in class org.opencv.core.Mat
-
- assignTo(Mat) - Method in class org.opencv.core.Mat
-
- attachInterruptHandler(int, InterruptJNI.InterruptJNIHandlerFunction, Object) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- autonomous() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Deprecated.
Autonomous should go here.
- autonomousInit() - Method in class edu.wpi.first.wpilibj.IterativeRobotBase
-
Initialization code for autonomous mode should go here.
- autonomousPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobotBase
-
Periodic code for autonomous mode should go here.
- AxisCamera - Class in edu.wpi.cscore
-
A source that represents an Axis IP camera.
- AxisCamera(String, String) - Constructor for class edu.wpi.cscore.AxisCamera
-
Create a source for an Axis IP camera.
- AxisCamera(String, String[]) - Constructor for class edu.wpi.cscore.AxisCamera
-
Create a source for an Axis IP camera.
- C - Static variable in class org.opencv.ml.SVM
-
- C_SVC - Static variable in class org.opencv.ml.SVM
-
- calc(Mat, Mat, Mat) - Method in class org.opencv.video.DenseOpticalFlow
-
- calc(Mat, Mat, Mat, Mat, Mat, Mat) - Method in class org.opencv.video.SparseOpticalFlow
-
- calc(Mat, Mat, Mat, Mat, Mat) - Method in class org.opencv.video.SparseOpticalFlow
-
- calcBackProject(List<Mat>, MatOfInt, Mat, Mat, MatOfFloat, double) - Static method in class org.opencv.imgproc.Imgproc
-
- calcCovarMatrix(Mat, Mat, Mat, int, int) - Static method in class org.opencv.core.Core
-
- calcCovarMatrix(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- calcError(TrainData, boolean, Mat) - Method in class org.opencv.ml.StatModel
-
- calcHist(List<Mat>, MatOfInt, Mat, Mat, MatOfInt, MatOfFloat, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- calcHist(List<Mat>, MatOfInt, Mat, Mat, MatOfInt, MatOfFloat) - Static method in class org.opencv.imgproc.Imgproc
-
- calcOpticalFlowFarneback(Mat, Mat, Mat, double, int, int, int, int, double, int) - Static method in class org.opencv.video.Video
-
- calcOpticalFlowPyrLK(Mat, Mat, MatOfPoint2f, MatOfPoint2f, MatOfByte, MatOfFloat, Size, int, TermCriteria, int, double) - Static method in class org.opencv.video.Video
-
- calcOpticalFlowPyrLK(Mat, Mat, MatOfPoint2f, MatOfPoint2f, MatOfByte, MatOfFloat, Size, int) - Static method in class org.opencv.video.Video
-
- calcOpticalFlowPyrLK(Mat, Mat, MatOfPoint2f, MatOfPoint2f, MatOfByte, MatOfFloat) - Static method in class org.opencv.video.Video
-
- calculate() - Method in class edu.wpi.first.wpilibj.PIDController
-
Read the input, calculate the output accordingly, and write to the output.
- calculateFeedForward() - Method in class edu.wpi.first.wpilibj.PIDController
-
Calculate the feed forward term.
- calculateShift(Mat, Mat) - Method in class org.opencv.photo.AlignMTB
-
- Calib3d - Class in org.opencv.calib3d
-
- Calib3d() - Constructor for class org.opencv.calib3d.Calib3d
-
- CALIB_CB_ADAPTIVE_THRESH - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CB_ASYMMETRIC_GRID - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CB_CLUSTERING - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CB_FAST_CHECK - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CB_FILTER_QUADS - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CB_NORMALIZE_IMAGE - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CB_SYMMETRIC_GRID - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_CHECK_COND - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_ASPECT_RATIO - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_FOCAL_LENGTH - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_INTRINSIC - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_K1 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_K2 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_K3 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_K4 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_K5 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_K6 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_PRINCIPAL_POINT - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_S1_S2_S3_S4 - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_SKEW - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_FIX_TAUX_TAUY - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_RATIONAL_MODEL - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_RECOMPUTE_EXTRINSIC - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_SAME_FOCAL_LENGTH - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_THIN_PRISM_MODEL - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_TILTED_MODEL - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_USE_INTRINSIC_GUESS - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_USE_LU - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_USE_QR - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_ZERO_DISPARITY - Static variable in class org.opencv.calib3d.Calib3d
-
- CALIB_ZERO_TANGENT_DIST - Static variable in class org.opencv.calib3d.Calib3d
-
- calibrate() - Method in class edu.wpi.first.wpilibj.ADXRS450_Gyro
-
- calibrate() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
- calibrate() - Method in interface edu.wpi.first.wpilibj.interfaces.Gyro
-
Calibrate the gyro by running for a number of samples and computing the center value.
- calibrate(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, int, TermCriteria) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrate(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, int) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrate(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrateAnalogGyro(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- calibrateCamera(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, int, TermCriteria) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrateCamera(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, int) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrateCamera(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrateCameraExtended(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, Mat, Mat, Mat, int, TermCriteria) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrateCameraExtended(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, Mat, Mat, Mat, int) - Static method in class org.opencv.calib3d.Calib3d
-
- calibrateCameraExtended(List<Mat>, List<Mat>, Size, Mat, Mat, List<Mat>, List<Mat>, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- CalibrateCRF - Class in org.opencv.photo
-
- CalibrateCRF(long) - Constructor for class org.opencv.photo.CalibrateCRF
-
- CalibrateDebevec - Class in org.opencv.photo
-
- CalibrateDebevec(long) - Constructor for class org.opencv.photo.CalibrateDebevec
-
- CalibrateRobertson - Class in org.opencv.photo
-
- CalibrateRobertson(long) - Constructor for class org.opencv.photo.CalibrateRobertson
-
- calibrationMatrixValues(Mat, Size, double, double, double[], double[], double[], Point, double[]) - Static method in class org.opencv.calib3d.Calib3d
-
- call - Variable in class edu.wpi.first.networktables.RpcAnswer
-
Call handle.
- callRpc(int, byte[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- CameraServer - Class in edu.wpi.first.wpilibj
-
Singleton class for creating and keeping camera servers.
- CameraServerJNI - Class in edu.wpi.cscore
-
- CameraServerJNI() - Constructor for class edu.wpi.cscore.CameraServerJNI
-
- CameraServerJNI.LoggerFunction - Interface in edu.wpi.cscore
-
- CamShift(Mat, Rect, TermCriteria) - Static method in class org.opencv.video.Video
-
- CAN_IS_FRAME_11BIT - Static variable in class edu.wpi.first.wpilibj.can.CANJNI
-
- CAN_IS_FRAME_REMOTE - Static variable in class edu.wpi.first.wpilibj.can.CANJNI
-
- CAN_SEND_PERIOD_NO_REPEAT - Static variable in class edu.wpi.first.wpilibj.can.CANJNI
-
- CAN_SEND_PERIOD_STOP_REPEATING - Static variable in class edu.wpi.first.wpilibj.can.CANJNI
-
- cancel() - Method in class edu.wpi.first.wpilibj.command.Command
-
This will cancel the current command.
- cancelInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Cancel interrupts on this device.
- cancelNotifierAlarm(int) - Static method in class edu.wpi.first.wpilibj.hal.NotifierJNI
-
Cancels any pending wakeups set by updateNotifierAlarm().
- cancelPollConnectionListener(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- cancelPollEntryListener(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- cancelPollLogger(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- cancelPollRpc(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- cancelResult() - Method in class edu.wpi.first.networktables.RpcCall
-
Ignore the result.
- cancelRpcResult(int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- cancelWhenActive(Command) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
-
Cancels a command when the trigger becomes active.
- cancelWhenPressed(Command) - Method in class edu.wpi.first.wpilibj.buttons.Button
-
Cancel the command when the button is pressed.
- CANExceptionFactory - Class in edu.wpi.first.wpilibj.can
-
- CANExceptionFactory() - Constructor for class edu.wpi.first.wpilibj.can.CANExceptionFactory
-
- CANInvalidBufferException - Exception in edu.wpi.first.wpilibj.can
-
Exception indicating that a CAN driver library entry-point was passed an invalid buffer.
- CANInvalidBufferException() - Constructor for exception edu.wpi.first.wpilibj.can.CANInvalidBufferException
-
- CANInvalidBufferException(String) - Constructor for exception edu.wpi.first.wpilibj.can.CANInvalidBufferException
-
- CANJNI - Class in edu.wpi.first.wpilibj.can
-
- CANJNI() - Constructor for class edu.wpi.first.wpilibj.can.CANJNI
-
- CANMessageNotAllowedException - Exception in edu.wpi.first.wpilibj.can
-
Exception indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to
the CAN bus.
- CANMessageNotAllowedException(String) - Constructor for exception edu.wpi.first.wpilibj.can.CANMessageNotAllowedException
-
- CANMessageNotFoundException - Exception in edu.wpi.first.wpilibj.can
-
Exception indicating that a can message is not available from Network Communications.
- CANMessageNotFoundException() - Constructor for exception edu.wpi.first.wpilibj.can.CANMessageNotFoundException
-
- CANMessageNotFoundException(String) - Constructor for exception edu.wpi.first.wpilibj.can.CANMessageNotFoundException
-
- CANNotInitializedException - Exception in edu.wpi.first.wpilibj.can
-
Exception indicating that the CAN driver layer has not been initialized.
- CANNotInitializedException() - Constructor for exception edu.wpi.first.wpilibj.can.CANNotInitializedException
-
- CANNotInitializedException(String) - Constructor for exception edu.wpi.first.wpilibj.can.CANNotInitializedException
-
- Canny(Mat, Mat, Mat, double, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- Canny(Mat, Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- Canny(Mat, Mat, double, double, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- Canny(Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- CANStatus - Class in edu.wpi.first.wpilibj.can
-
Structure for holding the result of a CAN Status request.
- CANStatus() - Constructor for class edu.wpi.first.wpilibj.can.CANStatus
-
- CAP_ANDROID - Static variable in class org.opencv.videoio.Videoio
-
- CAP_ANY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_ARAVIS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_AVFOUNDATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_CMU1394 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_DC1394 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_DSHOW - Static variable in class org.opencv.videoio.Videoio
-
- CAP_FFMPEG - Static variable in class org.opencv.videoio.Videoio
-
- CAP_FIREWARE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_FIREWIRE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_GIGANETIX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_GPHOTO2 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_GSTREAMER - Static variable in class org.opencv.videoio.Videoio
-
- CAP_IEEE1394 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_IMAGES - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_DEPTH_GENERATOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_DEPTH_MAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_GENERATORS_MASK - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_IMAGE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_IMAGE_GENERATOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_IR_MAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_INTELPERC_UVDEPTH_MAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_MODE_BGR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_MODE_GRAY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_MODE_RGB - Static variable in class org.opencv.videoio.Videoio
-
- CAP_MODE_YUYV - Static variable in class org.opencv.videoio.Videoio
-
- CAP_MSMF - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI2 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI2_ASUS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_ASUS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_BGR_IMAGE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_GENERATOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_GENERATOR_BASELINE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_GENERATOR_FOCAL_LENGTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_GENERATOR_PRESENT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION_ON - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DEPTH_MAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DISPARITY_MAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_DISPARITY_MAP_32F - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_GENERATORS_MASK - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_GRAY_IMAGE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_IMAGE_GENERATOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_IMAGE_GENERATOR_OUTPUT_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_IMAGE_GENERATOR_PRESENT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_IR_GENERATOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_IR_GENERATOR_PRESENT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_IR_IMAGE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_POINT_CLOUD_MAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_QVGA_30HZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_QVGA_60HZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_SXGA_15HZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_SXGA_30HZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_VALID_DEPTH_MASK - Static variable in class org.opencv.videoio.Videoio
-
- CAP_OPENNI_VGA_30HZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_APERTURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_AUTO_EXPOSURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_AUTOFOCUS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_BACKLIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_BRIGHTNESS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_BUFFERSIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_CONTRAST - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_CONVERT_RGB - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_DC1394_MAX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_DC1394_MODE_AUTO - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_DC1394_MODE_MANUAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_DC1394_MODE_ONE_PUSH_AUTO - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_DC1394_OFF - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_EXPOSURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_EXPOSUREPROGRAM - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FOCUS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FOURCC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FPS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FRAME_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FRAME_HEIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_FRAME_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GAIN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GAMMA - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GIGA_FRAME_HEIGH_MAX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GIGA_FRAME_OFFSET_X - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GIGA_FRAME_OFFSET_Y - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GIGA_FRAME_SENS_HEIGH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GIGA_FRAME_SENS_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GIGA_FRAME_WIDTH_MAX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GPHOTO2_COLLECT_MSGS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GPHOTO2_FLUSH_MSGS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GPHOTO2_PREVIEW - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GPHOTO2_RELOAD_CONFIG - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GPHOTO2_RELOAD_ON_CHANGE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GPHOTO2_WIDGET_ENUMERATE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GSTREAMER_QUEUE_LENGTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_GUID - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_HUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IMAGES_BASE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IMAGES_LAST - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_DEPTH_CONFIDENCE_THRESHOLD - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_HORZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_VERT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_PROFILE_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_INTELPERC_PROFILE_IDX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IOS_DEVICE_EXPOSURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IOS_DEVICE_FLASH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IOS_DEVICE_FOCUS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IOS_DEVICE_TORCH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IOS_DEVICE_WHITEBALANCE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_IRIS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_ISO_SPEED - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_MONOCHROME - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI2_MIRROR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI2_SYNC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_APPROX_FRAME_SYNC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_BASELINE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_CIRCLE_BUFFER - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_FOCAL_LENGTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_FRAME_MAX_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_GENERATOR_PRESENT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_MAX_BUFFER_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_MAX_TIME_DURATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_OUTPUT_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_REGISTRATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_OPENNI_REGISTRATION_ON - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PAN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_POS_AVI_RATIO - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_POS_FRAMES - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_POS_MSEC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_BINNINGX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_BINNINGY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_DECIMATIONHORIZONTAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_DECIMATIONVERTICAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_MULTICASTIP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_PVAPI_PIXELFORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_RECTIFICATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_ROLL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_SATURATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_SETTINGS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_SHARPNESS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_SPEED - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_TEMPERATURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_TILT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_TRIGGER - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_TRIGGER_DELAY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_VIEWFINDER - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_WHITE_BALANCE_BLUE_U - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_WHITE_BALANCE_RED_V - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ACQ_BUFFER_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ACQ_BUFFER_SIZE_UNIT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ACQ_FRAME_BURST_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ACQ_TIMING_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_COMMIT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AE_MAX_LIMIT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AEAG - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AEAG_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AEAG_ROI_HEIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AEAG_ROI_OFFSET_X - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AEAG_ROI_OFFSET_Y - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AEAG_ROI_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AG_MAX_LIMIT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_APPLY_CMS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AUTO_BANDWIDTH_CALCULATION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AUTO_WB - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AVAILABLE_BANDWIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BINNING_HORIZONTAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BINNING_PATTERN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BINNING_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BINNING_VERTICAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BPC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BUFFER_POLICY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_BUFFERS_QUEUE_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_00 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_01 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_02 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_03 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_10 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_11 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_12 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_13 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_20 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_21 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_22 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_23 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_30 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_31 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_32 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CC_MATRIX_33 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CHIP_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_CMS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_COLOR_FILTER_ARRAY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_COLUMN_FPN_CORRECTION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_COOLING - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_COUNTER_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_COUNTER_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DATA_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEBOUNCE_EN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEBOUNCE_POL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEBOUNCE_T0 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEBOUNCE_T1 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEBUG_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DECIMATION_HORIZONTAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DECIMATION_PATTERN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DECIMATION_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DECIMATION_VERTICAL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEFAULT_CC_MATRIX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEVICE_MODEL_ID - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEVICE_RESET - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DEVICE_SN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DOWNSAMPLING - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DOWNSAMPLING_TYPE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_EXP_PRIORITY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_EXPOSURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_EXPOSURE_BURST_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_FFS_ACCESS_KEY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_FFS_FILE_ID - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_FFS_FILE_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_FRAMERATE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_FREE_FFS_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GAIN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GAIN_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GAMMAC - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GAMMAY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GPI_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GPI_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GPI_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GPO_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_GPO_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HDR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HDR_KNEEPOINT_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HDR_T1 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HDR_T2 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HEIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HOUS_BACK_SIDE_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HOUS_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_HW_REVISION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IMAGE_BLACK_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IMAGE_DATA_BIT_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IMAGE_DATA_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IMAGE_DATA_FORMAT_RGB32_ALPHA - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IMAGE_IS_COLOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IMAGE_PAYLOAD_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IS_COOLED - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_IS_DEVICE_EXIST - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_KNEEPOINT1 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_KNEEPOINT2 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LED_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LED_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_APERTURE_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_FEATURE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_FEATURE_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_FOCAL_LENGTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_FOCUS_DISTANCE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_FOCUS_MOVE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_FOCUS_MOVEMENT_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LENS_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LIMIT_BANDWIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LUT_EN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LUT_INDEX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_LUT_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_MANUAL_WB - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_OFFSET_X - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_OFFSET_Y - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_OUTPUT_DATA_PACKING - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_RECENT_FRAME - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_REGION_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_REGION_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_ROW_FPN_CORRECTION - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_BOARD_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_CLOCK_FREQ_HZ - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_CLOCK_FREQ_INDEX - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_FEATURE_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_FEATURE_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_OUTPUT_CHANNEL_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SENSOR_TAPS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SHARPNESS - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_SHUTTER_TYPE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TARGET_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TEST_PATTERN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TEST_PATTERN_GENERATOR_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TIMEOUT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TRANSPORT_PIXEL_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TRG_DELAY - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TRG_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TRG_SOFTWARE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TRG_SOURCE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TS_RST_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_TS_RST_SOURCE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_USED_FFS_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_WB_KB - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_WB_KG - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_WB_KR - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_ZOOM - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_DECIMATION_2OUTOF16 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_DECIMATION_2OUTOF4 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_DECIMATION_2OUTOF8 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_DECIMATION_OFF - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_FSTRIGMODE_FIXEDRATE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_FSTRIGMODE_FREERUN - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_FSTRIGMODE_SOFTWARE - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_FSTRIGMODE_SYNCIN1 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_FSTRIGMODE_SYNCIN2 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_BAYER16 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_BAYER8 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_BGR24 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_BGRA32 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_MONO16 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_MONO8 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_RGB24 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PVAPI_PIXELFORMAT_RGBA32 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_QT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_UNICAP - Static variable in class org.opencv.videoio.Videoio
-
- CAP_V4L - Static variable in class org.opencv.videoio.Videoio
-
- CAP_V4L2 - Static variable in class org.opencv.videoio.Videoio
-
- CAP_VFW - Static variable in class org.opencv.videoio.Videoio
-
- CAP_WINRT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_XIAPI - Static variable in class org.opencv.videoio.Videoio
-
- cartToPolar(Mat, Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
-
- cartToPolar(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- CASCADE_DO_CANNY_PRUNING - Static variable in class org.opencv.objdetect.Objdetect
-
- CASCADE_DO_ROUGH_SEARCH - Static variable in class org.opencv.objdetect.Objdetect
-
- CASCADE_FIND_BIGGEST_OBJECT - Static variable in class org.opencv.objdetect.Objdetect
-
- CASCADE_SCALE_IMAGE - Static variable in class org.opencv.objdetect.Objdetect
-
- CascadeClassifier - Class in org.opencv.objdetect
-
- CascadeClassifier(long) - Constructor for class org.opencv.objdetect.CascadeClassifier
-
- CascadeClassifier(String) - Constructor for class org.opencv.objdetect.CascadeClassifier
-
- CascadeClassifier() - Constructor for class org.opencv.objdetect.CascadeClassifier
-
- CC_STAT_AREA - Static variable in class org.opencv.imgproc.Imgproc
-
- CC_STAT_HEIGHT - Static variable in class org.opencv.imgproc.Imgproc
-
- CC_STAT_LEFT - Static variable in class org.opencv.imgproc.Imgproc
-
- CC_STAT_MAX - Static variable in class org.opencv.imgproc.Imgproc
-
- CC_STAT_TOP - Static variable in class org.opencv.imgproc.Imgproc
-
- CC_STAT_WIDTH - Static variable in class org.opencv.imgproc.Imgproc
-
- CCL_DEFAULT - Static variable in class org.opencv.imgproc.Imgproc
-
- CCL_GRANA - Static variable in class org.opencv.imgproc.Imgproc
-
- CCL_WU - Static variable in class org.opencv.imgproc.Imgproc
-
- center - Variable in class edu.wpi.first.wpilibj.PWMConfigDataResult
-
The center PWM value.
- center - Variable in class org.opencv.core.RotatedRect
-
- CHAIN_APPROX_NONE - Static variable in class org.opencv.imgproc.Imgproc
-
- CHAIN_APPROX_SIMPLE - Static variable in class org.opencv.imgproc.Imgproc
-
- CHAIN_APPROX_TC89_KCOS - Static variable in class org.opencv.imgproc.Imgproc
-
- CHAIN_APPROX_TC89_L1 - Static variable in class org.opencv.imgproc.Imgproc
-
- channels(int) - Static method in class org.opencv.core.CvType
-
- channels() - Method in class org.opencv.core.Mat
-
- check() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Check if this motor has exceeded its timeout.
- checkAnalogInputChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- checkAnalogInputChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Check that the analog input number is value.
- checkAnalogModule(byte) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- checkAnalogOutputChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- checkAnalogOutputChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Check that the analog input number is value.
- checkCompressorModule(byte) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- checkDetectorSize() - Method in class org.opencv.objdetect.HOGDescriptor
-
- checkDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Check that the digital channel number is valid.
- checkDIOChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- CheckedAllocationException - Exception in edu.wpi.first.wpilibj.util
-
Exception indicating that the resource is already allocated This is meant to be thrown by the
resource class.
- CheckedAllocationException(String) - Constructor for exception edu.wpi.first.wpilibj.util.CheckedAllocationException
-
Create a new CheckedAllocationException.
- checkMotors() - Static method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Check the motors to see if any have timed out.
- checkPDPChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- checkPDPChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Verify that the power distribution channel number is within limits.
- checkPDPModule(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- checkPDPModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Verify that the PDP module number is within limits.
- checkPWMChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- checkPWMChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Check that the digital channel number is valid.
- checkRange(Mat, boolean, double, double) - Static method in class org.opencv.core.Core
-
- checkRange(Mat) - Static method in class org.opencv.core.Core
-
- checkRelayChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.RelayJNI
-
- checkRelayChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Check that the digital channel number is valid.
- checkSolenoidChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- checkSolenoidChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Verify that the solenoid channel number is within limits.
- checkSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- checkSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Verify that the solenoid module is correct.
- checkStatus(int, int) - Static method in class edu.wpi.first.wpilibj.can.CANExceptionFactory
-
- checkVector(int, int, boolean) - Method in class org.opencv.core.Mat
-
- checkVector(int, int) - Method in class org.opencv.core.Mat
-
- checkVector(int) - Method in class org.opencv.core.Mat
-
- CHI2 - Static variable in class org.opencv.ml.SVM
-
- circle(Mat, Point, int, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- circle(Mat, Point, int, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
-
- circle(Mat, Point, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
-
- CircularBuffer - Class in edu.wpi.first.wpilibj
-
This is a simple circular buffer so we don't need to "bucket brigade" copy old values.
- CircularBuffer(int) - Constructor for class edu.wpi.first.wpilibj.CircularBuffer
-
Create a CircularBuffer with the provided size.
- CLAHE - Class in org.opencv.imgproc
-
- CLAHE(long) - Constructor for class org.opencv.imgproc.CLAHE
-
- class_id - Variable in class org.opencv.core.KeyPoint
-
Object ID, that can be used to cluster keypoints by an object they
belong to.
- cleanAnalogTrigger(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- cleanInterrupts(int) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- cleanNotifier(int) - Static method in class edu.wpi.first.wpilibj.hal.NotifierJNI
-
Deletes the notifier object when we are done with it.
- clear() - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Sets internal buffer contents to zero.
- clear() - Method in class org.opencv.core.Algorithm
-
- clear() - Method in class org.opencv.features2d.BOWTrainer
-
- clear() - Method in class org.opencv.features2d.DescriptorMatcher
-
- clearAllPCMStickyFaults() - Method in class edu.wpi.first.wpilibj.Compressor
-
Clear ALL sticky faults inside PCM that Compressor is wired to.
- clearAllPCMStickyFaults(byte) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- clearAllPCMStickyFaults(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- clearAllPCMStickyFaults(int) - Static method in class edu.wpi.first.wpilibj.SolenoidBase
-
Clear ALL sticky faults inside PCM that Compressor is wired to.
- clearAllPCMStickyFaults() - Method in class edu.wpi.first.wpilibj.SolenoidBase
-
Clear ALL sticky faults inside PCM that Compressor is wired to.
- clearCounterDownSource(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- clearCounterUpSource(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- clearDownSource() - Method in class edu.wpi.first.wpilibj.Counter
-
Disable the down counting source to the counter.
- clearFlags(int) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Clears flags.
- clearFlags(String, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Clears flags on the specified key in this table.
- clearFlags(String, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Clears flags on the specified key in this table.
- clearFlags(String, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Clears flags on the specified key in this table.
- clearPDPStickyFaults(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- clearPersistent() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Stop making value persistent through program restarts.
- clearPersistent(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Stop making a key's value persistent through program restarts.
- clearPersistent(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Stop making a key's value persistent through program restarts.
- clearPersistent(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Stop making a key's value persistent through program restarts.
- clearRequirements() - Method in class edu.wpi.first.wpilibj.command.Command
-
Clears list of subsystem requirements.
- clearStickyFaults() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Clear all PDP sticky faults.
- clearUpSource() - Method in class edu.wpi.first.wpilibj.Counter
-
Disable the up counting source to the counter.
- clipLine(Rect, Point, Point) - Static method in class org.opencv.imgproc.Imgproc
-
- clone() - Method in class org.opencv.core.Mat
-
- clone() - Method in class org.opencv.core.Point
-
- clone() - Method in class org.opencv.core.Point3
-
- clone() - Method in class org.opencv.core.Range
-
- clone() - Method in class org.opencv.core.Rect
-
- clone() - Method in class org.opencv.core.RotatedRect
-
- clone() - Method in class org.opencv.core.Scalar
-
- clone() - Method in class org.opencv.core.Size
-
- clone() - Method in class org.opencv.core.TermCriteria
-
- clone(boolean) - Method in class org.opencv.features2d.DescriptorMatcher
-
- clone() - Method in class org.opencv.features2d.DescriptorMatcher
-
- cluster(Mat) - Method in class org.opencv.features2d.BOWKMeansTrainer
-
- cluster() - Method in class org.opencv.features2d.BOWKMeansTrainer
-
- cluster(Mat) - Method in class org.opencv.features2d.BOWTrainer
-
- cluster() - Method in class org.opencv.features2d.BOWTrainer
-
- CMP_EQ - Static variable in class org.opencv.core.Core
-
- CMP_GE - Static variable in class org.opencv.core.Core
-
- CMP_GT - Static variable in class org.opencv.core.Core
-
- CMP_LE - Static variable in class org.opencv.core.Core
-
- CMP_LT - Static variable in class org.opencv.core.Core
-
- CMP_NE - Static variable in class org.opencv.core.Core
-
- COEF - Static variable in class org.opencv.ml.SVM
-
- col(int) - Method in class org.opencv.core.Mat
-
- COL_SAMPLE - Static variable in class org.opencv.ml.Ml
-
- collectGarbage() - Method in class org.opencv.imgproc.CLAHE
-
- collectGarbage() - Method in class org.opencv.video.DenseOpticalFlow
-
- COLOR_BayerBG2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerBG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerBG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerBG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerBG2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerBG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerBG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGB2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerGR2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BayerRG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2HLS - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2HLS_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2HSV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2HSV_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2Lab - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2Luv - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2XYZ - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2YCrCb - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2YUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5552BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5552BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5552GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5552RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5552RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5652BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5652BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5652GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5652RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGR5652RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_BGRA2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_COLORCVT_MAX - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_GRAY2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_GRAY2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_GRAY2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_GRAY2BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_GRAY2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_GRAY2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HLS2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HLS2BGR_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HLS2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HLS2RGB_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HSV2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HSV2BGR_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HSV2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_HSV2RGB_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Lab2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Lab2LBGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Lab2LRGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Lab2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_LBGR2Lab - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_LBGR2Luv - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_LRGB2Lab - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_LRGB2Luv - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Luv2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Luv2LBGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Luv2LRGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_Luv2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_mRGBA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2HLS - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2HLS_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2HSV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2HSV_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2Lab - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2Luv - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2XYZ - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2YCrCb - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2YUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGB2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2mRGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_RGBA2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_XYZ2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_XYZ2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YCrCb2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YCrCb2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_NV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_NV21 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_UYNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_UYVY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_Y422 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_YUNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_YUYV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGR_YVYU - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_NV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_NV21 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_UYNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_UYVY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_Y422 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_YUNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_YUYV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2BGRA_YVYU - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_NV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_NV21 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_UYNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_UYVY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_Y422 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_YUNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_YUYV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2GRAY_YVYU - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_NV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_NV21 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_UYNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_UYVY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_Y422 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_YUNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_YUYV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGB_YVYU - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_I420 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_IYUV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_NV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_NV21 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_UYNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_UYVY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_Y422 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_YUNV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_YUYV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_YV12 - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV2RGBA_YVYU - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420p2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420p2BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420p2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420p2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420p2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420sp2BGR - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420sp2BGRA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420sp2GRAY - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420sp2RGB - Static variable in class org.opencv.imgproc.Imgproc
-
- COLOR_YUV420sp2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- colorChange(Mat, Mat, Mat, float, float, float) - Static method in class org.opencv.photo.Photo
-
- colorChange(Mat, Mat, Mat) - Static method in class org.opencv.photo.Photo
-
- COLORMAP_AUTUMN - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_BONE - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_COOL - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_HOT - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_HSV - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_JET - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_OCEAN - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_PARULA - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_PINK - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_RAINBOW - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_SPRING - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_SUMMER - Static variable in class org.opencv.imgproc.Imgproc
-
- COLORMAP_WINTER - Static variable in class org.opencv.imgproc.Imgproc
-
- colRange(int, int) - Method in class org.opencv.core.Mat
-
- colRange(Range) - Method in class org.opencv.core.Mat
-
- cols() - Method in class org.opencv.core.Mat
-
- Command - Class in edu.wpi.first.wpilibj.command
-
The Command class is at the very core of the entire command framework.
- Command() - Constructor for class edu.wpi.first.wpilibj.command.Command
-
Creates a new command.
- Command(String) - Constructor for class edu.wpi.first.wpilibj.command.Command
-
Creates a new command with the given name.
- Command(double) - Constructor for class edu.wpi.first.wpilibj.command.Command
-
Creates a new command with the given timeout and a default name.
- Command(String, double) - Constructor for class edu.wpi.first.wpilibj.command.Command
-
Creates a new command with the given name and timeout.
- CommandGroup - Class in edu.wpi.first.wpilibj.command
-
A
CommandGroup
is a list of commands which are executed in sequence.
- CommandGroup() - Constructor for class edu.wpi.first.wpilibj.command.CommandGroup
-
- CommandGroup(String) - Constructor for class edu.wpi.first.wpilibj.command.CommandGroup
-
- compare(Object, Object) - Method in interface edu.wpi.first.wpilibj.util.SortedVector.Comparator
-
Compare the given two objects.
- compare(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- compare(Mat, Scalar, Mat, int) - Static method in class org.opencv.core.Core
-
- compareHist(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- compareSegments(Size, Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
-
- compareSegments(Size, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
-
- completeState() - Method in class org.opencv.imgproc.Moments
-
- completeSymm(Mat, boolean) - Static method in class org.opencv.core.Core
-
- completeSymm(Mat) - Static method in class org.opencv.core.Core
-
- composeRT(Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- composeRT(Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- COMPRESSED_INPUT - Static variable in class org.opencv.ml.StatModel
-
- Compressor - Class in edu.wpi.first.wpilibj
-
Class for operating a compressor connected to a PCM (Pneumatic Control Module).
- Compressor(int) - Constructor for class edu.wpi.first.wpilibj.Compressor
-
Makes a new instance of the compressor using the provided CAN device ID.
- Compressor() - Constructor for class edu.wpi.first.wpilibj.Compressor
-
Makes a new instance of the compressor using the default PCM ID of 0.
- CompressorJNI - Class in edu.wpi.first.wpilibj.hal
-
- CompressorJNI() - Constructor for class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- compute(Mat, Mat, Mat) - Method in class org.opencv.calib3d.StereoMatcher
-
- compute(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
-
- compute(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.DescriptorExtractor
-
- compute(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.DescriptorExtractor
-
- compute(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.Feature2D
-
- compute(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.Feature2D
-
- compute(Mat, MatOfFloat, Size, Size, MatOfPoint) - Method in class org.opencv.objdetect.HOGDescriptor
-
- compute(Mat, MatOfFloat) - Method in class org.opencv.objdetect.HOGDescriptor
-
- computeBitmaps(Mat, Mat, Mat) - Method in class org.opencv.photo.AlignMTB
-
- computeCorrespondEpilines(Mat, int, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- computeGradient(Mat, Mat, Mat, Size, Size) - Method in class org.opencv.objdetect.HOGDescriptor
-
- computeGradient(Mat, Mat, Mat) - Method in class org.opencv.objdetect.HOGDescriptor
-
- condition() - Method in class edu.wpi.first.wpilibj.command.ConditionalCommand
-
The Condition to test to determine which Command to run.
- ConditionalCommand - Class in edu.wpi.first.wpilibj.command
-
- ConditionalCommand(Command) - Constructor for class edu.wpi.first.wpilibj.command.ConditionalCommand
-
Creates a new ConditionalCommand with given onTrue and onFalse Commands.
- ConditionalCommand(Command, Command) - Constructor for class edu.wpi.first.wpilibj.command.ConditionalCommand
-
Creates a new ConditionalCommand with given onTrue and onFalse Commands.
- ConditionalCommand(String, Command) - Constructor for class edu.wpi.first.wpilibj.command.ConditionalCommand
-
Creates a new ConditionalCommand with given name and onTrue and onFalse Commands.
- ConditionalCommand(String, Command, Command) - Constructor for class edu.wpi.first.wpilibj.command.ConditionalCommand
-
Creates a new ConditionalCommand with given name and onTrue and onFalse Commands.
- conj() - Method in class org.opencv.core.Scalar
-
- conn - Variable in class edu.wpi.first.networktables.ConnectionNotification
-
Connection information.
- conn - Variable in class edu.wpi.first.networktables.RpcAnswer
-
Connection that called the RPC.
- connected - Variable in class edu.wpi.first.networktables.ConnectionNotification
-
True if event is due to connection being established.
- connected(IRemote) - Method in interface edu.wpi.first.wpilibj.tables.IRemoteConnectionListener
-
Deprecated.
Called when an IRemote is connected
- connectedComponents(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- connectedComponents(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- connectedComponentsWithAlgorithm(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- connectedComponentsWithStats(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- connectedComponentsWithStats(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- connectedComponentsWithStatsWithAlgorithm(Mat, Mat, Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- connectedEx(IRemote, ConnectionInfo) - Method in interface edu.wpi.first.wpilibj.tables.IRemoteConnectionListener
-
Deprecated.
Extended version of connected called when an IRemote is connected.
- ConnectionInfo - Class in edu.wpi.first.networktables
-
NetworkTables Connection information.
- ConnectionInfo(String, String, int, long, int) - Constructor for class edu.wpi.first.networktables.ConnectionInfo
-
Constructor.
- ConnectionNotification - Class in edu.wpi.first.networktables
-
NetworkTables Connection notification.
- ConnectionNotification(NetworkTableInstance, int, boolean, ConnectionInfo) - Constructor for class edu.wpi.first.networktables.ConnectionNotification
-
Constructor.
- connections() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- ConstantsJNI - Class in edu.wpi.first.wpilibj.hal
-
- ConstantsJNI() - Constructor for class edu.wpi.first.wpilibj.hal.ConstantsJNI
-
- contains(Point) - Method in class org.opencv.core.Rect
-
- containsKey(String) - Method in class edu.wpi.first.networktables.NetworkTable
-
Checks the table and tells if it contains the specified key
- containsKey(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Checks the table and tells if it contains the specified key
- containsKey(String) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns whether or not there is a key with the given name.
- containsKey(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Checks the table and tells if it contains the specified key.
- containsKey(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Checks the table and tells if it contains the specified key
- containsSubTable(String) - Method in class edu.wpi.first.networktables.NetworkTable
-
- containsSubTable(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
- containsSubTable(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
- contourArea(Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- contourArea(Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- ControllerPower - Class in edu.wpi.first.wpilibj
-
- ControllerPower() - Constructor for class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- ControlWord - Class in edu.wpi.first.wpilibj.hal
-
A wrapper for the HALControlWord bitfield.
- ControlWord() - Constructor for class edu.wpi.first.wpilibj.hal.ControlWord
-
- convert(String, String) - Static method in class org.opencv.objdetect.CascadeClassifier
-
- Converters - Class in org.opencv.utils
-
- Converters() - Constructor for class org.opencv.utils.Converters
-
- convertFp16(Mat, Mat) - Static method in class org.opencv.core.Core
-
- convertMaps(Mat, Mat, Mat, Mat, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- convertMaps(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- convertPointsFromHomogeneous(Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- convertPointsToHomogeneous(Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- convertScaleAbs(Mat, Mat, double, double) - Static method in class org.opencv.core.Core
-
- convertScaleAbs(Mat, Mat) - Static method in class org.opencv.core.Core
-
- convertTo(Mat, int, double, double) - Method in class org.opencv.core.Mat
-
- convertTo(Mat, int, double) - Method in class org.opencv.core.Mat
-
- convertTo(Mat, int) - Method in class org.opencv.core.Mat
-
- convexHull(MatOfPoint, MatOfInt, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- convexHull(MatOfPoint, MatOfInt) - Static method in class org.opencv.imgproc.Imgproc
-
- convexityDefects(MatOfPoint, MatOfInt, MatOfInt4) - Static method in class org.opencv.imgproc.Imgproc
-
- copyMakeBorder(Mat, Mat, int, int, int, int, int, Scalar) - Static method in class org.opencv.core.Core
-
- copyMakeBorder(Mat, Mat, int, int, int, int, int) - Static method in class org.opencv.core.Core
-
- copyPipelineOutputs(P) - Method in interface edu.wpi.first.wpilibj.vision.VisionRunner.Listener
-
Called when the pipeline has run.
- copySink(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- copySource(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- copyTo(Mat) - Method in class org.opencv.core.Mat
-
- copyTo(Mat, Mat) - Method in class org.opencv.core.Mat
-
- Core - Class in org.opencv.core
-
- Core() - Constructor for class org.opencv.core.Core
-
- Core.MinMaxLocResult - Class in org.opencv.core
-
- cornerEigenValsAndVecs(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerEigenValsAndVecs(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerHarris(Mat, Mat, int, int, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerHarris(Mat, Mat, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerMinEigenVal(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerMinEigenVal(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerMinEigenVal(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cornerSubPix(Mat, MatOfPoint2f, Size, Size, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
-
- correct(Mat) - Method in class org.opencv.video.KalmanFilter
-
- correctMatches(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- count - Variable in class edu.wpi.first.wpilibj.AccumulatorResult
-
The number of sample value was accumulated over.
- COUNT - Static variable in class org.opencv.core.TermCriteria
-
The maximum number of iterations or elements to compute
- Counter - Class in edu.wpi.first.wpilibj
-
Class for counting the number of ticks on a digital input channel.
- Counter(Counter.Mode) - Constructor for class edu.wpi.first.wpilibj.Counter
-
Create an instance of a counter with the given mode.
- Counter() - Constructor for class edu.wpi.first.wpilibj.Counter
-
Create an instance of a counter where no sources are selected.
- Counter(DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Counter
-
Create an instance of a counter from a Digital Input.
- Counter(int) - Constructor for class edu.wpi.first.wpilibj.Counter
-
Create an instance of a Counter object.
- Counter(CounterBase.EncodingType, DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Counter
-
Create an instance of a Counter object.
- Counter(AnalogTrigger) - Constructor for class edu.wpi.first.wpilibj.Counter
-
Create an instance of a Counter object.
- Counter.Mode - Enum in edu.wpi.first.wpilibj
-
Mode determines how and what the counter counts.
- CounterBase - Interface in edu.wpi.first.wpilibj
-
Interface for counting the number of ticks on a digital input channel.
- CounterBase.EncodingType - Enum in edu.wpi.first.wpilibj
-
The number of edges for the counterbase to increment or decrement on.
- CounterJNI - Class in edu.wpi.first.wpilibj.hal
-
- CounterJNI() - Constructor for class edu.wpi.first.wpilibj.hal.CounterJNI
-
- countNonZero(Mat) - Static method in class org.opencv.core.Core
-
- COV_MAT_DEFAULT - Static variable in class org.opencv.ml.EM
-
- COV_MAT_DIAGONAL - Static variable in class org.opencv.ml.EM
-
- COV_MAT_GENERIC - Static variable in class org.opencv.ml.EM
-
- COV_MAT_SPHERICAL - Static variable in class org.opencv.ml.EM
-
- COVAR_COLS - Static variable in class org.opencv.core.Core
-
- COVAR_NORMAL - Static variable in class org.opencv.core.Core
-
- COVAR_ROWS - Static variable in class org.opencv.core.Core
-
- COVAR_SCALE - Static variable in class org.opencv.core.Core
-
- COVAR_SCRAMBLED - Static variable in class org.opencv.core.Core
-
- COVAR_USE_AVG - Static variable in class org.opencv.core.Core
-
- create() - Static method in class edu.wpi.first.networktables.NetworkTableInstance
-
Create an instance.
- create(int, int) - Static method in class org.opencv.calib3d.StereoBM
-
- create() - Static method in class org.opencv.calib3d.StereoBM
-
- create(int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opencv.calib3d.StereoSGBM
-
- create(int, int, int) - Static method in class org.opencv.calib3d.StereoSGBM
-
- create(int, int, int) - Method in class org.opencv.core.Mat
-
- create(Size, int) - Method in class org.opencv.core.Mat
-
- create(int, boolean, int) - Static method in class org.opencv.features2d.AgastFeatureDetector
-
- create() - Static method in class org.opencv.features2d.AgastFeatureDetector
-
- create(int, int, int, float, int, int, int) - Static method in class org.opencv.features2d.AKAZE
-
- create() - Static method in class org.opencv.features2d.AKAZE
-
- create(int, boolean) - Static method in class org.opencv.features2d.BFMatcher
-
- create() - Static method in class org.opencv.features2d.BFMatcher
-
- create(int, int, float) - Static method in class org.opencv.features2d.BRISK
-
- create() - Static method in class org.opencv.features2d.BRISK
-
- create(MatOfFloat, MatOfInt, float, float, MatOfInt) - Static method in class org.opencv.features2d.BRISK
-
- create(MatOfFloat, MatOfInt) - Static method in class org.opencv.features2d.BRISK
-
- create(int) - Static method in class org.opencv.features2d.DescriptorExtractor
-
- create(String) - Static method in class org.opencv.features2d.DescriptorMatcher
-
- create(int) - Static method in class org.opencv.features2d.DescriptorMatcher
-
- create(int, boolean, int) - Static method in class org.opencv.features2d.FastFeatureDetector
-
- create() - Static method in class org.opencv.features2d.FastFeatureDetector
-
- create(int) - Static method in class org.opencv.features2d.FeatureDetector
-
- create() - Static method in class org.opencv.features2d.FlannBasedMatcher
-
- create(int, double, double, int, boolean, double) - Static method in class org.opencv.features2d.GFTTDetector
-
- create() - Static method in class org.opencv.features2d.GFTTDetector
-
- create(boolean, boolean, float, int, int, int) - Static method in class org.opencv.features2d.KAZE
-
- create() - Static method in class org.opencv.features2d.KAZE
-
- create(int, int, int, double, double, int, double, double, int) - Static method in class org.opencv.features2d.MSER
-
- create() - Static method in class org.opencv.features2d.MSER
-
- create(int, float, int, int, int, int, int, int, int) - Static method in class org.opencv.features2d.ORB
-
- create() - Static method in class org.opencv.features2d.ORB
-
- create() - Static method in class org.opencv.ml.ANN_MLP
-
- create() - Static method in class org.opencv.ml.Boost
-
- create() - Static method in class org.opencv.ml.DTrees
-
- create() - Static method in class org.opencv.ml.EM
-
- create() - Static method in class org.opencv.ml.KNearest
-
- create() - Static method in class org.opencv.ml.LogisticRegression
-
- create() - Static method in class org.opencv.ml.NormalBayesClassifier
-
- create() - Static method in class org.opencv.ml.RTrees
-
- create() - Static method in class org.opencv.ml.SVM
-
- create() - Static method in class org.opencv.ml.SVMSGD
-
- create(Mat, int, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.ml.TrainData
-
- create(Mat, int, Mat) - Static method in class org.opencv.ml.TrainData
-
- create(double, double, double, int, int, double, int, int, double, double, int, boolean) - Static method in class org.opencv.video.DualTVL1OpticalFlow
-
- create() - Static method in class org.opencv.video.DualTVL1OpticalFlow
-
- create(int, double, boolean, int, int, int, double, int) - Static method in class org.opencv.video.FarnebackOpticalFlow
-
- create() - Static method in class org.opencv.video.FarnebackOpticalFlow
-
- create(Size, int, TermCriteria, int, double) - Static method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- create() - Static method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- createAlignMTB(int, int, boolean) - Static method in class org.opencv.photo.Photo
-
- createAlignMTB() - Static method in class org.opencv.photo.Photo
-
- createBackgroundSubtractorKNN(int, double, boolean) - Static method in class org.opencv.video.Video
-
- createBackgroundSubtractorKNN() - Static method in class org.opencv.video.Video
-
- createBackgroundSubtractorMOG2(int, double, boolean) - Static method in class org.opencv.video.Video
-
- createBackgroundSubtractorMOG2() - Static method in class org.opencv.video.Video
-
- createBooleanProperty(String, boolean, boolean) - Method in class edu.wpi.cscore.CvSource
-
- createCalibrateDebevec(int, float, boolean) - Static method in class org.opencv.photo.Photo
-
- createCalibrateDebevec() - Static method in class org.opencv.photo.Photo
-
- createCalibrateRobertson(int, float) - Static method in class org.opencv.photo.Photo
-
- createCalibrateRobertson() - Static method in class org.opencv.photo.Photo
-
- createCLAHE(double, Size) - Static method in class org.opencv.imgproc.Imgproc
-
- createCLAHE() - Static method in class org.opencv.imgproc.Imgproc
-
- createConnectionListenerPoller(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- createCvSink(String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createCvSource(String, int, int, int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createEntryListenerPoller(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- createHanningWindow(Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
-
- createHttpCamera(String, String, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createHttpCameraMulti(String, String[], int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createInstance() - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- createIntegerProperty(String, int, int, int, int, int) - Method in class edu.wpi.cscore.CvSource
-
- createLineSegmentDetector(int, double, double, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- createLineSegmentDetector() - Static method in class org.opencv.imgproc.Imgproc
-
- createLoggerPoller(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- createMergeDebevec() - Static method in class org.opencv.photo.Photo
-
- createMergeMertens(float, float, float) - Static method in class org.opencv.photo.Photo
-
- createMergeMertens() - Static method in class org.opencv.photo.Photo
-
- createMergeRobertson() - Static method in class org.opencv.photo.Photo
-
- createMjpegServer(String, String, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createOptFlow_DualTVL1() - Static method in class org.opencv.video.Video
-
- createOutput(AnalogTriggerOutput.AnalogTriggerType) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Creates an AnalogTriggerOutput object.
- createPolledRpc(int, byte[], int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- createProperty(String, VideoProperty.Kind, int, int, int, int, int) - Method in class edu.wpi.cscore.CvSource
-
Create a property.
- createRpc(NetworkTableEntry, Consumer<RpcAnswer>) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Create a callback-based RPC entry point.
- createRpcCallPoller(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- createSourceProperty(int, String, int, int, int, int, int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createStringProperty(String, String) - Method in class edu.wpi.cscore.CvSource
-
- createTonemap(float) - Static method in class org.opencv.photo.Photo
-
- createTonemap() - Static method in class org.opencv.photo.Photo
-
- createTonemapDrago(float, float, float) - Static method in class org.opencv.photo.Photo
-
- createTonemapDrago() - Static method in class org.opencv.photo.Photo
-
- createTonemapDurand(float, float, float, float, float) - Static method in class org.opencv.photo.Photo
-
- createTonemapDurand() - Static method in class org.opencv.photo.Photo
-
- createTonemapMantiuk(float, float, float) - Static method in class org.opencv.photo.Photo
-
- createTonemapMantiuk() - Static method in class org.opencv.photo.Photo
-
- createTonemapReinhard(float, float, float, float) - Static method in class org.opencv.photo.Photo
-
- createTonemapReinhard() - Static method in class org.opencv.photo.Photo
-
- createUsbCameraDev(String, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createUsbCameraPath(String, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- cross(Mat) - Method in class org.opencv.core.Mat
-
- cross(Point3) - Method in class org.opencv.core.Point3
-
- cubeRoot(float) - Static method in class org.opencv.core.Core
-
- curvatureDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
Curvature drive method for differential drive platform.
- CUSTOM - Static variable in class org.opencv.ml.SVM
-
- CV_16S - Static variable in class org.opencv.core.CvType
-
- CV_16SC(int) - Static method in class org.opencv.core.CvType
-
- CV_16SC1 - Static variable in class org.opencv.core.CvType
-
- CV_16SC2 - Static variable in class org.opencv.core.CvType
-
- CV_16SC3 - Static variable in class org.opencv.core.CvType
-
- CV_16SC4 - Static variable in class org.opencv.core.CvType
-
- CV_16U - Static variable in class org.opencv.core.CvType
-
- CV_16UC(int) - Static method in class org.opencv.core.CvType
-
- CV_16UC1 - Static variable in class org.opencv.core.CvType
-
- CV_16UC2 - Static variable in class org.opencv.core.CvType
-
- CV_16UC3 - Static variable in class org.opencv.core.CvType
-
- CV_16UC4 - Static variable in class org.opencv.core.CvType
-
- CV_32F - Static variable in class org.opencv.core.CvType
-
- CV_32FC(int) - Static method in class org.opencv.core.CvType
-
- CV_32FC1 - Static variable in class org.opencv.core.CvType
-
- CV_32FC2 - Static variable in class org.opencv.core.CvType
-
- CV_32FC3 - Static variable in class org.opencv.core.CvType
-
- CV_32FC4 - Static variable in class org.opencv.core.CvType
-
- CV_32S - Static variable in class org.opencv.core.CvType
-
- CV_32SC(int) - Static method in class org.opencv.core.CvType
-
- CV_32SC1 - Static variable in class org.opencv.core.CvType
-
- CV_32SC2 - Static variable in class org.opencv.core.CvType
-
- CV_32SC3 - Static variable in class org.opencv.core.CvType
-
- CV_32SC4 - Static variable in class org.opencv.core.CvType
-
- CV_64F - Static variable in class org.opencv.core.CvType
-
- CV_64FC(int) - Static method in class org.opencv.core.CvType
-
- CV_64FC1 - Static variable in class org.opencv.core.CvType
-
- CV_64FC2 - Static variable in class org.opencv.core.CvType
-
- CV_64FC3 - Static variable in class org.opencv.core.CvType
-
- CV_64FC4 - Static variable in class org.opencv.core.CvType
-
- CV_8S - Static variable in class org.opencv.core.CvType
-
- CV_8SC(int) - Static method in class org.opencv.core.CvType
-
- CV_8SC1 - Static variable in class org.opencv.core.CvType
-
- CV_8SC2 - Static variable in class org.opencv.core.CvType
-
- CV_8SC3 - Static variable in class org.opencv.core.CvType
-
- CV_8SC4 - Static variable in class org.opencv.core.CvType
-
- CV_8U - Static variable in class org.opencv.core.CvType
-
- CV_8UC(int) - Static method in class org.opencv.core.CvType
-
- CV_8UC1 - Static variable in class org.opencv.core.CvType
-
- CV_8UC2 - Static variable in class org.opencv.core.CvType
-
- CV_8UC3 - Static variable in class org.opencv.core.CvType
-
- CV_8UC4 - Static variable in class org.opencv.core.CvType
-
- CV_BILATERAL - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_BLUR - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_BLUR_NO_SCALE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CANNY_L2_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CAP_ANDROID - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_ANDROID_BACK - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_ANDROID_FRONT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_ARAVIS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_AVFOUNDATION - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_FFMPEG - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_GIGANETIX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_GPHOTO2 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_GSTREAMER - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_IMAGES - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_MODE_BGR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_MODE_GRAY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_MODE_RGB - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_MODE_YUYV - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_MSMF - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_ANTIBANDING - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_EXPOSE_LOCK - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_FLASH_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_FOCAL_LENGTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_FOCUS_DISTANCE_FAR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_FOCUS_DISTANCE_NEAR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_FOCUS_DISTANCE_OPTIMAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_FOCUS_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_WHITE_BALANCE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ANDROID_WHITEBALANCE_LOCK - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_APERTURE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_AUTOFOCUS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_AUTOGRAB - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_BACKLIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_BUFFERSIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_FOCUS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_FRAME_HEIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_FRAME_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GIGA_FRAME_HEIGH_MAX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GIGA_FRAME_OFFSET_X - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GIGA_FRAME_OFFSET_Y - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GIGA_FRAME_SENS_HEIGH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GIGA_FRAME_SENS_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GIGA_FRAME_WIDTH_MAX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GPHOTO2_COLLECT_MSGS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GPHOTO2_FLUSH_MSGS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GPHOTO2_PREVIEW - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GPHOTO2_RELOAD_CONFIG - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GPHOTO2_RELOAD_ON_CHANGE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GPHOTO2_WIDGET_ENUMERATE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_GUID - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_DEPTH_CONFIDENCE_THRESHOLD - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_HORZ - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_VERT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_PROFILE_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_INTELPERC_PROFILE_IDX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_IOS_DEVICE_EXPOSURE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_IOS_DEVICE_FLASH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_IOS_DEVICE_FOCUS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_IOS_DEVICE_TORCH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_IOS_DEVICE_WHITEBALANCE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_IRIS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ISO_SPEED - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_OPENNI2_MIRROR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_OPENNI2_SYNC - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PAN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PREVIEW_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PVAPI_BINNINGX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PVAPI_BINNINGY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PVAPI_DECIMATIONHORIZONTAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PVAPI_DECIMATIONVERTICAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_PVAPI_PIXELFORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ROLL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_SAR_DEN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_SAR_NUM - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_SETTINGS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_SPEED - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_TILT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_VIEWFINDER - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ACQ_BUFFER_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ACQ_BUFFER_SIZE_UNIT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ACQ_FRAME_BURST_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ACQ_TIMING_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_COMMIT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AE_MAX_LIMIT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AEAG - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AEAG_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AEAG_ROI_HEIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AEAG_ROI_OFFSET_X - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AEAG_ROI_OFFSET_Y - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AEAG_ROI_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AG_MAX_LIMIT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_APPLY_CMS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AUTO_BANDWIDTH_CALCULATION - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AUTO_WB - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_AVAILABLE_BANDWIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BINNING_HORIZONTAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BINNING_PATTERN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BINNING_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BINNING_VERTICAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BPC - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BUFFER_POLICY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_BUFFERS_QUEUE_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_00 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_01 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_02 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_03 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_10 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_11 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_12 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_13 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_20 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_21 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_22 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_23 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_30 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_31 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_32 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CC_MATRIX_33 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CHIP_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_CMS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_COLOR_FILTER_ARRAY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_COLUMN_FPN_CORRECTION - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_COOLING - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_COUNTER_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_COUNTER_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DATA_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEBOUNCE_EN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEBOUNCE_POL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEBOUNCE_T0 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEBOUNCE_T1 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEBUG_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DECIMATION_HORIZONTAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DECIMATION_PATTERN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DECIMATION_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DECIMATION_VERTICAL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEFAULT_CC_MATRIX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEVICE_MODEL_ID - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEVICE_RESET - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DEVICE_SN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DOWNSAMPLING - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_DOWNSAMPLING_TYPE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_EXP_PRIORITY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_EXPOSURE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_EXPOSURE_BURST_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_FFS_ACCESS_KEY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_FFS_FILE_ID - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_FFS_FILE_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_FRAMERATE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_FREE_FFS_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GAIN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GAIN_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GAMMAC - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GAMMAY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GPI_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GPI_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GPI_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GPO_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_GPO_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HDR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HDR_KNEEPOINT_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HDR_T1 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HDR_T2 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HEIGHT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HOUS_BACK_SIDE_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HOUS_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_HW_REVISION - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IMAGE_BLACK_LEVEL - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IMAGE_DATA_BIT_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IMAGE_DATA_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IMAGE_DATA_FORMAT_RGB32_ALPHA - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IMAGE_IS_COLOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IMAGE_PAYLOAD_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IS_COOLED - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_IS_DEVICE_EXIST - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_KNEEPOINT1 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_KNEEPOINT2 - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LED_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LED_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_APERTURE_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_FEATURE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_FEATURE_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_FOCAL_LENGTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_FOCUS_DISTANCE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_FOCUS_MOVE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_FOCUS_MOVEMENT_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LENS_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LIMIT_BANDWIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LUT_EN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LUT_INDEX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_LUT_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_MANUAL_WB - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_OFFSET_X - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_OFFSET_Y - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_OUTPUT_DATA_PACKING - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_RECENT_FRAME - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_REGION_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_REGION_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_ROW_FPN_CORRECTION - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_BOARD_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_CLOCK_FREQ_HZ - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_CLOCK_FREQ_INDEX - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_FEATURE_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_FEATURE_VALUE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_OUTPUT_CHANNEL_COUNT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SENSOR_TAPS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SHARPNESS - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_SHUTTER_TYPE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TARGET_TEMP - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TEST_PATTERN - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TEST_PATTERN_GENERATOR_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TIMEOUT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TRANSPORT_PIXEL_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TRG_DELAY - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TRG_SELECTOR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TRG_SOFTWARE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TRG_SOURCE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TS_RST_MODE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_TS_RST_SOURCE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_USED_FFS_SIZE - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_WB_KB - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_WB_KG - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_WB_KR - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_XI_WIDTH - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_PROP_ZOOM - Static variable in class org.opencv.videoio.Videoio
-
- CV_CAP_XIAPI - Static variable in class org.opencv.videoio.Videoio
-
- CV_CHAIN_CODE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CLOCKWISE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_BHATTACHARYYA - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_CHISQR - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_CHISQR_ALT - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_CORREL - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_HELLINGER - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_INTERSECT - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COMP_KL_DIV - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CONTOURS_MATCH_I1 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CONTOURS_MATCH_I2 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CONTOURS_MATCH_I3 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_COUNTER_CLOCKWISE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_CVTIMG_FLIP - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_CVTIMG_SWAP_RB - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_DIST_C - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_FAIR - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_HUBER - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_L1 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_L12 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_L2 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_LABEL_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_LABEL_PIXEL - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_MASK_3 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_MASK_5 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_MASK_PRECISE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_USER - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DIST_WELSCH - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_DLS - Static variable in class org.opencv.calib3d.Calib3d
-
- CV_EPNP - Static variable in class org.opencv.calib3d.Calib3d
-
- CV_GAUSSIAN - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_GAUSSIAN_5x5 - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_HOUGH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_HOUGH_MULTI_SCALE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_HOUGH_PROBABILISTIC - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_HOUGH_STANDARD - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_IMWRITE_JPEG_CHROMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_JPEG_LUMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_JPEG_OPTIMIZE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_JPEG_PROGRESSIVE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_JPEG_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_JPEG_RST_INTERVAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_FORMAT_BLACKANDWHITE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_FORMAT_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_FORMAT_GRAYSCALE_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_FORMAT_NULL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_FORMAT_RGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_FORMAT_RGB_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PAM_TUPLETYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_BILEVEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_STRATEGY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_STRATEGY_DEFAULT - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_STRATEGY_FILTERED - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_STRATEGY_FIXED - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PNG_STRATEGY_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_PXM_BINARY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_IMWRITE_WEBP_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_ITERATIVE - Static variable in class org.opencv.calib3d.Calib3d
-
- CV_LINK_RUNS - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_LOAD_IMAGE_ANYCOLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_LOAD_IMAGE_ANYDEPTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_LOAD_IMAGE_COLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_LOAD_IMAGE_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_LOAD_IMAGE_IGNORE_ORIENTATION - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_LOAD_IMAGE_UNCHANGED - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- CV_MAX_SOBEL_KSIZE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_MEDIAN - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_mRGBA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_P3P - Static variable in class org.opencv.calib3d.Calib3d
-
- CV_POLY_APPROX_DP - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_RGBA2mRGBA - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_SCHARR - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_SHAPE_CROSS - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_SHAPE_CUSTOM - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_SHAPE_ELLIPSE - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_SHAPE_RECT - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_USRTYPE1 - Static variable in class org.opencv.core.CvType
-
- CV_WARP_FILL_OUTLIERS - Static variable in class org.opencv.imgproc.Imgproc
-
- CV_WARP_INVERSE_MAP - Static variable in class org.opencv.imgproc.Imgproc
-
- CvException - Exception in org.opencv.core
-
- CvException(String) - Constructor for exception org.opencv.core.CvException
-
- CvSink - Class in edu.wpi.cscore
-
A sink for user code to accept video frames as OpenCV images.
- CvSink(String) - Constructor for class edu.wpi.cscore.CvSink
-
Create a sink for accepting OpenCV images.
- CvSource - Class in edu.wpi.cscore
-
A source that represents a video camera.
- CvSource(String, VideoMode) - Constructor for class edu.wpi.cscore.CvSource
-
Create an OpenCV source.
- CvSource(String, VideoMode.PixelFormat, int, int, int) - Constructor for class edu.wpi.cscore.CvSource
-
Create an OpenCV source.
- cvtColor(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- cvtColor(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- CvType - Class in org.opencv.core
-
- CvType() - Constructor for class org.opencv.core.CvType
-
- GamepadBase - Class in edu.wpi.first.wpilibj
-
- GamepadBase(int) - Constructor for class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- gameSpecificMessage - Variable in class edu.wpi.first.wpilibj.hal.MatchInfoData
-
Stores the game specific message.
- GAMMA - Static variable in class org.opencv.ml.SVM
-
- GAUSSIAN - Static variable in class org.opencv.ml.ANN_MLP
-
- GaussianBlur(Mat, Mat, Size, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- GaussianBlur(Mat, Mat, Size, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- GaussianBlur(Mat, Mat, Size, double) - Static method in class org.opencv.imgproc.Imgproc
-
- GC_BGD - Static variable in class org.opencv.imgproc.Imgproc
-
- GC_EVAL - Static variable in class org.opencv.imgproc.Imgproc
-
- GC_FGD - Static variable in class org.opencv.imgproc.Imgproc
-
- GC_INIT_WITH_MASK - Static variable in class org.opencv.imgproc.Imgproc
-
- GC_INIT_WITH_RECT - Static variable in class org.opencv.imgproc.Imgproc
-
- GC_PR_BGD - Static variable in class org.opencv.imgproc.Imgproc
-
- GC_PR_FGD - Static variable in class org.opencv.imgproc.Imgproc
-
- GearTooth - Class in edu.wpi.first.wpilibj
-
Alias for counter class.
- GearTooth(int) - Constructor for class edu.wpi.first.wpilibj.GearTooth
-
Construct a GearTooth sensor given a channel.
- GearTooth(int, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
-
Construct a GearTooth sensor given a channel.
- GearTooth(DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
-
Construct a GearTooth sensor given a digital input.
- GearTooth(DigitalSource) - Constructor for class edu.wpi.first.wpilibj.GearTooth
-
Construct a GearTooth sensor given a digital input.
- gemm(Mat, Mat, double, Mat, double, Mat, int) - Static method in class org.opencv.core.Core
-
- gemm(Mat, Mat, double, Mat, double, Mat) - Static method in class org.opencv.core.Core
-
- GEMM_1_T - Static variable in class org.opencv.core.Core
-
- GEMM_2_T - Static variable in class org.opencv.core.Core
-
- GEMM_3_T - Static variable in class org.opencv.core.Core
-
- GenericHID - Class in edu.wpi.first.wpilibj
-
GenericHID Interface.
- GenericHID(int) - Constructor for class edu.wpi.first.wpilibj.GenericHID
-
- GenericHID.Hand - Enum in edu.wpi.first.wpilibj
-
Which hand the Human Interface Device is associated with.
- GenericHID.HIDType - Enum in edu.wpi.first.wpilibj
-
- GenericHID.RumbleType - Enum in edu.wpi.first.wpilibj
-
Represents a rumble output on the JoyStick.
- GENTLE - Static variable in class org.opencv.ml.Boost
-
- get() - Method in class edu.wpi.cscore.VideoProperty
-
- get() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
Get the current reading of the potentiometer.
- get() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
Get the state of the analog trigger output.
- get() - Method in class edu.wpi.first.wpilibj.buttons.InternalButton
-
- get() - Method in class edu.wpi.first.wpilibj.buttons.JoystickButton
-
Gets the value of the joystick button.
- get() - Method in class edu.wpi.first.wpilibj.buttons.NetworkButton
-
- get() - Method in class edu.wpi.first.wpilibj.buttons.Trigger
-
Returns whether or not the trigger is active.
- get(int) - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Get the element at the provided index relative to the start of the buffer.
- get() - Method in class edu.wpi.first.wpilibj.Counter
-
Read the current counter value.
- get() - Method in interface edu.wpi.first.wpilibj.CounterBase
-
Get the count.
- get() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
Get the value from a digital input channel.
- get() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
Gets the value being output from the Digital Output.
- get() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
Read the current value of the solenoid.
- get() - Method in class edu.wpi.first.wpilibj.Encoder
-
Gets the current count.
- get() - Method in class edu.wpi.first.wpilibj.filters.Filter
-
Returns the current filter estimate without also inserting new data as pidGet() would do.
- get() - Method in class edu.wpi.first.wpilibj.filters.LinearDigitalFilter
-
- get() - Method in interface edu.wpi.first.wpilibj.interfaces.Potentiometer
-
- get() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Get the recently set value of the PWM.
- get() - Method in class edu.wpi.first.wpilibj.PIDController
-
Return the current PID result This is always centered on zero and constrained the the max and
min outs.
- get() - Method in class edu.wpi.first.wpilibj.PWMSpeedController
-
Get the recently set value of the PWM.
- get() - Method in class edu.wpi.first.wpilibj.Relay
-
Get the Relay State.
- get() - Method in class edu.wpi.first.wpilibj.Servo
-
Get the servo position.
- get() - Method in class edu.wpi.first.wpilibj.Solenoid
-
Read the current value of the solenoid.
- get() - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Common interface for getting the current set speed of a speed controller.
- get() - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- get() - Method in class edu.wpi.first.wpilibj.Timer
-
Get the current time from the timer.
- get() - Method in interface edu.wpi.first.wpilibj.Timer.Interface
-
Get the current time from the timer.
- get(int, int, byte[]) - Method in class org.opencv.core.Mat
-
- get(int, int, short[]) - Method in class org.opencv.core.Mat
-
- get(int, int, int[]) - Method in class org.opencv.core.Mat
-
- get(int, int, float[]) - Method in class org.opencv.core.Mat
-
- get(int, int, double[]) - Method in class org.opencv.core.Mat
-
- get(int, int) - Method in class org.opencv.core.Mat
-
- get(int) - Method in class org.opencv.videoio.VideoCapture
-
- get(int) - Method in class org.opencv.videoio.VideoWriter
-
- get_blockSize() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_blockStride() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_cellSize() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_controlMatrix() - Method in class org.opencv.video.KalmanFilter
-
- get_derivAperture() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_errorCovPost() - Method in class org.opencv.video.KalmanFilter
-
- get_errorCovPre() - Method in class org.opencv.video.KalmanFilter
-
- get_filterByArea() - Method in class org.opencv.features2d.Params
-
- get_filterByCircularity() - Method in class org.opencv.features2d.Params
-
- get_filterByColor() - Method in class org.opencv.features2d.Params
-
- get_filterByConvexity() - Method in class org.opencv.features2d.Params
-
- get_filterByInertia() - Method in class org.opencv.features2d.Params
-
- get_gain() - Method in class org.opencv.video.KalmanFilter
-
- get_gammaCorrection() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_histogramNormType() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_L2HysThreshold() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_learnt_thetas() - Method in class org.opencv.ml.LogisticRegression
-
- get_m00() - Method in class org.opencv.imgproc.Moments
-
- get_m01() - Method in class org.opencv.imgproc.Moments
-
- get_m02() - Method in class org.opencv.imgproc.Moments
-
- get_m03() - Method in class org.opencv.imgproc.Moments
-
- get_m10() - Method in class org.opencv.imgproc.Moments
-
- get_m11() - Method in class org.opencv.imgproc.Moments
-
- get_m12() - Method in class org.opencv.imgproc.Moments
-
- get_m20() - Method in class org.opencv.imgproc.Moments
-
- get_m21() - Method in class org.opencv.imgproc.Moments
-
- get_m30() - Method in class org.opencv.imgproc.Moments
-
- get_maxArea() - Method in class org.opencv.features2d.Params
-
- get_maxCircularity() - Method in class org.opencv.features2d.Params
-
- get_maxConvexity() - Method in class org.opencv.features2d.Params
-
- get_maxInertiaRatio() - Method in class org.opencv.features2d.Params
-
- get_maxThreshold() - Method in class org.opencv.features2d.Params
-
- get_measurementMatrix() - Method in class org.opencv.video.KalmanFilter
-
- get_measurementNoiseCov() - Method in class org.opencv.video.KalmanFilter
-
- get_minArea() - Method in class org.opencv.features2d.Params
-
- get_minCircularity() - Method in class org.opencv.features2d.Params
-
- get_minConvexity() - Method in class org.opencv.features2d.Params
-
- get_minDistBetweenBlobs() - Method in class org.opencv.features2d.Params
-
- get_minInertiaRatio() - Method in class org.opencv.features2d.Params
-
- get_minRepeatability() - Method in class org.opencv.features2d.Params
-
- get_minThreshold() - Method in class org.opencv.features2d.Params
-
- get_mu02() - Method in class org.opencv.imgproc.Moments
-
- get_mu03() - Method in class org.opencv.imgproc.Moments
-
- get_mu11() - Method in class org.opencv.imgproc.Moments
-
- get_mu12() - Method in class org.opencv.imgproc.Moments
-
- get_mu20() - Method in class org.opencv.imgproc.Moments
-
- get_mu21() - Method in class org.opencv.imgproc.Moments
-
- get_mu30() - Method in class org.opencv.imgproc.Moments
-
- get_nbins() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_nlevels() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_nu02() - Method in class org.opencv.imgproc.Moments
-
- get_nu03() - Method in class org.opencv.imgproc.Moments
-
- get_nu11() - Method in class org.opencv.imgproc.Moments
-
- get_nu12() - Method in class org.opencv.imgproc.Moments
-
- get_nu20() - Method in class org.opencv.imgproc.Moments
-
- get_nu21() - Method in class org.opencv.imgproc.Moments
-
- get_nu30() - Method in class org.opencv.imgproc.Moments
-
- get_processNoiseCov() - Method in class org.opencv.video.KalmanFilter
-
- get_signedGradient() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_statePost() - Method in class org.opencv.video.KalmanFilter
-
- get_statePre() - Method in class org.opencv.video.KalmanFilter
-
- get_svmDetector() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_thresholdStep() - Method in class org.opencv.features2d.Params
-
- get_transitionMatrix() - Method in class org.opencv.video.KalmanFilter
-
- get_winSigma() - Method in class org.opencv.objdetect.HOGDescriptor
-
- get_winSize() - Method in class org.opencv.objdetect.HOGDescriptor
-
- getAButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the A button on the controller.
- getAButtonPressed() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the A button was pressed since the last check.
- getAButtonReleased() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the A button was released since the last check.
- getAcceleration(ADXL345_I2C.Axes) - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
Get the acceleration of one axis in Gs.
- getAcceleration(ADXL345_SPI.Axes) - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
Get the acceleration of one axis in Gs.
- getAcceleration(ADXL362.Axes) - Method in class edu.wpi.first.wpilibj.ADXL362
-
Get the acceleration of one axis in Gs.
- getAcceleration() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Return the acceleration in Gs.
- getAccelerations() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
Get the acceleration of all axes in Gs.
- getAccelerations() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
Get the acceleration of all axes in Gs.
- getAccelerations() - Method in class edu.wpi.first.wpilibj.ADXL362
-
Get the acceleration of all axes in Gs.
- getAccelerometerX() - Static method in class edu.wpi.first.wpilibj.hal.AccelerometerJNI
-
- getAccelerometerY() - Static method in class edu.wpi.first.wpilibj.hal.AccelerometerJNI
-
- getAccelerometerZ() - Static method in class edu.wpi.first.wpilibj.hal.AccelerometerJNI
-
- getAccumulatorAverage() - Method in class edu.wpi.first.wpilibj.SPI
-
Read the average of the accumulated value.
- getAccumulatorCount() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Read the number of accumulated values.
- getAccumulatorCount(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAccumulatorCount() - Method in class edu.wpi.first.wpilibj.SPI
-
Read the number of accumulated values.
- getAccumulatorLastValue() - Method in class edu.wpi.first.wpilibj.SPI
-
Read the last value read by the accumulator engine.
- getAccumulatorOutput(AccumulatorResult) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Read the accumulated value and the number of accumulated values atomically.
- getAccumulatorOutput(int, AccumulatorResult) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAccumulatorOutput(AccumulatorResult) - Method in class edu.wpi.first.wpilibj.SPI
-
Read the accumulated value and the number of accumulated values atomically.
- getAccumulatorValue() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Read the accumulated value.
- getAccumulatorValue(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAccumulatorValue() - Method in class edu.wpi.first.wpilibj.SPI
-
Read the accumulated value.
- getActiveVarCount() - Method in class org.opencv.ml.RTrees
-
- getAffineTransform(MatOfPoint2f, MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
-
- getAlgorithmType() - Method in class org.opencv.ml.KNearest
-
- getAll(int) - Static method in class edu.wpi.first.wpilibj.SolenoidBase
-
Read all 8 solenoids from the specified module as a single byte.
- getAll() - Method in class edu.wpi.first.wpilibj.SolenoidBase
-
Read all 8 solenoids from the module used by this solenoid as a single byte.
- getAlliance() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the current alliance from the FMS.
- getAllianceStation() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getAllSolenoids(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- getAnalogAverageBits(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogAverageValue(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogAverageVoltage(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogGyroAngle(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- getAnalogGyroCenter(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- getAnalogGyroOffset(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- getAnalogGyroRate(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- getAnalogLSBWeight(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogOffset(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogOutput(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogOversampleBits(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogSampleRate() - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogTriggerInWindow(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogTriggerOutput(int, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogTriggerTriggerState(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogTriggerTypeForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
- getAnalogTriggerTypeForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
Get the analog trigger type.
- getAnalogTriggerTypeForRouting() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
If this is an analog trigger.
- getAnalogValue(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogVoltage(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAnalogVoltsToValue(int, double) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- getAngle() - Method in class edu.wpi.first.wpilibj.ADXRS450_Gyro
-
- getAngle() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
- getAngle() - Method in interface edu.wpi.first.wpilibj.interfaces.Gyro
-
Return the actual angle in degrees that the robot is currently facing.
- getAngle() - Method in class edu.wpi.first.wpilibj.Servo
-
Get the servo angle.
- getAutoDroppedCount() - Method in class edu.wpi.first.wpilibj.SPI
-
Get the number of bytes dropped by the automatic SPI transfer engine due
to the receive buffer being full.
- getAutonomous() - Method in class edu.wpi.first.wpilibj.hal.ControlWord
-
- getAverageBits() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the number of averaging bits.
- getAverageValue() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get a sample from the output of the oversample and average engine for this channel.
- getAverageVoltage() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get a scaled sample from the output of the oversample and average engine for this channel.
- getAvgError() - Method in class edu.wpi.first.wpilibj.PIDController
-
- getAxis(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
-
- getAxisChannel(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
-
- getAxisCount() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the number of axes for the HID.
- getAxisType(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the axis type of a joystick axis.
- getBackButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the back button on the controller.
- getBackButtonPressed() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the back button was pressed since the last check.
- getBackButtonReleased() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the back button was released since the last check.
- getBackgroundImage(Mat) - Method in class org.opencv.video.BackgroundSubtractor
-
- getBackgroundRatio() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getBackpropMomentumScale() - Method in class org.opencv.ml.ANN_MLP
-
- getBackpropWeightScale() - Method in class org.opencv.ml.ANN_MLP
-
- getBatteryVoltage() - Method in class edu.wpi.first.wpilibj.DriverStation
-
- getBatteryVoltage() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Read the battery voltage.
- getBButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the B button on the controller.
- getBButtonPressed() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the B button was pressed since the last check.
- getBButtonReleased() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the B button was released since the last check.
- getBias() - Method in class org.opencv.photo.TonemapDrago
-
- getBlockSize() - Method in class org.opencv.calib3d.StereoMatcher
-
- getBlockSize() - Method in class org.opencv.features2d.GFTTDetector
-
- getBoolean(boolean) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a boolean.
- getBoolean(int, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getBoolean() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's boolean value.
- getBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the boolean the key maps to.
- getBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the boolean at the given key.
- getBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the boolean the key maps to.
- getBoolean(String, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the boolean the key maps to.
- getBooleanArray(boolean[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a boolean array.
- getBooleanArray(Boolean[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a boolean array.
- getBooleanArray(int, boolean[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getBooleanArray() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's boolean array value.
- getBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the boolean array the key maps to.
- getBooleanArray(String, Boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the boolean array the key maps to.
- getBooleanArray(String, boolean[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the boolean array the key maps to.
- getBooleanArray(String, Boolean[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the boolean array the key maps to.
- getBooleanArray(String, boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the boolean array the key maps to.
- getBooleanArray(String, Boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the boolean array the key maps to.
- getBooleanProperty(String, boolean) - Static method in class edu.wpi.first.wpilibj.RobotBase
-
- getBoostType() - Method in class org.opencv.ml.Boost
-
- getBrightness() - Method in class edu.wpi.cscore.VideoCamera
-
Get the brightness, as a percentage (0-100).
- getBrownedOut() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getBuildInformation() - Static method in class org.opencv.core.Core
-
- getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
Is the bumper pressed.
- getBumper() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
Is the bumper pressed.
- getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the bumper button on the controller.
- getBumperPressed(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the bumper was pressed since the last check.
- getBumperReleased(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the bumper was released since the last check.
- getButton(Joystick.ButtonType) - Method in class edu.wpi.first.wpilibj.Joystick
-
- getButtonCount() - Method in class edu.wpi.first.wpilibj.GenericHID
-
For the current HID, return the number of buttons.
- getBytesReceived() - Method in class edu.wpi.first.wpilibj.SerialPort
-
Get the number of bytes currently available to read from the serial port.
- getC() - Method in class org.opencv.ml.SVM
-
- getCalculateVarImportance() - Method in class org.opencv.ml.RTrees
-
- getCall() - Method in class edu.wpi.first.networktables.RpcCall
-
Get the call native handle.
- getCameraBrightness(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- GetCANStatus(CANStatus) - Static method in class edu.wpi.first.wpilibj.can.CANJNI
-
- getCANStatus() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the current status of the CAN bus.
- getCatCount(int) - Method in class org.opencv.ml.TrainData
-
- getCatMap() - Method in class org.opencv.ml.TrainData
-
- getCatOfs() - Method in class org.opencv.ml.TrainData
-
- getCenter() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
Return the gyro center value set during calibration to use as a future preset.
- getChannel() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the channel number.
- getChannel() - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
Get the channel of this AnalogOutput.
- getChannel() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
- getChannel() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
Get the channel of the digital input.
- getChannel() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
Get the GPIO channel number that this object represents.
- getChannel() - Method in class edu.wpi.first.wpilibj.DigitalSource
-
- getChannel() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Gets the channel number associated with the object.
- getChannel() - Method in class edu.wpi.first.wpilibj.PWM
-
Gets the channel number associated with the PWM Object.
- getChannel() - Method in class edu.wpi.first.wpilibj.Relay
-
Get the channel number.
- getChoices() - Method in class edu.wpi.cscore.VideoProperty
-
- getClassLabels() - Method in class org.opencv.ml.TrainData
-
- getClassWeights() - Method in class org.opencv.ml.SVM
-
- getClipLimit() - Method in class org.opencv.imgproc.CLAHE
-
- getClosedLoopControl() - Method in class edu.wpi.first.wpilibj.Compressor
-
Gets the current operating mode of the PCM.
- getClustersNumber() - Method in class org.opencv.ml.EM
-
- getCoef0() - Method in class org.opencv.ml.SVM
-
- getColorAdaptation() - Method in class org.opencv.photo.TonemapReinhard
-
- getComplexityReductionThreshold() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getCompressor(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorClosedLoopControl(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorCurrent() - Method in class edu.wpi.first.wpilibj.Compressor
-
Get the current being used by the compressor.
- getCompressorCurrent(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorCurrentTooHighFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
If PCM is in fault state : Compressor Drive is disabled due to compressor current being too
high.
- getCompressorCurrentTooHighFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorCurrentTooHighStickyFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
If PCM sticky fault is set : Compressor is disabled due to compressor current being too
high.
- getCompressorCurrentTooHighStickyFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorNotConnectedFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
If PCM is in fault state : Compressor does not appear to be wired, i.e.
- getCompressorNotConnectedFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorNotConnectedStickyFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
If PCM sticky fault is set : Compressor does not appear to be wired, i.e.
- getCompressorNotConnectedStickyFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorPressureSwitch(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorShortedFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
If PCM is in fault state : Compressor output appears to be shorted.
- getCompressorShortedFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorShortedStickyFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
If PCM sticky fault is set : Compressor output appears to be shorted.
- getCompressorShortedStickyFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getConnections() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Gets information on the currently established network connections.
- getConnections(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getContinuousError(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Wraps error around for continuous inputs.
- getContrast() - Method in class org.opencv.photo.TonemapDurand
-
- getContrastWeight() - Method in class org.opencv.photo.MergeMertens
-
- getControlWord(ControlWord) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getCounter(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- getCounter() - Method in class org.opencv.core.TickMeter
-
- getCounterDirection(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- getCounterPeriod(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- getCounterSamplesToAverage(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- getCounterStopped(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- getCovarianceMatrixType() - Method in class org.opencv.ml.EM
-
- getCovs(List<Mat>) - Method in class org.opencv.ml.EM
-
- getCPUTickCount() - Static method in class org.opencv.core.Core
-
- getCurrent(int) - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Query the current of a single channel of the PDP.
- getCurrent3V3() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getCurrent3V3() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the current output of the 3.3V rail.
- getCurrent5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getCurrent5V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the current output of the 5V rail.
- getCurrent6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getCurrent6V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the current output of the 6V rail.
- getCurrentCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Returns the command which currently claims this subsystem.
- getCurrentCommandName() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Returns the current command name, or empty string if no current command.
- getCurrentThreadIsRealTime() - Static method in class edu.wpi.first.wpilibj.hal.ThreadsJNI
-
- getCurrentThreadIsRealTime() - Static method in class edu.wpi.first.wpilibj.Threads
-
Get if the current thread is realtime.
- getCurrentThreadPriority() - Static method in class edu.wpi.first.wpilibj.hal.ThreadsJNI
-
- getCurrentThreadPriority() - Static method in class edu.wpi.first.wpilibj.Threads
-
Get the thread priority for the current thread.
- getCut() - Method in class org.opencv.photo.AlignMTB
-
- getCVFolds() - Method in class org.opencv.ml.DTrees
-
- getD() - Method in class edu.wpi.first.wpilibj.PIDController
-
Get the Differential coefficient.
- getD() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- getDaimlerPeopleDetector() - Static method in class org.opencv.objdetect.HOGDescriptor
-
- getData() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Copy data from the DS task for the user.
- getData(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the value at the specified key.
- getDecisionFunction(int, Mat, Mat) - Method in class org.opencv.ml.SVM
-
- getDefault() - Method in class edu.wpi.cscore.VideoProperty
-
- getDefault() - Static method in class edu.wpi.first.networktables.NetworkTableInstance
-
Get global default instance.
- getDefaultCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Returns the default command (or null if there is none).
- getDefaultCommandName() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Returns the default command name, or empty string is there is none.
- getDefaultInstance() - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getDefaultK() - Method in class org.opencv.ml.KNearest
-
- getDefaultName() - Method in class org.opencv.core.Algorithm
-
- getDefaultNewCameraMatrix(Mat, Size, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- getDefaultNewCameraMatrix(Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- getDefaultPeopleDetector() - Static method in class org.opencv.objdetect.HOGDescriptor
-
- getDefaultSolenoidModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Get the number of the default solenoid module.
- getDefaultSubstValues() - Method in class org.opencv.ml.TrainData
-
- getDegree() - Method in class org.opencv.ml.SVM
-
- getDelta() - Method in class org.opencv.features2d.MSER
-
- getDeltaSetpoint() - Method in class edu.wpi.first.wpilibj.PIDController
-
Returns the change in setpoint over time of the PIDController.
- getDerivKernels(Mat, Mat, int, int, int, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
-
- getDerivKernels(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- getDescription() - Method in class edu.wpi.cscore.VideoSink
-
Get the sink description.
- getDescription() - Method in class edu.wpi.cscore.VideoSource
-
Get the source description.
- getDescription() - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
- getDescription() - Method in class edu.wpi.first.wpilibj.drive.KilloughDrive
-
- getDescription() - Method in class edu.wpi.first.wpilibj.drive.MecanumDrive
-
- getDescription() - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- getDescription() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- getDescription() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
- getDescription() - Method in class edu.wpi.first.wpilibj.Relay
-
- getDescription() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- getDescription() - Method in class edu.wpi.first.wpilibj.SafePWM
-
- getDescriptorChannels() - Method in class org.opencv.features2d.AKAZE
-
- getDescriptors() - Method in class org.opencv.features2d.BOWTrainer
-
- getDescriptorSize() - Method in class org.opencv.features2d.AKAZE
-
- getDescriptorSize() - Method in class org.opencv.objdetect.HOGDescriptor
-
- getDescriptorType() - Method in class org.opencv.features2d.AKAZE
-
- getDetectShadows() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getDetectShadows() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getDiffusivity() - Method in class org.opencv.features2d.AKAZE
-
- getDiffusivity() - Method in class org.opencv.features2d.KAZE
-
- getDIO(int) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- getDIODirection(int) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- getDirection() - Method in class edu.wpi.first.wpilibj.Counter
-
The last direction the counter value changed.
- getDirection() - Method in interface edu.wpi.first.wpilibj.CounterBase
-
Determine which direction the counter is going.
- getDirection() - Method in class edu.wpi.first.wpilibj.Encoder
-
The last direction the encoder value changed.
- getDirectionDegrees() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the direction of the vector formed by the joystick and its origin in degrees.
- getDirectionRadians() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the direction of the vector formed by the joystick and its origin in radians.
- getDisp12MaxDiff() - Method in class org.opencv.calib3d.StereoMatcher
-
- getDist2Threshold() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getDistance() - Method in class edu.wpi.first.wpilibj.Counter
-
Read the current scaled counter value.
- getDistance() - Method in class edu.wpi.first.wpilibj.Encoder
-
- getDistancePerPulse() - Method in class edu.wpi.first.wpilibj.Encoder
-
Get the distance per pulse for this encoder.
- getDistanceUnits() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Get the current DistanceUnit that is used for the PIDSource base object.
- getDouble(double) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a double.
- getDouble(int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getDouble() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's double value.
- getDouble(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getDouble(String, double) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the double at the given key.
- getDouble(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getDoubleArray(double[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a double array.
- getDoubleArray(Double[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a double array.
- getDoubleArray(int, double[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getDoubleArray() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's double array value.
- getDSAttached() - Method in class edu.wpi.first.wpilibj.hal.ControlWord
-
- getEdge(int, int) - Method in class org.opencv.imgproc.Subdiv2D
-
- getEdgeList(MatOfFloat4) - Method in class org.opencv.imgproc.Subdiv2D
-
- getEdgeThreshold() - Method in class org.opencv.features2d.ORB
-
- getEmax() - Method in class org.opencv.ml.KNearest
-
- getEnabled() - Method in class edu.wpi.first.wpilibj.hal.ControlWord
-
- getEnabled3V3() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getEnabled3V3() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the enabled state of the 3.3V rail.
- getEnabled5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getEnabled5V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the enabled state of the 5V rail.
- getEnabled6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getEnabled6V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the enabled state of the 6V rail.
- getEncoder(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderDecodingScaleFactor(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderDirection(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderDistance(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderDistancePerPulse(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderEncodingScale(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderEncodingType(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderFPGAIndex(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderPeriod(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderRate(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderRaw(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderSamplesToAverage(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncoderStopped(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEncodingScale() - Method in class edu.wpi.first.wpilibj.Encoder
-
Used to divide raw edge counts down to spec'd counts.
- getEncodingScaleFactor(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- getEntries(String, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Get entries starting with the given prefix.
- getEntries(int, String, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEntry() - Method in class edu.wpi.first.networktables.EntryNotification
-
Get the entry as an object.
- getEntry(String) - Method in class edu.wpi.first.networktables.NetworkTable
-
Gets the entry for a subkey.
- getEntry(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Gets the entry for a key.
- getEntry(int, String) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEntry() - Method in class edu.wpi.first.networktables.RpcCall
-
Get the RPC entry.
- getEntry(String) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Add a property without getters or setters.
- getEntry(String) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Add a property without getters or setters.
- getEntry(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the entry for the specified key.
- getEntryFlags(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEntryInfo(String, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Get information about entries starting with the given prefix.
- getEntryInfo(NetworkTableInstance, int, String, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEntryInfoHandle(NetworkTableInstance, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEntryLastChange(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEntryName(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getEnumPropertyChoices(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getEpsilon() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getError() - Method in class edu.wpi.cscore.CvSink
-
Get error string.
- getError() - Method in class edu.wpi.first.wpilibj.PIDController
-
Returns the current difference of the input from the setpoint.
- getError() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- getEStop() - Method in class edu.wpi.first.wpilibj.hal.ControlWord
-
- getEventName() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the event name.
- getExcludeRange() - Method in class org.opencv.photo.AlignMTB
-
- getExpiration() - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- getExpiration() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- getExpiration() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Retrieve the timeout value for the corresponding motor safety object.
- getExpiration() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Return the safety expiration time.
- getExpiration() - Method in class edu.wpi.first.wpilibj.Relay
-
- getExpiration() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- getExpiration() - Method in class edu.wpi.first.wpilibj.SafePWM
-
Return the expiration time for the PWM object.
- getExposureWeight() - Method in class org.opencv.photo.MergeMertens
-
- getExtended() - Method in class org.opencv.features2d.KAZE
-
- getF() - Method in class edu.wpi.first.wpilibj.PIDController
-
Get the Feed forward coefficient.
- getFastPyramids() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getFastThreshold() - Method in class org.opencv.features2d.ORB
-
- getFaultCount3V3() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getFaultCount3V3() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the count of the total current faults on the 3.3V rail since the controller has booted.
- getFaultCount5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getFaultCount5V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the count of the total current faults on the 5V rail since the controller has booted.
- getFaultCount6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getFaultCount6V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the count of the total current faults on the 6V rail since the controller has booted.
- getFeatureType() - Method in class org.opencv.objdetect.CascadeClassifier
-
- getFileExtension() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- getFilePrefix() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- getFilterPeriod(int) - Static method in class edu.wpi.first.wpilibj.hal.DigitalGlitchFilterJNI
-
- getFilterSelect(int) - Static method in class edu.wpi.first.wpilibj.hal.DigitalGlitchFilterJNI
-
- getFirstLevel() - Method in class org.opencv.features2d.ORB
-
- getFlags() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Returns the flags.
- getFlags(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the flags for the specified key.
- getFlags(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the flags for the specified key.
- getFlags(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the flags for the specified key.
- getFlags() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getFlags() - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- getFloat(String, float) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the float at the given key.
- getFMSAttached() - Method in class edu.wpi.first.wpilibj.hal.ControlWord
-
- getFPGAButton() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getFPGAIndex() - Method in class edu.wpi.first.wpilibj.Counter
-
The counter's FPGA index.
- getFPGAIndex() - Method in class edu.wpi.first.wpilibj.Encoder
-
Get the FPGA index of the encoder.
- getFPGARevision() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getFPGARevision() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Return the FPGA Revision number.
- getFPGATime() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getFPGATime() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Read the microsecond timer from the FPGA.
- getFPGATime() - Static method in class edu.wpi.first.wpilibj.Utility
-
- getFPGATimestamp() - Method in class edu.wpi.first.wpilibj.internal.HardwareTimer
-
Return the system clock time in seconds.
- getFPGATimestamp() - Static method in class edu.wpi.first.wpilibj.Timer
-
Return the system clock time in seconds.
- getFPGATimestamp() - Method in interface edu.wpi.first.wpilibj.Timer.StaticInterface
-
- getFPGAVersion() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getFPGAVersion() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Return the FPGA Version number.
- getFromInt(int) - Static method in enum edu.wpi.first.networktables.NetworkTableType
-
- getGaborKernel(Size, double, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- getGaborKernel(Size, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- getGameSpecificMessage() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the game specific message.
- getGamma() - Method in class org.opencv.ml.SVM
-
- getGamma() - Method in class org.opencv.photo.Tonemap
-
- getGamma() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getGaussianKernel(int, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- getGaussianKernel(int, double) - Static method in class org.opencv.imgproc.Imgproc
-
- getGlobalSampleRate() - Static method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the current sample rate.
- getGroup() - Method in class edu.wpi.first.wpilibj.command.Command
-
- getHALErrno() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getHALErrorMessage(int) - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getHALRuntimeType() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getHALstrerror(int) - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getHALstrerror() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getHandle() - Method in class edu.wpi.cscore.VideoSink
-
- getHandle() - Method in class edu.wpi.cscore.VideoSource
-
- getHandle() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the native handle for the entry.
- getHandle() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Gets the native handle for the entry.
- getHarrisDetector() - Method in class org.opencv.features2d.GFTTDetector
-
- getHierarchy(String) - Static method in class edu.wpi.first.networktables.NetworkTable
-
Gets a list of the names of all the super tables of a given key.
- getHistory() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getHistory() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getHostname() - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getHttpCameraKind(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getHttpCameraKind() - Method in class edu.wpi.cscore.HttpCamera
-
Get the kind of HTTP camera.
- getHttpCameraKindFromInt(int) - Static method in class edu.wpi.cscore.HttpCamera
-
- getHttpCameraUrls(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getI() - Method in class edu.wpi.first.wpilibj.PIDController
-
Get the Integral coefficient.
- getI() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- getIndex() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Return the index of the analog trigger.
- getInfo() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets combined information about the entry.
- getInitialStepSize() - Method in class org.opencv.ml.SVMSGD
-
- getInnerIterations() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getInputCurrent() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getInputCurrent() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the input current to the robot controller.
- getInputVoltage() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getInputVoltage() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the input voltage to the robot controller.
- getInstance() - Method in class edu.wpi.first.networktables.ConnectionNotification
-
- getInstance() - Method in class edu.wpi.first.networktables.NetworkTable
-
Gets the instance for the table.
- getInstance() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the instance for the entry.
- getInstance() - Static method in class edu.wpi.first.wpilibj.CameraServer
-
Get the CameraServer instance.
- getInstance() - Static method in class edu.wpi.first.wpilibj.command.Scheduler
-
Returns the
Scheduler
, creating it if one does not exist.
- getInstance() - Static method in class edu.wpi.first.wpilibj.DriverStation
-
Gets an instance of the DriverStation.
- getInstance() - Static method in class edu.wpi.first.wpilibj.Preferences
-
Returns the preferences instance.
- getInstanceFromHandle(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getInt(String, int) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the int at the given key.
- getIntensity() - Method in class org.opencv.photo.TonemapReinhard
-
- getInverted() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
- getInverted() - Method in class edu.wpi.first.wpilibj.PWMSpeedController
-
- getInverted() - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Common interface for returning if a speed controller is in the inverted state or not.
- getInverted() - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- getInWindow() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Return the InWindow output of the analog trigger.
- getIsClassifier() - Method in class org.opencv.ml.KNearest
-
- getIterations() - Method in class org.opencv.ml.LogisticRegression
-
- getJoystickAxes(byte, float[]) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getJoystickAxisType(int, int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Returns the types of Axes on a given joystick port.
- getJoystickAxisType(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getJoystickButtons(byte, ByteBuffer) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getJoystickIsXbox(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets the value of isXbox on a joystick.
- getJoystickIsXbox(byte) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getJoystickName(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets the name of the joystick at a port.
- getJoystickName(byte) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getJoystickPOVs(byte, short[]) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getJoystickType(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets the value of type on a joystick.
- getJoystickType(byte) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getK() - Method in class org.opencv.features2d.GFTTDetector
-
- getKernelType() - Method in class org.opencv.ml.SVM
-
- getKeys(int) - Method in class edu.wpi.first.networktables.NetworkTable
-
Gets all keys in the table (not including sub-tables).
- getKeys() - Method in class edu.wpi.first.networktables.NetworkTable
-
Gets all keys in the table (not including sub-tables).
- getKeys(int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
- getKeys() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets all keys in the table (not including sub-tables).
- getKeys() - Method in class edu.wpi.first.wpilibj.Preferences
-
Gets the vector of keys.
- getKeys(int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Get the keys stored in the SmartDashboard table of NetworkTables.
- getKeys() - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Get the keys stored in the SmartDashboard table of NetworkTables.
- getKeys(int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets all keys in the table (not including sub-tables).
- getKeys() - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets all keys in the table (not including sub-tables).
- getKind() - Method in class edu.wpi.cscore.VideoProperty
-
- getKind() - Method in class edu.wpi.cscore.VideoSink
-
Get the kind of the sink.
- getKind() - Method in class edu.wpi.cscore.VideoSource
-
Get the kind of the source.
- getKindFromInt(int) - Static method in class edu.wpi.cscore.VideoEvent
-
- getKindFromInt(int) - Static method in class edu.wpi.cscore.VideoProperty
-
- getKindFromInt(int) - Static method in class edu.wpi.cscore.VideoSink
-
- getKindFromInt(int) - Static method in class edu.wpi.cscore.VideoSource
-
- getkNNSamples() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getLambda() - Method in class org.opencv.photo.CalibrateDebevec
-
- getLambda() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getLastChange() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the last time the entry's value was changed.
- getLastFrameTime() - Method in class edu.wpi.cscore.VideoSource
-
Get the last time a frame was captured.
- getLayerSizes() - Method in class org.opencv.ml.ANN_MLP
-
- getLayout() - Method in class org.opencv.ml.TrainData
-
- getLeadingEdgeList(MatOfInt) - Method in class org.opencv.imgproc.Subdiv2D
-
- getLearningRate() - Method in class org.opencv.ml.LogisticRegression
-
- getLibraryResource(String) - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- getLightAdaptation() - Method in class org.opencv.photo.TonemapReinhard
-
- getListenAddress() - Method in class edu.wpi.cscore.MjpegServer
-
Get the listen address of the server.
- getLocation() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets the location of the team's driver station controls.
- getLong(String, long) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the long at the given key.
- getLoopTiming() - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- getLSBWeight() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the factory scaling least significant bit weight constant.
- getMagnitude() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the magnitude of the direction vector formed by the joystick's current position relative to
its origin.
- getMarginRegularization() - Method in class org.opencv.ml.SVMSGD
-
- getMarginType() - Method in class org.opencv.ml.SVMSGD
-
- getMatchInfo(MatchInfoData) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getMatchNumber() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the match number.
- getMatchTime() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Return the approximate match time.
- getMatchTime() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getMatchTime() - Method in class edu.wpi.first.wpilibj.internal.HardwareTimer
-
- getMatchTime() - Static method in class edu.wpi.first.wpilibj.Timer
-
Return the approximate match time.
- getMatchTime() - Method in interface edu.wpi.first.wpilibj.Timer.StaticInterface
-
- getMatchType() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the match type.
- getMax() - Method in class edu.wpi.cscore.VideoProperty
-
- getMaxArea() - Method in class org.opencv.features2d.MSER
-
- getMaxBits() - Method in class org.opencv.photo.AlignMTB
-
- getMaxCategories() - Method in class org.opencv.ml.DTrees
-
- getMaxDepth() - Method in class org.opencv.ml.DTrees
-
- getMaxFeatures() - Method in class org.opencv.features2d.GFTTDetector
-
- getMaxFeatures() - Method in class org.opencv.features2d.ORB
-
- getMaxIter() - Method in class org.opencv.photo.CalibrateRobertson
-
- getMaxLevel() - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- getMeans() - Method in class org.opencv.ml.EM
-
- getMedianFiltering() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getMessage(double, double, double) - Static method in exception edu.wpi.first.wpilibj.util.BoundaryException
-
Returns the message for a boundary exception.
- getMin() - Method in class edu.wpi.cscore.VideoProperty
-
- getMinArea() - Method in class org.opencv.features2d.MSER
-
- getMinDisparity() - Method in class org.opencv.calib3d.StereoMatcher
-
- getMinDistance() - Method in class org.opencv.features2d.GFTTDetector
-
- getMinEigThreshold() - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- getMiniBatchSize() - Method in class org.opencv.ml.LogisticRegression
-
- getMinSampleCount() - Method in class org.opencv.ml.DTrees
-
- getMissing() - Method in class org.opencv.ml.TrainData
-
- getMjpegServerListenAddress(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getMjpegServerPort(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getMode() - Method in class org.opencv.calib3d.StereoSGBM
-
- getNAllVars() - Method in class org.opencv.ml.TrainData
-
- getName() - Method in class edu.wpi.cscore.VideoProperty
-
- getName() - Method in class edu.wpi.cscore.VideoSink
-
Get the name of the sink.
- getName() - Method in class edu.wpi.cscore.VideoSource
-
Get the name of the source.
- getName() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the name of the entry (the key).
- getName() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getName() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the name of the HID.
- getName() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
- getName() - Method in interface edu.wpi.first.wpilibj.NamedSendable
-
Deprecated.
The name of the subtable.
- getName() - Method in interface edu.wpi.first.wpilibj.Sendable
-
- getName() - Method in class edu.wpi.first.wpilibj.SendableBase
-
- getNativeObjAddr() - Method in class org.opencv.core.Mat
-
- getNetworkInterfaces() - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getNetworkMode() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Get the current network mode.
- getNetworkMode(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getNLevels() - Method in class org.opencv.features2d.ORB
-
- getNMixtures() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getNOctaveLayers() - Method in class org.opencv.features2d.AKAZE
-
- getNOctaveLayers() - Method in class org.opencv.features2d.KAZE
-
- getNOctaves() - Method in class org.opencv.features2d.AKAZE
-
- getNOctaves() - Method in class org.opencv.features2d.KAZE
-
- getNonmaxSuppression() - Method in class org.opencv.features2d.AgastFeatureDetector
-
- getNonmaxSuppression() - Method in class org.opencv.features2d.FastFeatureDetector
-
- getNormCatResponses() - Method in class org.opencv.ml.TrainData
-
- getNSamples() - Method in class org.opencv.ml.TrainData
-
- getNSamples() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getNTestSamples() - Method in class org.opencv.ml.TrainData
-
- getNTrainSamples() - Method in class org.opencv.ml.TrainData
-
- getNu() - Method in class org.opencv.ml.SVM
-
- getNumAccumulators() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumAnalogInputs() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumAnalogOutputs() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumAnalogTriggers() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumber(Number) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a double.
- getNumber(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the number the key maps to.
- getNumber(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the number the key maps to.
- getNumber(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the number the key maps to.
- getNumberArray(Number[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a double array.
- getNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the number array the key maps to.
- getNumberArray(String, Double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the number array the key maps to.
- getNumberArray(String, double[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the number array the key maps to.
- getNumberArray(String, Double[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the number array the key maps to.
- getNumberArray(String, double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the number array the key maps to.
- getNumberArray(String, Double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the number array the key maps to.
- getNumberOfCPUs() - Static method in class org.opencv.core.Core
-
- getNumCounters() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumDigitalChannels() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumDigitalHeaders() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumDigitalPWMOutputs() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumDisparities() - Method in class org.opencv.calib3d.StereoMatcher
-
- getNumEncoders() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumInterrupts() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumIters() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getNumLevels() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getNumMotors() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- getNumPCMModules() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumPDPChannels() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumPDPModules() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumPWMChannels() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumPWMHeaders() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumRelayChannels() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumRelayHeaders() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumSolenoidChannels() - Static method in class edu.wpi.first.wpilibj.hal.PortsJNI
-
- getNumThreads() - Static method in class org.opencv.core.Core
-
- getNVars() - Method in class org.opencv.ml.TrainData
-
- getOffset() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
Return the gyro offset value set during calibration to use as a future preset.
- getOffset() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the factory scaling offset constant.
- getOptimalDFTSize(int) - Static method in class org.opencv.core.Core
-
- getOptimalNewCameraMatrix(Mat, Mat, Size, double, Size, Rect, boolean) - Static method in class org.opencv.calib3d.Calib3d
-
- getOptimalNewCameraMatrix(Mat, Mat, Size, double) - Static method in class org.opencv.calib3d.Calib3d
-
- getOriginalWindowSize() - Method in class org.opencv.objdetect.CascadeClassifier
-
- getOuterIterations() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getOversampleBits() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the number of oversample bits.
- getP() - Method in class edu.wpi.first.wpilibj.PIDController
-
Get the Proportional coefficient.
- getP() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- getP() - Method in class org.opencv.ml.SVM
-
- getP1() - Method in class org.opencv.calib3d.StereoSGBM
-
- getP2() - Method in class org.opencv.calib3d.StereoSGBM
-
- getPass2Only() - Method in class org.opencv.features2d.MSER
-
- getPatchSize() - Method in class org.opencv.features2d.ORB
-
- getPath() - Method in class edu.wpi.cscore.UsbCamera
-
Get the path to the device.
- getPath() - Method in class edu.wpi.first.networktables.NetworkTable
- getPath() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the full path of this table.
- getPath() - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the full path of this table.
- getPCMSolenoidBlackList(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- getPCMSolenoidBlackList(int) - Static method in class edu.wpi.first.wpilibj.SolenoidBase
-
Reads complete solenoid blacklist for all 8 solenoids as a single byte.
- getPCMSolenoidBlackList() - Method in class edu.wpi.first.wpilibj.SolenoidBase
-
Reads complete solenoid blacklist for all 8 solenoids as a single byte.
- getPCMSolenoidVoltageFault(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- getPCMSolenoidVoltageFault(int) - Static method in class edu.wpi.first.wpilibj.SolenoidBase
-
The common highside solenoid voltage rail is too low, most likely a solenoid channel is
shorted.
- getPCMSolenoidVoltageFault() - Method in class edu.wpi.first.wpilibj.SolenoidBase
-
The common highside solenoid voltage rail is too low, most likely a solenoid channel is
shorted.
- getPCMSolenoidVoltageStickyFault(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- getPCMSolenoidVoltageStickyFault(int) - Static method in class edu.wpi.first.wpilibj.SolenoidBase
-
If true, the common highside solenoid voltage rail is too low, most likely a solenoid channel
is shorted.
- getPCMSolenoidVoltageStickyFault() - Method in class edu.wpi.first.wpilibj.SolenoidBase
-
If true, the common highside solenoid voltage rail is too low, most likely a solenoid channel
is shorted.
- getPDPChannelCurrent(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- getPDPTemperature(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- getPDPTotalCurrent(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- getPDPTotalEnergy(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- getPDPTotalPower(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- getPDPVoltage(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- getPeriod() - Method in class edu.wpi.first.wpilibj.Counter
-
Get the Period of the most recent count.
- getPeriod() - Method in interface edu.wpi.first.wpilibj.CounterBase
-
Get the time between the last two edges counted.
- getPeriod() - Method in class edu.wpi.first.wpilibj.Encoder
-
- getPeriodCycles() - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Gets the number of FPGA cycles that the input must hold steady to pass through this glitch
filter.
- getPeriodNanoSeconds() - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Gets the number of nanoseconds that the input must hold steady to pass through this glitch
filter.
- getPerspectiveTransform(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- getPIDController() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
- getPIDController() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.Counter
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.Encoder
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.filters.Filter
-
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.GyroBase
-
- getPIDSourceType() - Method in interface edu.wpi.first.wpilibj.PIDSource
-
Get which parameter of the device you are using as a process control variable.
- getPIDSourceType() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- getPixelFormatFromInt(int) - Static method in class edu.wpi.cscore.VideoMode
-
- getPlatformPath() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- getPolyN() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getPolySigma() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getPort() - Method in class edu.wpi.cscore.MjpegServer
-
Get the port number of the server.
- getPort() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the port number of the HID.
- getPort(byte) - Static method in class edu.wpi.first.wpilibj.hal.JNIWrapper
-
- getPortHandleForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
- getPortHandleForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
Get the HAL Port Handle.
- getPortHandleForRouting() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
The channel routing number.
- getPortWithModule(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.JNIWrapper
-
- getPosition() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
Returns the current position.
- getPosition() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Returns the current position.
- getPosition() - Method in class edu.wpi.first.wpilibj.PWM
-
Get the PWM value in terms of a position.
- getPOV(int) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getPOV(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the angle in degrees of a POV on the HID.
- getPOV() - Method in class edu.wpi.first.wpilibj.GenericHID
-
- getPOVCount() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getPOVCount() - Method in class edu.wpi.first.wpilibj.GenericHID
-
For the current HID, return the number of POVs.
- getPreFilterCap() - Method in class org.opencv.calib3d.StereoBM
-
- getPreFilterCap() - Method in class org.opencv.calib3d.StereoSGBM
-
- getPreFilterSize() - Method in class org.opencv.calib3d.StereoBM
-
- getPreFilterType() - Method in class org.opencv.calib3d.StereoBM
-
- getPressureSwitchValue() - Method in class edu.wpi.first.wpilibj.Compressor
-
Get the pressure switch value.
- getPrettyValue() - Method in enum edu.wpi.first.wpilibj.Relay.Value
-
- getPriors() - Method in class org.opencv.ml.DTrees
-
- getProperty(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getProperty() - Method in class edu.wpi.cscore.VideoEvent
-
- getProperty(String) - Method in class edu.wpi.cscore.VideoSource
-
Get a property.
- getPropertyDefault(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getPropertyKind(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getPropertyMax(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getPropertyMin(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getPropertyName(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getPropertyStep(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getPWMConfigRaw(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- getPWMEliminateDeadband(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- getPWMPosition(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- getPWMRaw(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- getPWMSpeed(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- getPyrScale() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getQualityLevel() - Method in class org.opencv.features2d.GFTTDetector
-
- getRadiance() - Method in class org.opencv.photo.CalibrateRobertson
-
- getRandom() - Method in class org.opencv.photo.CalibrateDebevec
-
- getRangeInches() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Get the range in inches from the ultrasonic sensor.
- getRangeMM() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Get the range in millimeters from the ultrasonic sensor.
- getRate() - Method in class edu.wpi.first.wpilibj.ADXRS450_Gyro
-
- getRate() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
- getRate() - Method in class edu.wpi.first.wpilibj.Counter
-
Get the current rate of the Counter.
- getRate() - Method in class edu.wpi.first.wpilibj.Encoder
-
Get the current rate of the encoder.
- getRate() - Method in interface edu.wpi.first.wpilibj.interfaces.Gyro
-
Return the rate of rotation of the gyro.
- getRaw(byte[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a raw value (byte array).
- getRaw(int, byte[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getRaw() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's raw value.
- getRaw() - Method in class edu.wpi.first.wpilibj.Encoder
-
Gets the raw value from the encoder.
- getRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the raw value (byte array) the key maps to.
- getRaw() - Method in class edu.wpi.first.wpilibj.PWM
-
Get the PWM value directly from the hardware.
- getRaw(String, byte[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the raw value (byte array) the key maps to.
- getRaw(String, byte[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the raw value (byte array) the key maps to.
- getRawAxis(int) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getRawAxis(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the value of the axis.
- getRawBounds() - Method in class edu.wpi.first.wpilibj.PWM
-
Gets the bounds on the PWM pulse widths.
- getRawButton(int) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getRawButton(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the button value (starting at button 1).
- getRawButtonPressed(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Whether the button was pressed since the last check.
- getRawButtonReleased(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Whether the button was released since the last check.
- getRectSubPix(Mat, Size, Point, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- getRectSubPix(Mat, Size, Point, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- getRegressionAccuracy() - Method in class org.opencv.ml.DTrees
-
- getRegularization() - Method in class org.opencv.ml.LogisticRegression
-
- getRelay(int) - Static method in class edu.wpi.first.wpilibj.hal.RelayJNI
-
- getReplayNumber() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the replay number.
- getResponses() - Method in class org.opencv.ml.TrainData
-
- getResponseType() - Method in class org.opencv.ml.TrainData
-
- getResult() - Method in class edu.wpi.first.networktables.RpcCall
-
Get the result (return value).
- getResult(double) - Method in class edu.wpi.first.networktables.RpcCall
-
Get the result (return value).
- getROI1() - Method in class org.opencv.calib3d.StereoBM
-
- getROI2() - Method in class org.opencv.calib3d.StereoBM
-
- getRotationMatrix2D(Point, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- getRpc(int, byte[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getRpc() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's rpc definition value.
- getRpcResult(int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getRpcResult(int, int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getRpropDW0() - Method in class org.opencv.ml.ANN_MLP
-
- getRpropDWMax() - Method in class org.opencv.ml.ANN_MLP
-
- getRpropDWMin() - Method in class org.opencv.ml.ANN_MLP
-
- getRpropDWMinus() - Method in class org.opencv.ml.ANN_MLP
-
- getRpropDWPlus() - Method in class org.opencv.ml.ANN_MLP
-
- getSample(Mat, int, float) - Method in class org.opencv.ml.TrainData
-
- getSamples() - Method in class org.opencv.ml.TrainData
-
- getSamples() - Method in class org.opencv.photo.CalibrateDebevec
-
- getSamplesToAverage() - Method in class edu.wpi.first.wpilibj.Counter
-
Get the Samples to Average which specifies the number of samples of the timer to average when
calculating the period.
- getSamplesToAverage() - Method in class edu.wpi.first.wpilibj.Encoder
-
Get the Samples to Average which specifies the number of samples of the timer to average when
calculating the period.
- getSampleWeights() - Method in class org.opencv.ml.TrainData
-
- getSaturation() - Method in class org.opencv.photo.TonemapDrago
-
- getSaturation() - Method in class org.opencv.photo.TonemapDurand
-
- getSaturation() - Method in class org.opencv.photo.TonemapMantiuk
-
- getSaturationWeight() - Method in class org.opencv.photo.MergeMertens
-
- getScale() - Method in class org.opencv.photo.TonemapMantiuk
-
- getScaleFactor() - Method in class org.opencv.features2d.ORB
-
- getScalesNumber() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getScaleStep() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getScoreType() - Method in class org.opencv.features2d.ORB
-
- getSelected() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
Returns the selected option.
- getServer() - Method in class edu.wpi.first.wpilibj.CameraServer
-
Get server for the primary camera feed.
- getServer(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Gets a server by name.
- getSetpoint() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
Returns the setpoint.
- getSetpoint() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Returns the setpoint.
- getSetpoint() - Method in class edu.wpi.first.wpilibj.PIDController
-
Returns the current setpoint of the PIDController.
- getSetpoint() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- getShadowThreshold() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getShadowThreshold() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getShadowValue() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getShadowValue() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getShift() - Method in class org.opencv.ml.SVMSGD
-
- getSigmaColor() - Method in class org.opencv.photo.TonemapDurand
-
- getSigmaSpace() - Method in class org.opencv.photo.TonemapDurand
-
- getSink() - Method in class edu.wpi.cscore.VideoEvent
-
- getSinkDescription(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSinkError(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSinkKind(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSinkName(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSinkSource(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSinkSourceProperty(int, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSmallerBlockSize() - Method in class org.opencv.calib3d.StereoBM
-
- getSolenoid(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- getSource() - Method in class edu.wpi.cscore.VideoEvent
-
- getSource() - Method in class edu.wpi.cscore.VideoSink
-
Get the connected source.
- getSourceDescription(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSourceKind(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSourceLastFrameTime(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSourceName(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSourceProperty(int, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSourceProperty(String) - Method in class edu.wpi.cscore.VideoSink
-
Get a property of the associated source.
- getSourceVideoMode(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getSpeckleRange() - Method in class org.opencv.calib3d.StereoMatcher
-
- getSpeckleWindowSize() - Method in class org.opencv.calib3d.StereoMatcher
-
- getSpeed() - Method in class edu.wpi.first.wpilibj.PWM
-
Get the PWM value in terms of speed.
- getStartButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the start button on the controller.
- getStartButtonPressed() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the start button was pressed since the last check.
- getStartButtonReleased() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the start button was released since the last check.
- getStatus() - Method in exception edu.wpi.first.wpilibj.util.UncleanStatusException
-
Create a new UncleanStatusException.
- getStep() - Method in class edu.wpi.cscore.VideoProperty
-
- getStepDecreasingPower() - Method in class org.opencv.ml.SVMSGD
-
- getStickAxis(int, int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the value of the axis on a joystick.
- getStickAxisCount(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Returns the number of axes on a given joystick port.
- getStickButton(int, int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
The state of one joystick button.
- getStickButton(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getStickButton() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getStickButton(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the stick button on the controller.
- getStickButtonCount(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets the number of buttons on a joystick.
- getStickButtonPressed(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the stick button was pressed since the last check.
- getStickButtonReleased(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the stick button was released since the last check.
- getStickButtons(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
The state of the buttons on the joystick.
- getStickPOV(int, int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Get the state of a POV on the joystick.
- getStickPOVCount(int) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Returns the number of POVs on a given joystick port.
- getStopped() - Method in class edu.wpi.first.wpilibj.Counter
-
Determine if the clock is stopped.
- getStopped() - Method in interface edu.wpi.first.wpilibj.CounterBase
-
Determine if the counter is not moving.
- getStopped() - Method in class edu.wpi.first.wpilibj.Encoder
-
Determine if the encoder is stopped.
- getString() - Method in class edu.wpi.cscore.VideoProperty
-
- getString(String) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a string.
- getString(int, String) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getString() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's string value.
- getString(String, String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the string the key maps to.
- getString(String, String) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the string at the given key.
- getString(String, String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the string the key maps to.
- getString(String, String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the string the key maps to.
- getStringArray(String[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value as a string array.
- getStringArray(int, String[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getStringArray() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the entry's string array value.
- getStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the string array the key maps to.
- getStringArray(String, String[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the string array the key maps to.
- getStringArray(String, String[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the string array the key maps to.
- getStringProperty(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getStructuringElement(int, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
-
- getStructuringElement(int, Size) - Static method in class org.opencv.imgproc.Imgproc
-
- getSubsystem() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
- getSubsystem() - Method in interface edu.wpi.first.wpilibj.NamedSendable
-
Deprecated.
- getSubsystem() - Method in interface edu.wpi.first.wpilibj.Sendable
-
Gets the subsystem name of this
Sendable
object.
- getSubsystem() - Method in class edu.wpi.first.wpilibj.SendableBase
-
- getSubTable(String) - Method in class edu.wpi.first.networktables.NetworkTable
-
Returns the table at the specified key.
- getSubTable(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns the table at the specified key.
- getSubTable(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns the table at the specified key.
- getSubTables() - Method in class edu.wpi.first.networktables.NetworkTable
-
Gets the names of all subtables in the table.
- getSubTables() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the names of all subtables in the table.
- getSubTables() - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the names of all subtables in the table.
- getSubVector(Mat, Mat) - Static method in class org.opencv.ml.TrainData
-
- getSupportVectors() - Method in class org.opencv.ml.SVM
-
- getSvmsgdType() - Method in class org.opencv.ml.SVMSGD
-
- getSystemActive() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getSystemClockTicksPerMicrosecond() - Static method in class edu.wpi.first.wpilibj.hal.ConstantsJNI
-
- getTable(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Gets the table with the specified key.
- getTable(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getTable() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Get the network table.
- getTau() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getTemperature() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Query the temperature of the PDP.
- getTermCriteria() - Method in class org.opencv.ml.ANN_MLP
-
- getTermCriteria() - Method in class org.opencv.ml.EM
-
- getTermCriteria() - Method in class org.opencv.ml.LogisticRegression
-
- getTermCriteria() - Method in class org.opencv.ml.RTrees
-
- getTermCriteria() - Method in class org.opencv.ml.SVM
-
- getTermCriteria() - Method in class org.opencv.ml.SVMSGD
-
- getTermCriteria() - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- getTest() - Method in class edu.wpi.first.wpilibj.hal.ControlWord
-
- getTestNormCatResponses() - Method in class org.opencv.ml.TrainData
-
- getTestResponses() - Method in class org.opencv.ml.TrainData
-
- getTestSampleIdx() - Method in class org.opencv.ml.TrainData
-
- getTestSamples() - Method in class org.opencv.ml.TrainData
-
- getTestSampleWeights() - Method in class org.opencv.ml.TrainData
-
- getTextSize(String, int, double, int, int[]) - Static method in class org.opencv.imgproc.Imgproc
-
- getTextureThreshold() - Method in class org.opencv.calib3d.StereoBM
-
- getTheta() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getThreadNum() - Static method in class org.opencv.core.Core
-
- getThreshold() - Method in class org.opencv.features2d.AgastFeatureDetector
-
- getThreshold() - Method in class org.opencv.features2d.AKAZE
-
- getThreshold() - Method in class org.opencv.features2d.FastFeatureDetector
-
- getThreshold() - Method in class org.opencv.features2d.KAZE
-
- getThreshold() - Method in class org.opencv.photo.CalibrateRobertson
-
- getThrottle() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the throttle value of the current joystick.
- getThrottle() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Deprecated.
Get the throttle.
- getThrottleChannel() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the channel currently associated with the throttle axis.
- getTickCount() - Static method in class org.opencv.core.Core
-
- getTickFrequency() - Static method in class org.opencv.core.Core
-
- getTilesGridSize() - Method in class org.opencv.imgproc.CLAHE
-
- getTime() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the creation time of the value.
- getTimeMicro() - Method in class org.opencv.core.TickMeter
-
- getTimeMilli() - Method in class org.opencv.core.TickMeter
-
- getTimeSec() - Method in class org.opencv.core.TickMeter
-
- getTimeTicks() - Method in class org.opencv.core.TickMeter
-
- getTop() - Method in class edu.wpi.first.wpilibj.Joystick
-
Read the state of the top button on the joystick.
- getTopPressed() - Method in class edu.wpi.first.wpilibj.Joystick
-
Whether the top button was pressed since the last check.
- getTopReleased() - Method in class edu.wpi.first.wpilibj.Joystick
-
Whether the top button was released since the last check.
- getTotalCurrent() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Query the current of all monitored PDP channels (0-15).
- getTotalEnergy() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Query the total energy drawn from the monitored PDP channels.
- getTotalPower() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Query the total power drawn from the monitored PDP channels.
- getTrainDescriptors() - Method in class org.opencv.features2d.DescriptorMatcher
-
- getTrainMethod() - Method in class org.opencv.ml.ANN_MLP
-
- getTrainMethod() - Method in class org.opencv.ml.LogisticRegression
-
- getTrainNormCatResponses() - Method in class org.opencv.ml.TrainData
-
- getTrainResponses() - Method in class org.opencv.ml.TrainData
-
- getTrainSampleIdx() - Method in class org.opencv.ml.TrainData
-
- getTrainSamples(int, boolean, boolean) - Method in class org.opencv.ml.TrainData
-
- getTrainSamples() - Method in class org.opencv.ml.TrainData
-
- getTrainSampleWeights() - Method in class org.opencv.ml.TrainData
-
- getTriangleList(MatOfFloat6) - Method in class org.opencv.imgproc.Subdiv2D
-
- getTrigger() - Method in class edu.wpi.first.wpilibj.Joystick
-
Read the state of the trigger on the joystick.
- getTriggerAxis(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Get the trigger axis value of the controller.
- getTriggerPressed() - Method in class edu.wpi.first.wpilibj.Joystick
-
Whether the trigger was pressed since the last check.
- getTriggerReleased() - Method in class edu.wpi.first.wpilibj.Joystick
-
Whether the trigger was released since the last check.
- getTriggerState() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Return the TriggerState output of the analog trigger.
- getTruncatePrunedTree() - Method in class org.opencv.ml.DTrees
-
- getTwist() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the twist value of the current joystick.
- getTwist() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Deprecated.
Get the twist value.
- getTwistChannel() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the channel currently associated with the twist axis.
- getType() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the type of the entry.
- getType(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getType() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the data type.
- getType() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- getType() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the type of the HID.
- getType() - Method in class org.opencv.features2d.AgastFeatureDetector
-
- getType() - Method in class org.opencv.features2d.FastFeatureDetector
-
- getType() - Method in class org.opencv.ml.SVM
-
- getUncompressedSupportVectors() - Method in class org.opencv.ml.SVM
-
- getUniquenessRatio() - Method in class org.opencv.calib3d.StereoBM
-
- getUniquenessRatio() - Method in class org.opencv.calib3d.StereoSGBM
-
- getUpright() - Method in class org.opencv.features2d.KAZE
-
- getUrls() - Method in class edu.wpi.cscore.HttpCamera
-
Get the URLs used to connect to the camera.
- getUsbCameraPath(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getUse1SERule() - Method in class org.opencv.ml.DTrees
-
- getUseInitialFlow() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getUserActive3V3() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserActive5V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserActive6V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserButton() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the state of the "USER" button on the roboRIO.
- getUserButton() - Static method in class edu.wpi.first.wpilibj.Utility
-
- getUserCurrent3V3() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserCurrent5V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserCurrent6V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserCurrentFaults3V3() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserCurrentFaults5V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserCurrentFaults6V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserVoltage3V3() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserVoltage5V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUserVoltage6V() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getUseSurrogates() - Method in class org.opencv.ml.DTrees
-
- getValidDisparityROI(Rect, Rect, int, int, int) - Static method in class org.opencv.calib3d.Calib3d
-
- getValue() - Method in enum edu.wpi.cscore.HttpCamera.HttpCameraKind
-
- getValue() - Method in enum edu.wpi.cscore.VideoEvent.Kind
-
- getValue() - Method in enum edu.wpi.cscore.VideoMode.PixelFormat
-
- getValue() - Method in enum edu.wpi.cscore.VideoProperty.Kind
-
- getValue() - Method in enum edu.wpi.cscore.VideoSink.Kind
-
- getValue() - Method in enum edu.wpi.cscore.VideoSource.Kind
-
- getValue() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Gets the entry's value.
- getValue(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- getValue() - Method in enum edu.wpi.first.networktables.NetworkTableType
-
- getValue() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Get the data value stored.
- getValue() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get a sample straight from this channel.
- getValue(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the value associated with a key as a NetworkTableValue object.
- getValue(String, Object) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getValue(String, Object) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the value associated with a key as an object.
- getValueOf(String) - Static method in enum edu.wpi.first.wpilibj.Relay.Value
-
- getValues(int, Mat, float) - Method in class org.opencv.ml.TrainData
-
- getVarCount() - Method in class org.opencv.ml.StatModel
-
- getVarIdx() - Method in class org.opencv.ml.TrainData
-
- getVarImportance() - Method in class org.opencv.ml.RTrees
-
- getVarInit() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getVarMax() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getVarMin() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getVarSymbolFlags() - Method in class org.opencv.ml.TrainData
-
- getVarThreshold() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getVarThresholdGen() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- getVarType() - Method in class org.opencv.ml.TrainData
-
- getVertex(int, int[]) - Method in class org.opencv.imgproc.Subdiv2D
-
- getVertex(int) - Method in class org.opencv.imgproc.Subdiv2D
-
- getVideo() - Method in class edu.wpi.first.wpilibj.CameraServer
-
Get OpenCV access to the primary camera feed.
- getVideo(VideoSource) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Get OpenCV access to the specified camera.
- getVideo(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Get OpenCV access to the specified camera.
- getVideoMode() - Method in class edu.wpi.cscore.VideoSource
-
Get the current video mode.
- getVinCurrent() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getVinVoltage() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getVocabulary() - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
-
- getVoltage() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get a scaled sample straight from this channel.
- getVoltage() - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- getVoltage() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Query the input voltage of the PDP.
- getVoltage3V3() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getVoltage3V3() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the voltage of the 3.3V rail.
- getVoltage5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getVoltage5V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the voltage of the 5V rail.
- getVoltage6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Deprecated.
- getVoltage6V() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Get the voltage of the 6V rail.
- getVoronoiFacetList(MatOfInt, List<MatOfPoint2f>, MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
-
- getWarpingsNumber() - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- getWeakCount() - Method in class org.opencv.ml.Boost
-
- getWeights(int) - Method in class org.opencv.ml.ANN_MLP
-
- getWeights() - Method in class org.opencv.ml.EM
-
- getWeights() - Method in class org.opencv.ml.SVMSGD
-
- getWeightTrimRate() - Method in class org.opencv.ml.Boost
-
- getWinSigma() - Method in class org.opencv.objdetect.HOGDescriptor
-
- getWinSize() - Method in class org.opencv.video.FarnebackOpticalFlow
-
- getWinSize() - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- getWTA_K() - Method in class org.opencv.features2d.ORB
-
- getX() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- getX() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- getX() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- getX() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
The acceleration in the X axis.
- getX() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the x position of the HID.
- getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the x position of HID.
- getX() - Method in interface edu.wpi.first.wpilibj.interfaces.Accelerometer
-
Common interface for getting the x axis acceleration.
- getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the X value of the joystick.
- getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Get the X axis value of the controller.
- getXButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the X button on the controller.
- getXButtonPressed() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the X button was pressed since the last check.
- getXButtonReleased() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the X button was released since the last check.
- getXChannel() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the channel currently associated with the X axis.
- getY() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- getY() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- getY() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- getY() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
The acceleration in the Y axis.
- getY() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the y position of the HID.
- getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the y position of the HID.
- getY() - Method in interface edu.wpi.first.wpilibj.interfaces.Accelerometer
-
Common interface for getting the y axis acceleration.
- getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the Y value of the joystick.
- getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Get the Y axis value of the controller.
- getYButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the Y button on the controller.
- getYButtonPressed() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the Y button was pressed since the last check.
- getYButtonReleased() - Method in class edu.wpi.first.wpilibj.XboxController
-
Whether the Y button was released since the last check.
- getYChannel() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the channel currently associated with the Y axis.
- getZ() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- getZ() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- getZ() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- getZ() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
The acceleration in the Z axis.
- getZ() - Method in interface edu.wpi.first.wpilibj.interfaces.Accelerometer
-
Common interface for getting the z axis acceleration.
- getZ() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the z position of the HID.
- getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Deprecated.
Get the z position of the HID.
- getZ() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Deprecated.
- getZChannel() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the channel currently associated with the Z axis.
- GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
- GFTTDetector - Class in org.opencv.features2d
-
- GFTTDetector(long) - Constructor for class org.opencv.features2d.GFTTDetector
-
- globalDeleteAll() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, boolean, double) - Static method in class org.opencv.imgproc.Imgproc
-
- goodFeaturesToTrack(Mat, MatOfPoint, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- GpuApiCallError - Static variable in class org.opencv.core.Core
-
- GpuNotSupported - Static variable in class org.opencv.core.Core
-
- grab() - Method in class org.opencv.videoio.VideoCapture
-
- grabCut(Mat, Mat, Rect, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- grabCut(Mat, Mat, Rect, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- grabFrame(Mat) - Method in class edu.wpi.cscore.CvSink
-
Wait for the next frame and get the image.
- grabFrame(Mat, double) - Method in class edu.wpi.cscore.CvSink
-
Wait for the next frame and get the image.
- grabFrameNoTimeout(Mat) - Method in class edu.wpi.cscore.CvSink
-
Wait for the next frame and get the image.
- grabSinkFrame(int, long) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- grabSinkFrameTimeout(int, long, double) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- GRID_AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_BRISK - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_DENSE - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_FAST - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_HARRIS - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_MSER - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_ORB - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
- GRID_SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
- groupRectangles(MatOfRect, MatOfInt, int, double) - Static method in class org.opencv.objdetect.Objdetect
-
- groupRectangles(MatOfRect, MatOfInt, int) - Static method in class org.opencv.objdetect.Objdetect
-
- Gyro - Interface in edu.wpi.first.wpilibj.interfaces
-
Interface for yaw rate gyros.
- GyroBase - Class in edu.wpi.first.wpilibj
-
GyroBase is the common base class for Gyro implementations such as AnalogGyro.
- GyroBase() - Constructor for class edu.wpi.first.wpilibj.GyroBase
-
- I2C - Class in edu.wpi.first.wpilibj
-
I2C bus interface class.
- I2C(I2C.Port, int) - Constructor for class edu.wpi.first.wpilibj.I2C
-
Constructor.
- I2C.Port - Enum in edu.wpi.first.wpilibj
-
- i2CClose(int) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CInitialize(int) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- I2CJNI - Class in edu.wpi.first.wpilibj.hal
-
- I2CJNI() - Constructor for class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CRead(int, byte, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CReadB(int, byte, byte[], byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CTransaction(int, byte, ByteBuffer, byte, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CTransactionB(int, byte, byte[], byte, byte[], byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CWrite(int, byte, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CWriteB(int, byte, byte[], byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- idct(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- idct(Mat, Mat) - Static method in class org.opencv.core.Core
-
- IDENTITY - Static variable in class org.opencv.ml.ANN_MLP
-
- idft(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
-
- idft(Mat, Mat) - Static method in class org.opencv.core.Core
-
- IllegalUseOfCommandException - Exception in edu.wpi.first.wpilibj.command
-
This exception will be thrown if a command is used illegally.
- IllegalUseOfCommandException() - Constructor for exception edu.wpi.first.wpilibj.command.IllegalUseOfCommandException
-
- IllegalUseOfCommandException(String) - Constructor for exception edu.wpi.first.wpilibj.command.IllegalUseOfCommandException
-
- illuminationChange(Mat, Mat, Mat, float, float) - Static method in class org.opencv.photo.Photo
-
- illuminationChange(Mat, Mat, Mat) - Static method in class org.opencv.photo.Photo
-
- imdecode(Mat, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- imencode(String, Mat, MatOfByte, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- imencode(String, Mat, MatOfByte) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- Imgcodecs - Class in org.opencv.imgcodecs
-
- Imgcodecs() - Constructor for class org.opencv.imgcodecs.Imgcodecs
-
- imgIdx - Variable in class org.opencv.core.DMatch
-
Train image index.
- Imgproc - Class in org.opencv.imgproc
-
- Imgproc() - Constructor for class org.opencv.imgproc.Imgproc
-
- IMPL_IPP - Static variable in class org.opencv.core.Core
-
- IMPL_OPENCL - Static variable in class org.opencv.core.Core
-
- IMPL_PLAIN - Static variable in class org.opencv.core.Core
-
- imread(String, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- imread(String) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_ANYCOLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_ANYDEPTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_COLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_IGNORE_ORIENTATION - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_LOAD_GDAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_REDUCED_COLOR_2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_REDUCED_COLOR_4 - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_REDUCED_COLOR_8 - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_REDUCED_GRAYSCALE_2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_REDUCED_GRAYSCALE_4 - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_REDUCED_GRAYSCALE_8 - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMREAD_UNCHANGED - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- imreadmulti(String, List<Mat>, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- imreadmulti(String, List<Mat>) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- imwrite(String, Mat, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- imwrite(String, Mat) - Static method in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_JPEG_CHROMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_JPEG_LUMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_JPEG_OPTIMIZE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_JPEG_PROGRESSIVE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_JPEG_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_JPEG_RST_INTERVAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_FORMAT_BLACKANDWHITE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_FORMAT_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_FORMAT_GRAYSCALE_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_FORMAT_NULL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_FORMAT_RGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_FORMAT_RGB_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PAM_TUPLETYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_BILEVEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_STRATEGY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_STRATEGY_DEFAULT - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_STRATEGY_FILTERED - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_STRATEGY_FIXED - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PNG_STRATEGY_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_PXM_BINARY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- IMWRITE_WEBP_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
-
- InAutonomous(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic
purposes only.
- INCOMPATIBLE_STATE - Static variable in class edu.wpi.first.wpilibj.hal.HALUtil
-
- InDisabled(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic
purposes only.
- initAccumulator() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Initialize the accumulator.
- initAccumulator(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- initAccumulator(double, int, int, int, int, int, int, boolean, boolean) - Method in class edu.wpi.first.wpilibj.SPI
-
Initialize the accumulator.
- initAuto(int) - Method in class edu.wpi.first.wpilibj.SPI
-
Initialize automatic SPI transfer engine.
- initCameraMatrix2D(List<MatOfPoint3f>, List<MatOfPoint2f>, Size, double) - Static method in class org.opencv.calib3d.Calib3d
-
- initCameraMatrix2D(List<MatOfPoint3f>, List<MatOfPoint2f>, Size) - Static method in class org.opencv.calib3d.Calib3d
-
- initDefaultCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Initialize the default command for a subsystem By default subsystems have no default command,
but if they do, the default command is set with this method.
- initDelaunay(Rect) - Method in class org.opencv.imgproc.Subdiv2D
-
- initGyro() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
Initialize the gyro.
- initialize() - Method in class edu.wpi.first.wpilibj.command.Command
-
The initialize method is called the first time this Command is run after being started.
- initialize() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
- initialize() - Method in class edu.wpi.first.wpilibj.command.PrintCommand
-
- initialize() - Method in class edu.wpi.first.wpilibj.command.StartCommand
-
- initialize(int, int) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- initialize() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- initializeAnalogGyro(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- initializeAnalogInputPort(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- initializeAnalogOutputPort(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- initializeAnalogTrigger(int, IntBuffer) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- initializeCompressor(byte) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- initializeCounter(int, IntBuffer) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- initializeDIOPort(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- initializeEncoder(int, int, int, int, boolean, int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- initializeHardwareConfiguration() - Static method in class edu.wpi.first.wpilibj.RobotBase
-
Common initialization for all robot programs.
- initializeInterrupts(boolean) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- initializeNotifier() - Static method in class edu.wpi.first.wpilibj.hal.NotifierJNI
-
Initializes the notifier.
- initializePDP(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- initializePWMPort(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- initializeRelayPort(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.RelayJNI
-
- initializeSolenoidPort(int) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- initSD540() - Method in class edu.wpi.first.wpilibj.SD540
-
Common initialization code called by all constructors.
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.ADXL362
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.command.Command
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Compressor
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Counter
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.DigitalInput
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.drive.KilloughDrive
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.drive.MecanumDrive
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Encoder
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.GearTooth
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.GyroBase
-
- initSendable(SendableBuilder) - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
- initSendable(SendableBuilder) - Method in interface edu.wpi.first.wpilibj.NamedSendable
-
Deprecated.
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.PIDController
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.PWM
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Relay
-
- initSendable(SendableBuilder) - Method in interface edu.wpi.first.wpilibj.Sendable
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Servo
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Solenoid
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- initSendable(SendableBuilder) - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- initSpark() - Method in class edu.wpi.first.wpilibj.Spark
-
Common initialization code called by all constructors.
- initUndistortRectifyMap(Mat, Mat, Mat, Mat, Size, int, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- initUndistortRectifyMap(Mat, Mat, Mat, Mat, Size, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- initWideAngleProjMap(Mat, Mat, Size, int, int, Mat, Mat, int, double) - Static method in class org.opencv.imgproc.Imgproc
-
- initWideAngleProjMap(Mat, Mat, Size, int, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- InOperatorControl(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic
purposes only.
- inpaint(Mat, Mat, Mat, double, int) - Static method in class org.opencv.photo.Photo
-
- INPAINT_NS - Static variable in class org.opencv.photo.Photo
-
- INPAINT_TELEA - Static variable in class org.opencv.photo.Photo
-
- inRange(Mat, Scalar, Scalar, Mat) - Static method in class org.opencv.core.Core
-
- insert(Point) - Method in class org.opencv.imgproc.Subdiv2D
-
- insert(MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
-
- insertChannel(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- inside(Rect) - Method in class org.opencv.core.Point
-
- InstantCommand - Class in edu.wpi.first.wpilibj.command
-
This command will execute once, then finish immediately afterward.
- InstantCommand() - Constructor for class edu.wpi.first.wpilibj.command.InstantCommand
-
- InstantCommand(String) - Constructor for class edu.wpi.first.wpilibj.command.InstantCommand
-
- integral(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- integral(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- integral2(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- integral2(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- integral3(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- integral3(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- INTER - Static variable in class org.opencv.ml.SVM
-
- INTER_AREA - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_BITS - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_BITS2 - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_CUBIC - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_LANCZOS4 - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_LINEAR - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_MAX - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_NEAREST - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_TAB_SIZE - Static variable in class org.opencv.imgproc.Imgproc
-
- INTER_TAB_SIZE2 - Static variable in class org.opencv.imgproc.Imgproc
-
- InternalButton - Class in edu.wpi.first.wpilibj.buttons
-
This class is intended to be used within a program.
- InternalButton() - Constructor for class edu.wpi.first.wpilibj.buttons.InternalButton
-
Creates an InternalButton that is not inverted.
- InternalButton(boolean) - Constructor for class edu.wpi.first.wpilibj.buttons.InternalButton
-
Creates an InternalButton which is inverted depending on the input.
- InterruptableSensorBase - Class in edu.wpi.first.wpilibj
-
Base for sensors to be used with interrupts.
- InterruptableSensorBase() - Constructor for class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Create a new InterrupatableSensorBase.
- InterruptableSensorBase.WaitResult - Enum in edu.wpi.first.wpilibj
-
- interrupted() - Method in class edu.wpi.first.wpilibj.command.Command
-
Called when the command ends because somebody called
cancel()
or
another command shared the same requirements as this one, and booted it out.
- interrupted() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
- interruptFired(int, T) - Method in class edu.wpi.first.wpilibj.InterruptHandlerFunction
-
This method is run every time an interrupt is fired.
- InterruptHandlerFunction<T> - Class in edu.wpi.first.wpilibj
-
It is recommended that you use this class in conjunction with classes from java.util.concurrent.atomic
as these objects are all thread safe.
- InterruptHandlerFunction() - Constructor for class edu.wpi.first.wpilibj.InterruptHandlerFunction
-
- InterruptJNI - Class in edu.wpi.first.wpilibj.hal
-
- InterruptJNI() - Constructor for class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- InterruptJNI.InterruptJNIHandlerFunction - Interface in edu.wpi.first.wpilibj.hal
-
- INTERSECT_FULL - Static variable in class org.opencv.imgproc.Imgproc
-
- INTERSECT_NONE - Static variable in class org.opencv.imgproc.Imgproc
-
- INTERSECT_PARTIAL - Static variable in class org.opencv.imgproc.Imgproc
-
- intersectConvexConvex(Mat, Mat, Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- intersectConvexConvex(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- intersection(Range) - Method in class org.opencv.core.Range
-
- InTest(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
-
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic
purposes only.
- inv(int) - Method in class org.opencv.core.Mat
-
- inv() - Method in class org.opencv.core.Mat
-
- InvalidValueException(String) - Constructor for exception edu.wpi.first.wpilibj.Relay.InvalidValueException
-
Create a new exception with the given message.
- invert(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- invert(Mat, Mat) - Static method in class org.opencv.core.Core
-
- invertAffineTransform(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- IRemote - Interface in edu.wpi.first.wpilibj.tables
-
- IRemoteConnectionListener - Interface in edu.wpi.first.wpilibj.tables
-
- is32BitIntel() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- is64BitIntel() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- isAccumulatorChannel() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Is the channel attached to an accumulator.
- isAccumulatorChannel(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- isAlive() - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- isAlive() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- isAlive() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Determine of the motor is still operating or has timed out.
- isAlive() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Check if the motor is currently alive or stopped due to a timeout.
- isAlive() - Method in class edu.wpi.first.wpilibj.Relay
-
- isAlive() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- isAlive() - Method in class edu.wpi.first.wpilibj.SafePWM
-
Check if the PWM object is currently alive or stopped due to a timeout.
- isAnalogTrigger() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
-
- isAnalogTrigger() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
Is this an analog trigger.
- isAnalogTrigger() - Method in class edu.wpi.first.wpilibj.DigitalSource
-
- isAnyPulsing() - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- isAthena() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- isAutonomous() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station requires the robot to be running in
autonomous mode.
- isAutonomous() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Determine if the robot is currently in Autonomous mode as determined by the field
controls.
- isAutonomous() - Static method in class edu.wpi.first.wpilibj.RobotState
-
- isBlackListed() - Method in class edu.wpi.first.wpilibj.Solenoid
-
Check if solenoid is blacklisted.
- isBoolean() - Method in class edu.wpi.cscore.VideoProperty
-
- isBoolean() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a boolean.
- isBooleanArray() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a boolean array.
- isBrownedOut() - Method in class edu.wpi.first.wpilibj.DriverStation
-
- isBrownedOut() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Check if the system is browned out.
- isCanceled() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns whether or not this has been canceled.
- isClassifier() - Method in class org.opencv.ml.StatModel
-
- isCompleted() - Method in class edu.wpi.first.wpilibj.command.Command
-
Whether or not this command has completed running.
- isConnected() - Method in class edu.wpi.cscore.VideoSource
-
Is the source currently connected to whatever is providing the images?
- isConnected() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Return whether or not the instance is connected to another node.
- isConnected(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- isConnected() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- isConnected() - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
Deprecated.
Get the current state of the objects connection
- isContinuous() - Method in class org.opencv.core.Mat
-
- isContourConvex(MatOfPoint) - Static method in class org.opencv.imgproc.Imgproc
-
- isDisabled() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station requires the robot to be disabled.
- isDisabled() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Determine if the Robot is currently disabled.
- isDisabled() - Static method in class edu.wpi.first.wpilibj.RobotState
-
- isDouble() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a double.
- isDoubleArray() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a double array.
- isDSAttached() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station is attached.
- isEnabled() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station requires the robot to be enabled.
- isEnabled() - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- isEnabled() - Method in class edu.wpi.first.wpilibj.PIDController
-
Return true if PIDController is enabled.
- isEnabled() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- isEnabled() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Determine if the Robot is currently enabled.
- isEnabled() - Static method in class edu.wpi.first.wpilibj.RobotState
-
- isEnabled() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Is the ultrasonic enabled.
- isEnum() - Method in class edu.wpi.cscore.VideoProperty
-
- isFinished() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns whether this command is finished.
- isFinished() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
Returns true if all the
Commands
in this group have been started and have
finished.
- isFinished() - Method in class edu.wpi.first.wpilibj.command.ConditionalCommand
-
- isFinished() - Method in class edu.wpi.first.wpilibj.command.InstantCommand
-
- isFinished() - Method in class edu.wpi.first.wpilibj.command.TimedCommand
-
Ends command when timed out.
- isFinished() - Method in class edu.wpi.first.wpilibj.command.WaitForChildren
-
- isFinished() - Method in class edu.wpi.first.wpilibj.command.WaitUntilCommand
-
Check if we've reached the actual finish time.
- isFMSAttached() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets if the driver station attached to a Field Management System.
- isFwdSolenoidBlackListed() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
Check if the forward solenoid is blacklisted.
- isInteger() - Method in class edu.wpi.cscore.VideoProperty
-
- isInteger(int) - Static method in class org.opencv.core.CvType
-
- isInterruptible() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns whether or not this command can be interrupted.
- isInterruptible() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
-
Returns whether or not this group is interruptible.
- isLinux() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- isMac() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- isMaskSupported() - Method in class org.opencv.features2d.DescriptorMatcher
-
- isNewControlData() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets if a new control packet from the driver station arrived since the last time this function
was called.
- isNewControlData() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- isNewDataAvailable() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Indicates if new data is available from the driver station.
- isOldFormatCascade() - Method in class org.opencv.objdetect.CascadeClassifier
-
- isOpened() - Method in class org.opencv.videoio.VideoCapture
-
- isOpened() - Method in class org.opencv.videoio.VideoWriter
-
- isOperatorControl() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station requires the robot to be running in
operator-controlled mode.
- isOperatorControl() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Determine if the robot is currently in Operator Control mode as determined by the field
controls.
- isOperatorControl() - Static method in class edu.wpi.first.wpilibj.RobotState
-
- isPersistent() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Returns whether the value is persistent through program restarts.
- isPersistent(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Returns whether the value is persistent through program restarts.
- isPersistent(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns whether the value is persistent through program restarts.
- isPersistent(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Returns whether the value is persistent through program restarts.
- isPulsing() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
Determine if the pulse is still going.
- isPulsing(int) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- isRangeValid() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Check if there is a valid range measurement.
- isRaw() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a raw.
- isReal() - Static method in class edu.wpi.first.wpilibj.RobotBase
-
Get if the robot is real.
- isReal() - Method in class org.opencv.core.Scalar
-
- isRevSolenoidBlackListed() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
Check if the reverse solenoid is blacklisted.
- isRpc() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a rpc definition.
- isRunning() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns whether or not the command is running.
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- isSafetyEnabled() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Return the state of the motor safety enabled flag Return if the motor safety is currently
enabled for this device.
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Check if motor safety is enabled.
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.Relay
-
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.SafePWM
-
Check if motor safety is enabled for this object.
- isServer() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- isServer() - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
Deprecated.
If the object is acting as a server
- isSimulation() - Static method in class edu.wpi.first.wpilibj.RobotBase
-
Get if the robot is a simulation.
- isSourceConnected(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- isString() - Method in class edu.wpi.cscore.VideoProperty
-
- isString() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a string.
- isStringArray() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a string array.
- isSubmatrix() - Method in class org.opencv.core.Mat
-
- isSysActive() - Method in class edu.wpi.first.wpilibj.DriverStation
-
- isSysActive() - Static method in class edu.wpi.first.wpilibj.RobotController
-
Gets a value indicating whether the FPGA outputs are enabled.
- isTest() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station requires the robot to be running in test
mode.
- isTest() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Determine if the robot is currently in Test mode as determined by the driver
station.
- isTest() - Static method in class edu.wpi.first.wpilibj.RobotState
-
- isTimedOut() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns whether or not the
timeSinceInitialized()
method
returns a number which is greater than or equal to the timeout for the command.
- isTrained() - Method in class org.opencv.ml.StatModel
-
- isValid() - Method in class edu.wpi.cscore.VideoListener
-
- isValid() - Method in class edu.wpi.cscore.VideoProperty
-
- isValid() - Method in class edu.wpi.cscore.VideoSink
-
- isValid() - Method in class edu.wpi.cscore.VideoSource
-
- isValid() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Determines if the native handle is valid.
- isValid() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Determines if the native handle is valid.
- isValid() - Method in class edu.wpi.first.networktables.NetworkTableValue
-
Determine if entry value contains a value or is unassigned.
- isValid() - Method in class edu.wpi.first.networktables.RpcAnswer
-
Determines if the native handle is valid.
- isValid() - Method in class edu.wpi.first.networktables.RpcCall
-
Determines if the native handle is valid.
- isWindows() - Static method in class edu.wpi.first.wpiutil.RuntimeDetector
-
- ITable - Interface in edu.wpi.first.wpilibj.tables
-
- ITableListener - Interface in edu.wpi.first.wpilibj.tables
-
- IterativeRobot - Class in edu.wpi.first.wpilibj
-
IterativeRobot implements the IterativeRobotBase robot program framework.
- IterativeRobot() - Constructor for class edu.wpi.first.wpilibj.IterativeRobot
-
- IterativeRobotBase - Class in edu.wpi.first.wpilibj
-
IterativeRobotBase implements a specific type of robot program framework, extending the RobotBase
class.
- IterativeRobotBase() - Constructor for class edu.wpi.first.wpilibj.IterativeRobotBase
-
- P - Static variable in class org.opencv.ml.SVM
-
- PARAMETER_OUT_OF_RANGE - Static variable in class edu.wpi.first.wpilibj.hal.HALUtil
-
- params - Variable in class edu.wpi.first.networktables.RpcAnswer
-
Call raw parameters.
- Params - Class in org.opencv.features2d
-
- Params(long) - Constructor for class org.opencv.features2d.Params
-
- Params() - Constructor for class org.opencv.features2d.Params
-
- patchNaNs(Mat, double) - Static method in class org.opencv.core.Core
-
- patchNaNs(Mat) - Static method in class org.opencv.core.Core
-
- path - Variable in class edu.wpi.cscore.UsbCameraInfo
-
Path to device if available (e.g.
- PATH_SEPARATOR - Static variable in class edu.wpi.first.networktables.NetworkTable
-
The path separator for sub-tables and keys
- PATH_SEPARATOR - Static variable in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
The path separator for sub-tables and keys
- PCABackProject(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- PCACompute(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
-
- PCACompute(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- PCACompute(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- PCAProject(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- PDPJNI - Class in edu.wpi.first.wpilibj.hal
-
- PDPJNI() - Constructor for class edu.wpi.first.wpilibj.hal.PDPJNI
-
- pencilSketch(Mat, Mat, Mat, float, float, float) - Static method in class org.opencv.photo.Photo
-
- pencilSketch(Mat, Mat, Mat) - Static method in class org.opencv.photo.Photo
-
- percentBusUtilization - Variable in class edu.wpi.first.wpilibj.can.CANStatus
-
The utilization of the CAN Bus.
- periodic() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
When the run method of the scheduler is called this method will be called.
- PERSISTENT - Static variable in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
The persistent flag value.
- PersistentException - Exception in edu.wpi.first.networktables
-
An exception thrown when persistent load/save fails in a
NetworkTable
- PersistentException(String) - Constructor for exception edu.wpi.first.networktables.PersistentException
-
- perspectiveTransform(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- phase(Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
-
- phase(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- phaseCorrelate(Mat, Mat, Mat, double[]) - Static method in class org.opencv.imgproc.Imgproc
-
- phaseCorrelate(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- Photo - Class in org.opencv.photo
-
- Photo() - Constructor for class org.opencv.photo.Photo
-
- PIDCommand - Class in edu.wpi.first.wpilibj.command
-
This class defines a
Command
which interacts heavily with a PID loop.
- PIDCommand(String, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
-
Instantiates a
PIDCommand
that will use the given p, i and d values.
- PIDCommand(String, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
-
Instantiates a
PIDCommand
that will use the given p, i and d values.
- PIDCommand(double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
-
Instantiates a
PIDCommand
that will use the given p, i and d values.
- PIDCommand(double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
-
Instantiates a
PIDCommand
that will use the given p, i and d values.
- PIDController - Class in edu.wpi.first.wpilibj
-
Class implements a PID Control Loop.
- PIDController(double, double, double, double, PIDSource, PIDOutput, double) - Constructor for class edu.wpi.first.wpilibj.PIDController
-
Allocate a PID object with the given constants for P, I, D, and F.
- PIDController(double, double, double, PIDSource, PIDOutput, double) - Constructor for class edu.wpi.first.wpilibj.PIDController
-
Allocate a PID object with the given constants for P, I, D and period.
- PIDController(double, double, double, PIDSource, PIDOutput) - Constructor for class edu.wpi.first.wpilibj.PIDController
-
Allocate a PID object with the given constants for P, I, D, using a 50ms period.
- PIDController(double, double, double, double, PIDSource, PIDOutput) - Constructor for class edu.wpi.first.wpilibj.PIDController
-
Allocate a PID object with the given constants for P, I, D, using a 50ms period.
- PIDController.AbsoluteTolerance - Class in edu.wpi.first.wpilibj
-
- PIDController.NullTolerance - Class in edu.wpi.first.wpilibj
-
Used internally for when Tolerance hasn't been set.
- PIDController.PercentageTolerance - Class in edu.wpi.first.wpilibj
-
- PIDController.Tolerance - Interface in edu.wpi.first.wpilibj
-
Tolerance is the type of tolerance used to specify if the PID controller is on target.
- pidGet() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Get the Acceleration for the PID Source parent.
- pidGet() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Get the average voltage for use with PIDController.
- pidGet() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
Implement the PIDSource interface.
- pidGet() - Method in class edu.wpi.first.wpilibj.Counter
-
- pidGet() - Method in class edu.wpi.first.wpilibj.Encoder
-
Implement the PIDSource interface.
- pidGet() - Method in class edu.wpi.first.wpilibj.filters.Filter
-
- pidGet() - Method in class edu.wpi.first.wpilibj.filters.LinearDigitalFilter
-
Calculates the next value of the filter.
- pidGet() - Method in class edu.wpi.first.wpilibj.GyroBase
-
Get the output of the gyro for use with PIDControllers.
- pidGet() - Method in interface edu.wpi.first.wpilibj.PIDSource
-
Get the result to use in PIDController.
- pidGet() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Get the range in the current DistanceUnit for the PIDSource base object.
- pidGetSource() - Method in class edu.wpi.first.wpilibj.filters.Filter
-
Calls PIDGet() of source.
- PIDInterface - Interface in edu.wpi.first.wpilibj
-
- PIDOutput - Interface in edu.wpi.first.wpilibj
-
This interface allows PIDController to write it's results to its output.
- PIDSource - Interface in edu.wpi.first.wpilibj
-
This interface allows for PIDController to automatically read from this object.
- PIDSourceType - Enum in edu.wpi.first.wpilibj
-
A description for the type of output value to provide to a PIDController.
- PIDSubsystem - Class in edu.wpi.first.wpilibj.command
-
This class is designed to handle the case where there is a
Subsystem
which uses a single
PIDController
almost constantly (for instance, an elevator which attempts to stay at a
constant height).
- PIDSubsystem(String, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Instantiates a
PIDSubsystem
that will use the given p, i and d values.
- PIDSubsystem(String, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Instantiates a
PIDSubsystem
that will use the given p, i and d values.
- PIDSubsystem(String, double, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Instantiates a
PIDSubsystem
that will use the given p, i and d values.
- PIDSubsystem(double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Instantiates a
PIDSubsystem
that will use the given p, i and d values.
- PIDSubsystem(double, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Instantiates a
PIDSubsystem
that will use the given p, i and d values.
- PIDSubsystem(double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Instantiates a
PIDSubsystem
that will use the given p, i and d values.
- pidWrite(double) - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Write out the PID value as seen in the PIDOutput base object.
- pidWrite(double) - Method in interface edu.wpi.first.wpilibj.PIDOutput
-
Set the output to the value calculated by PIDController.
- pidWrite(double) - Method in class edu.wpi.first.wpilibj.PWMSpeedController
-
Write out the PID value as seen in the PIDOutput base object.
- pidWrite(double) - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- ping() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Single ping to ultrasonic sensor.
- pixelFormat - Variable in class edu.wpi.cscore.VideoMode
-
Pixel format
- Point - Class in org.opencv.core
-
- Point(double, double) - Constructor for class org.opencv.core.Point
-
- Point() - Constructor for class org.opencv.core.Point
-
- Point(double[]) - Constructor for class org.opencv.core.Point
-
- Point3 - Class in org.opencv.core
-
- Point3(double, double, double) - Constructor for class org.opencv.core.Point3
-
- Point3() - Constructor for class org.opencv.core.Point3
-
- Point3(Point) - Constructor for class org.opencv.core.Point3
-
- Point3(double[]) - Constructor for class org.opencv.core.Point3
-
- pointPolygonTest(MatOfPoint2f, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- points(Point[]) - Method in class org.opencv.core.RotatedRect
-
- polarToCart(Mat, Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
-
- polarToCart(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- pollConnectionListener(NetworkTableInstance, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollConnectionListenerTimeout(NetworkTableInstance, int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollEntryListener(NetworkTableInstance, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollEntryListenerTimeout(NetworkTableInstance, int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollLogger(NetworkTableInstance, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollLoggerTimeout(NetworkTableInstance, int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollRpc(NetworkTableInstance, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- pollRpcTimeout(NetworkTableInstance, int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- POLY - Static variable in class org.opencv.ml.SVM
-
- polylines(Mat, List<MatOfPoint>, boolean, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- polylines(Mat, List<MatOfPoint>, boolean, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
-
- polylines(Mat, List<MatOfPoint>, boolean, Scalar) - Static method in class org.opencv.imgproc.Imgproc
-
- PortsJNI - Class in edu.wpi.first.wpilibj.hal
-
- PortsJNI() - Constructor for class edu.wpi.first.wpilibj.hal.PortsJNI
-
- postResponse(byte[]) - Method in class edu.wpi.first.networktables.RpcAnswer
-
Post RPC response (return value) for a polled RPC.
- postRpcResponse(int, int, byte[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- Potentiometer - Interface in edu.wpi.first.wpilibj.interfaces
-
Interface for a Potentiometer.
- pow(Mat, double, Mat) - Static method in class org.opencv.core.Core
-
- PowerDistributionPanel - Class in edu.wpi.first.wpilibj
-
Class for getting voltage, current, temperature, power and energy from the Power Distribution
Panel over CAN.
- PowerDistributionPanel(int) - Constructor for class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Constructor.
- PowerDistributionPanel() - Constructor for class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Constructor.
- PowerJNI - Class in edu.wpi.first.wpilibj.hal
-
- PowerJNI() - Constructor for class edu.wpi.first.wpilibj.hal.PowerJNI
-
- preCornerDetect(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- preCornerDetect(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- predict(Mat, Mat, int) - Method in class org.opencv.ml.LogisticRegression
-
- predict(Mat) - Method in class org.opencv.ml.LogisticRegression
-
- predict(Mat, Mat, int) - Method in class org.opencv.ml.StatModel
-
- predict(Mat) - Method in class org.opencv.ml.StatModel
-
- predict(Mat) - Method in class org.opencv.video.KalmanFilter
-
- predict() - Method in class org.opencv.video.KalmanFilter
-
- predict2(Mat, Mat) - Method in class org.opencv.ml.EM
-
- PREDICT_AUTO - Static variable in class org.opencv.ml.DTrees
-
- PREDICT_MASK - Static variable in class org.opencv.ml.DTrees
-
- PREDICT_MAX_VOTE - Static variable in class org.opencv.ml.DTrees
-
- PREDICT_SUM - Static variable in class org.opencv.ml.DTrees
-
- predictProb(Mat, Mat, Mat, int) - Method in class org.opencv.ml.NormalBayesClassifier
-
- predictProb(Mat, Mat, Mat) - Method in class org.opencv.ml.NormalBayesClassifier
-
- Preferences - Class in edu.wpi.first.wpilibj
-
The preferences class provides a relatively simple way to save important values to the roboRIO to
access the next time the roboRIO is booted.
- PREFILTER_NORMALIZED_RESPONSE - Static variable in class org.opencv.calib3d.StereoBM
-
- PREFILTER_XSOBEL - Static variable in class org.opencv.calib3d.StereoBM
-
- PREPROCESSED_INPUT - Static variable in class org.opencv.ml.StatModel
-
- PREV_AROUND_DST - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PREV_AROUND_LEFT - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PREV_AROUND_ORG - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PREV_AROUND_RIGHT - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PrintCommand - Class in edu.wpi.first.wpilibj.command
-
A
PrintCommand
is a command which prints out a string when it is initialized, and then
immediately finishes.
- PrintCommand(String) - Constructor for class edu.wpi.first.wpilibj.command.PrintCommand
-
Instantiates a
PrintCommand
which will print the given message when it is run.
- process(Mat) - Method in interface edu.wpi.first.wpilibj.vision.VisionPipeline
-
Processes the image input and sets the result objects.
- process(List<Mat>, List<Mat>, Mat, Mat) - Method in class org.opencv.photo.AlignExposures
-
- process(List<Mat>, List<Mat>, Mat, Mat) - Method in class org.opencv.photo.AlignMTB
-
- process(List<Mat>, List<Mat>) - Method in class org.opencv.photo.AlignMTB
-
- process(List<Mat>, Mat, Mat) - Method in class org.opencv.photo.CalibrateCRF
-
- process(List<Mat>, Mat, Mat, Mat) - Method in class org.opencv.photo.MergeDebevec
-
- process(List<Mat>, Mat, Mat) - Method in class org.opencv.photo.MergeDebevec
-
- process(List<Mat>, Mat, Mat, Mat) - Method in class org.opencv.photo.MergeExposures
-
- process(List<Mat>, Mat, Mat, Mat) - Method in class org.opencv.photo.MergeMertens
-
- process(List<Mat>, Mat) - Method in class org.opencv.photo.MergeMertens
-
- process(List<Mat>, Mat, Mat, Mat) - Method in class org.opencv.photo.MergeRobertson
-
- process(List<Mat>, Mat, Mat) - Method in class org.opencv.photo.MergeRobertson
-
- process(Mat, Mat) - Method in class org.opencv.photo.Tonemap
-
- PROJ_SPHERICAL_EQRECT - Static variable in class org.opencv.imgproc.Imgproc
-
- PROJ_SPHERICAL_ORTHO - Static variable in class org.opencv.imgproc.Imgproc
-
- projectPoints(MatOfPoint3f, Mat, Mat, Mat, MatOfDouble, MatOfPoint2f, Mat, double) - Static method in class org.opencv.calib3d.Calib3d
-
- projectPoints(MatOfPoint3f, Mat, Mat, Mat, MatOfDouble, MatOfPoint2f) - Static method in class org.opencv.calib3d.Calib3d
-
- projectPoints(MatOfPoint3f, MatOfPoint2f, Mat, Mat, Mat, Mat, double, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- projectPoints(MatOfPoint3f, MatOfPoint2f, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- propertyHandle - Variable in class edu.wpi.cscore.VideoEvent
-
- propertyKind - Variable in class edu.wpi.cscore.VideoEvent
-
- protocol_version - Variable in class edu.wpi.first.networktables.ConnectionInfo
-
The protocol version being used for this connection.
- PSNR(Mat, Mat) - Static method in class org.opencv.core.Core
-
- pt - Variable in class org.opencv.core.KeyPoint
-
Coordinates of the keypoint.
- PTLOC_ERROR - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PTLOC_INSIDE - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PTLOC_ON_EDGE - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PTLOC_OUTSIDE_RECT - Static variable in class org.opencv.imgproc.Subdiv2D
-
- PTLOC_VERTEX - Static variable in class org.opencv.imgproc.Subdiv2D
-
- pulse(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
Generate a single pulse.
- pulse(int, double) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- push_back(Mat) - Method in class org.opencv.core.Mat
-
- put(int, int, double...) - Method in class org.opencv.core.Mat
-
- put(int, int, float[]) - Method in class org.opencv.core.Mat
-
- put(int, int, int[]) - Method in class org.opencv.core.Mat
-
- put(int, int, short[]) - Method in class org.opencv.core.Mat
-
- put(int, int, byte[]) - Method in class org.opencv.core.Mat
-
- putBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a boolean in the table
- putBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given boolean into the preferences table.
- putBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a boolean in the table.
- putBoolean(String, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a boolean in the table
- putBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a boolean array in the table
- putBooleanArray(String, Boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a boolean array in the table
- putBooleanArray(String, boolean[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a boolean array in the table.
- putBooleanArray(String, Boolean[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a boolean array in the table.
- putBooleanArray(String, boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a boolean array in the table
- putBooleanArray(String, Boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a boolean array in the table
- putData(String, Sendable) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Maps the specified key to the specified value in this table.
- putData(Sendable) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Maps the specified key (where the key is the name of the NamedSendable
to the specified value in this table.
- putDouble(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- putDouble(String, double) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given double into the preferences table.
- putDouble(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- putFloat(String, float) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given float into the preferences table.
- putFrame(Mat) - Method in class edu.wpi.cscore.CvSource
-
Put an OpenCV image and notify sinks.
- putInt(String, int) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given int into the preferences table.
- putLong(String, long) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given long into the preferences table.
- putNumber(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a number in the table
- putNumber(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a number in the table.
- putNumber(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a number in the table
- putNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a number array in the table
- putNumberArray(String, Double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a number array in the table
- putNumberArray(String, double[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a number array in the table.
- putNumberArray(String, Double[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a number array in the table.
- putNumberArray(String, double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a number array in the table
- putNumberArray(String, Double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a number array in the table
- putRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a raw value (byte array) in the table
- putRaw(String, ByteBuffer, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a raw value (bytes from a byte buffer) in the table
- putRaw(String, byte[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a raw value (byte array) in the table.
- putRaw(String, ByteBuffer, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a raw value (bytes from a byte buffer) in the table.
- putRaw(String, byte[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a raw value (byte array) in the table
- putRaw(String, ByteBuffer, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a raw value (bytes from a byte buffer) in the table
- putSourceFrame(int, long) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- putString(String, String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a string in the table
- putString(String, String) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given string into the preferences table.
- putString(String, String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a string in the table.
- putString(String, String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a string in the table
- putStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a string array in the table
- putStringArray(String, String[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a string array in the table.
- putStringArray(String, String[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a string array in the table
- putText(Mat, String, Point, int, double, Scalar, int, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- putText(Mat, String, Point, int, double, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
-
- putText(Mat, String, Point, int, double, Scalar) - Static method in class org.opencv.imgproc.Imgproc
-
- putValue(String, NetworkTableValue) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Put a value in the table
- putValue(String, Object) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- putValue(String, Object) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Put a value in the table
- putVideo(String, int, int) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Create a MJPEG stream with OpenCV input.
- PWM - Class in edu.wpi.first.wpilibj
-
Class implements the PWM generation in the FPGA.
- PWM(int) - Constructor for class edu.wpi.first.wpilibj.PWM
-
Allocate a PWM given a channel.
- PWM.PeriodMultiplier - Enum in edu.wpi.first.wpilibj
-
Represents the amount to multiply the minimum servo-pulse pwm period by.
- PWMConfigDataResult - Class in edu.wpi.first.wpilibj
-
Structure for holding the config data result for PWM.
- PWMJNI - Class in edu.wpi.first.wpilibj.hal
-
- PWMJNI() - Constructor for class edu.wpi.first.wpilibj.hal.PWMJNI
-
- PWMSpeedController - Class in edu.wpi.first.wpilibj
-
Common base class for all PWM Speed Controllers.
- PWMSpeedController(int) - Constructor for class edu.wpi.first.wpilibj.PWMSpeedController
-
Constructor.
- PWMTalonSRX - Class in edu.wpi.first.wpilibj
-
Cross the Road Electronics (CTRE) Talon SRX Speed Controller with PWM control.
- PWMTalonSRX(int) - Constructor for class edu.wpi.first.wpilibj.PWMTalonSRX
-
Constructor for a PWMTalonSRX connected via PWM.
- PWMVictorSPX - Class in edu.wpi.first.wpilibj
-
Cross the Road Electronics (CTRE) Victor SPX Speed Controller with PWM control.
- PWMVictorSPX(int) - Constructor for class edu.wpi.first.wpilibj.PWMVictorSPX
-
Constructor for a PWMVictorSPX connected via PWM.
- PYRAMID_AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_BRISK - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_DENSE - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_FAST - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_HARRIS - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_MSER - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_ORB - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
- pyrDown(Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrDown(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrDown(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrMeanShiftFiltering(Mat, Mat, double, double, int, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrMeanShiftFiltering(Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrUp(Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrUp(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
-
- pyrUp(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- radiusMatch(Mat, Mat, List<MatOfDMatch>, float, Mat, boolean) - Method in class org.opencv.features2d.DescriptorMatcher
-
- radiusMatch(Mat, Mat, List<MatOfDMatch>, float) - Method in class org.opencv.features2d.DescriptorMatcher
-
- radiusMatch(Mat, List<MatOfDMatch>, float, List<Mat>, boolean) - Method in class org.opencv.features2d.DescriptorMatcher
-
- radiusMatch(Mat, List<MatOfDMatch>, float) - Method in class org.opencv.features2d.DescriptorMatcher
-
- randn(Mat, double, double) - Static method in class org.opencv.core.Core
-
- randShuffle(Mat, double) - Static method in class org.opencv.core.Core
-
- randShuffle(Mat) - Static method in class org.opencv.core.Core
-
- randu(Mat, double, double) - Static method in class org.opencv.core.Core
-
- Range - Class in org.opencv.core
-
- Range(int, int) - Constructor for class org.opencv.core.Range
-
- Range() - Constructor for class org.opencv.core.Range
-
- Range(double[]) - Constructor for class org.opencv.core.Range
-
- RANSAC - Static variable in class org.opencv.calib3d.Calib3d
-
- RAW_OUTPUT - Static variable in class org.opencv.ml.StatModel
-
- RBF - Static variable in class org.opencv.ml.SVM
-
- read(int, int, byte[]) - Method in class edu.wpi.first.wpilibj.I2C
-
Execute a read transaction with the device.
- read(int, int, ByteBuffer) - Method in class edu.wpi.first.wpilibj.I2C
-
Execute a read transaction with the device.
- read(int) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Read raw bytes out of the buffer.
- read(boolean, byte[], int) - Method in class edu.wpi.first.wpilibj.SPI
-
Read a word from the receive FIFO.
- read(boolean, ByteBuffer, int) - Method in class edu.wpi.first.wpilibj.SPI
-
Read a word from the receive FIFO.
- read(String) - Method in class org.opencv.features2d.DescriptorExtractor
-
- read(String) - Method in class org.opencv.features2d.DescriptorMatcher
-
- read(String) - Method in class org.opencv.features2d.Feature2D
-
- read(String) - Method in class org.opencv.features2d.FeatureDetector
-
- read(Mat) - Method in class org.opencv.videoio.VideoCapture
-
- readAutoReceivedData(ByteBuffer, int, double) - Method in class edu.wpi.first.wpilibj.SPI
-
Read data that has been transferred by the automatic SPI transfer engine.
- readAutoReceivedData(byte[], int, double) - Method in class edu.wpi.first.wpilibj.SPI
-
Read data that has been transferred by the automatic SPI transfer engine.
- readFallingTimestamp() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Return the timestamp for the falling interrupt that occurred most recently.
- readInterruptFallingTimestamp(int) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- readInterruptRisingTimestamp(int) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- readOnly(byte[], int) - Method in class edu.wpi.first.wpilibj.I2C
-
Execute a read only transaction with the device.
- readOnly(ByteBuffer, int) - Method in class edu.wpi.first.wpilibj.I2C
-
Execute a read only transaction with the device.
- readRisingTimestamp() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Return the timestamp for the rising interrupt that occurred most recently.
- readString() - Method in class edu.wpi.first.wpilibj.SerialPort
-
Read a string out of the buffer.
- readString(int) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Read a string out of the buffer.
- REAL - Static variable in class org.opencv.ml.Boost
-
- receiveErrorCount - Variable in class edu.wpi.first.wpilibj.can.CANStatus
-
The CAN Bus receive error count.
- recoverPose(Mat, Mat, Mat, Mat, Mat, double, Point, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- recoverPose(Mat, Mat, Mat, Mat, Mat, double, Point) - Static method in class org.opencv.calib3d.Calib3d
-
- recoverPose(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- recoverPose(Mat, Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- recoverPose(Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- Rect - Class in org.opencv.core
-
- Rect(int, int, int, int) - Constructor for class org.opencv.core.Rect
-
- Rect() - Constructor for class org.opencv.core.Rect
-
- Rect(Point, Point) - Constructor for class org.opencv.core.Rect
-
- Rect(Point, Size) - Constructor for class org.opencv.core.Rect
-
- Rect(double[]) - Constructor for class org.opencv.core.Rect
-
- rectangle(Mat, Point, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- rectangle(Mat, Point, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
-
- rectangle(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
-
- rectify3Collinear(Mat, Mat, Mat, Mat, Mat, Mat, List<Mat>, List<Mat>, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, double, Size, Rect, Rect, int) - Static method in class org.opencv.calib3d.Calib3d
-
- RECURS_FILTER - Static variable in class org.opencv.photo.Photo
-
- reduce(Mat, Mat, int, int, int) - Static method in class org.opencv.core.Core
-
- reduce(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
-
- REDUCE_AVG - Static variable in class org.opencv.core.Core
-
- REDUCE_MAX - Static variable in class org.opencv.core.Core
-
- REDUCE_MIN - Static variable in class org.opencv.core.Core
-
- REDUCE_SUM - Static variable in class org.opencv.core.Core
-
- REG_DISABLE - Static variable in class org.opencv.ml.LogisticRegression
-
- REG_L1 - Static variable in class org.opencv.ml.LogisticRegression
-
- REG_L2 - Static variable in class org.opencv.ml.LogisticRegression
-
- Relay - Class in edu.wpi.first.wpilibj
-
Class for VEX Robotics Spike style relay outputs.
- Relay(int, Relay.Direction) - Constructor for class edu.wpi.first.wpilibj.Relay
-
Relay constructor given a channel.
- Relay(int) - Constructor for class edu.wpi.first.wpilibj.Relay
-
Relay constructor given a channel, allowing both directions.
- Relay.Direction - Enum in edu.wpi.first.wpilibj
-
The Direction(s) that a relay is configured to operate in.
- Relay.InvalidValueException - Exception in edu.wpi.first.wpilibj
-
This class represents errors in trying to set relay values contradictory to the direction to
which the relay is set.
- Relay.Value - Enum in edu.wpi.first.wpilibj
-
The state to drive a Relay to.
- RelayJNI - Class in edu.wpi.first.wpilibj.hal
-
- RelayJNI() - Constructor for class edu.wpi.first.wpilibj.hal.RelayJNI
-
- release() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Kill the thread.
- release() - Method in class org.opencv.core.Mat
-
- release() - Method in class org.opencv.videoio.VideoCapture
-
- release() - Method in class org.opencv.videoio.VideoWriter
-
- releaseDSMutex() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- releaseSink(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- releaseSource(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- remap(Mat, Mat, Mat, Mat, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
-
- remap(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- remote_id - Variable in class edu.wpi.first.networktables.ConnectionInfo
-
- remote_ip - Variable in class edu.wpi.first.networktables.ConnectionInfo
-
The IP address of the remote node.
- remote_port - Variable in class edu.wpi.first.networktables.ConnectionInfo
-
The port number of the remote node.
- remove(DigitalSource) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Removes this filter from the given digital input.
- remove(Encoder) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Removes this filter from the given Encoder.
- remove(Counter) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Removes this filter from the given Counter.
- remove(Sendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Remove a component from the LiveWindow.
- remove(String) - Method in class edu.wpi.first.wpilibj.Preferences
-
Remove a preference.
- removeAll() - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
Removes all commands.
- removeCamera(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Removes a camera by name.
- removeConnectionListener(int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Remove a connection listener.
- removeConnectionListener(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- removeConnectionListener(IRemoteConnectionListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- removeConnectionListener(IRemoteConnectionListener) - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
Deprecated.
Unregister a listener from connection events
- removeEntryListener(int) - Method in class edu.wpi.first.networktables.NetworkTable
-
Remove an entry listener.
- removeEntryListener(int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Remove an entry listener.
- removeEntryListener(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- removeFirst() - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Pop value at front of buffer.
- removeGlobalConnectionListener(IRemoteConnectionListener) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- removeLast() - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Pop value at back of buffer.
- removeListener(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- removeListener(int) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Remove a listener from receiving entry events
- removeLogger(int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Remove a logger.
- removeLogger(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- removeServer(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Removes a server by name.
- removeTableListener(int) - Method in class edu.wpi.first.networktables.NetworkTable
-
Remove a sub-table listener.
- removeTableListener(ITableListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- removeTableListener(ITableListener) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Remove a listener from receiving table events
- repeat(Mat, int, int, Mat) - Static method in class org.opencv.core.Core
-
- replayNumber - Variable in class edu.wpi.first.wpilibj.hal.MatchInfoData
-
Stores the replay number.
- report(int, int) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- report(int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- report(int, int, int, String) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
Report the usage of a resource of interest.
- reportError(String, boolean) - Static method in class edu.wpi.first.wpilibj.DriverStation
-
Report error to Driver Station.
- reportError(String, StackTraceElement[]) - Static method in class edu.wpi.first.wpilibj.DriverStation
-
Report error to Driver Station.
- reportPIDController(int) - Method in interface edu.wpi.first.wpilibj.HLUsageReporting.Interface
-
- reportPIDController(int) - Method in class edu.wpi.first.wpilibj.HLUsageReporting.Null
-
- reportPIDController(int) - Static method in class edu.wpi.first.wpilibj.HLUsageReporting
-
- reportPIDController(int) - Method in class edu.wpi.first.wpilibj.internal.HardwareHLUsageReporting
-
- reportScheduler() - Method in interface edu.wpi.first.wpilibj.HLUsageReporting.Interface
-
- reportScheduler() - Method in class edu.wpi.first.wpilibj.HLUsageReporting.Null
-
- reportScheduler() - Static method in class edu.wpi.first.wpilibj.HLUsageReporting
-
- reportScheduler() - Method in class edu.wpi.first.wpilibj.internal.HardwareHLUsageReporting
-
- reportSmartDashboard() - Method in interface edu.wpi.first.wpilibj.HLUsageReporting.Interface
-
- reportSmartDashboard() - Method in class edu.wpi.first.wpilibj.HLUsageReporting.Null
-
- reportSmartDashboard() - Static method in class edu.wpi.first.wpilibj.HLUsageReporting
-
- reportSmartDashboard() - Method in class edu.wpi.first.wpilibj.internal.HardwareHLUsageReporting
-
- reportWarning(String, boolean) - Static method in class edu.wpi.first.wpilibj.DriverStation
-
Report warning to Driver Station.
- reportWarning(String, StackTraceElement[]) - Static method in class edu.wpi.first.wpilibj.DriverStation
-
Report warning to Driver Station.
- reprojectImageTo3D(Mat, Mat, Mat, boolean, int) - Static method in class org.opencv.calib3d.Calib3d
-
- reprojectImageTo3D(Mat, Mat, Mat, boolean) - Static method in class org.opencv.calib3d.Calib3d
-
- reprojectImageTo3D(Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- requestInterrupts(int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- requestInterrupts(InterruptHandlerFunction<?>) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Request one of the 8 interrupts asynchronously on this digital input.
- requestInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Request one of the 8 interrupts synchronously on this digital input.
- requires(Subsystem) - Method in class edu.wpi.first.wpilibj.command.Command
-
This method specifies that the given
Subsystem
is used by this command.
- reset() - Method in class edu.wpi.first.wpilibj.ADXRS450_Gyro
-
- reset() - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
- reset() - Method in class edu.wpi.first.wpilibj.Counter
-
Reset the Counter to zero.
- reset() - Method in interface edu.wpi.first.wpilibj.CounterBase
-
Reset the count to zero.
- reset() - Method in class edu.wpi.first.wpilibj.Encoder
-
Reset the Encoder distance to zero.
- reset() - Method in class edu.wpi.first.wpilibj.filters.Filter
-
Reset the filter state.
- reset() - Method in class edu.wpi.first.wpilibj.filters.LinearDigitalFilter
-
- reset() - Method in interface edu.wpi.first.wpilibj.interfaces.Gyro
-
Reset the gyro.
- reset() - Method in class edu.wpi.first.wpilibj.PIDController
-
Reset the previous error,, the integral term, and disable the controller.
- reset() - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- reset() - Method in class edu.wpi.first.wpilibj.SerialPort
-
Reset the serial port driver to a known state.
- reset() - Method in interface edu.wpi.first.wpilibj.Timer.Interface
-
Reset the timer by setting the time to 0.
- reset() - Method in class edu.wpi.first.wpilibj.Timer
-
Reset the timer by setting the time to 0.
- reset() - Method in class org.opencv.core.TickMeter
-
- resetAccumulator() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Resets the accumulator to the initial value.
- resetAccumulator(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- resetAccumulator() - Method in class edu.wpi.first.wpilibj.SPI
-
Resets the accumulator to zero.
- resetAnalogGyro(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- resetCounter(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- resetEncoder(int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- resetPDPTotalEnergy(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- resetTotalEnergy() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
Reset the total energy to 0.
- reshape(int, int) - Method in class org.opencv.core.Mat
-
- reshape(int) - Method in class org.opencv.core.Mat
-
- resize(Mat, Mat, Size, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- resize(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
-
- Resource - Class in edu.wpi.first.wpilibj
-
Track resources in the program.
- Resource(int) - Constructor for class edu.wpi.first.wpilibj.Resource
-
Allocate storage for a new instance of Resource.
- response - Variable in class org.opencv.core.KeyPoint
-
The response, by which the strongest keypoints have been selected.
- restartProgram() - Static method in class edu.wpi.first.wpilibj.Resource
-
Clears all allocated resources.
- RETR_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
-
- RETR_EXTERNAL - Static variable in class org.opencv.imgproc.Imgproc
-
- RETR_FLOODFILL - Static variable in class org.opencv.imgproc.Imgproc
-
- RETR_LIST - Static variable in class org.opencv.imgproc.Imgproc
-
- RETR_TREE - Static variable in class org.opencv.imgproc.Imgproc
-
- retrieve(Mat, int) - Method in class org.opencv.videoio.VideoCapture
-
- retrieve(Mat) - Method in class org.opencv.videoio.VideoCapture
-
- returnPIDInput() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
Returns the input for the pid loop.
- returnPIDInput() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Returns the input for the pid loop.
- RHO - Static variable in class org.opencv.calib3d.Calib3d
-
- ROBOT_TASK_PRIORITY - Static variable in class edu.wpi.first.wpilibj.RobotBase
-
The VxWorks priority that robot code should work at (so Java code should run at).
- RobotBase - Class in edu.wpi.first.wpilibj
-
Implement a Robot Program framework.
- RobotBase() - Constructor for class edu.wpi.first.wpilibj.RobotBase
-
Constructor for a generic robot program.
- RobotController - Class in edu.wpi.first.wpilibj
-
Contains functions for roboRIO functionality.
- RobotDrive - Class in edu.wpi.first.wpilibj
-
- RobotDrive(int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Constructor for RobotDrive with 2 motors specified with channel numbers.
- RobotDrive(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Constructor for RobotDrive with 4 motors specified with channel numbers.
- RobotDrive(SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Constructor for RobotDrive with 2 motors specified as SpeedController objects.
- RobotDrive(SpeedController, SpeedController, SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Constructor for RobotDrive with 4 motors specified as SpeedController objects.
- RobotDrive.MotorType - Enum in edu.wpi.first.wpilibj
-
Deprecated.
The location of a motor on the robot for the purpose of driving.
- RobotDriveBase - Class in edu.wpi.first.wpilibj.drive
-
Common base class for drive platforms.
- RobotDriveBase() - Constructor for class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- RobotDriveBase.MotorType - Enum in edu.wpi.first.wpilibj.drive
-
The location of a motor on the robot for the purpose of driving.
- robotInit() - Method in class edu.wpi.first.wpilibj.IterativeRobotBase
-
Robot-wide initialization code should go here.
- robotInit() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Deprecated.
Robot-wide initialization code should go here.
- robotMain() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Deprecated.
Robot main program for free-form programs.
- robotPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobotBase
-
Periodic code for all robot modes should go here.
- RobotState - Class in edu.wpi.first.wpilibj
-
- RobotState() - Constructor for class edu.wpi.first.wpilibj.RobotState
-
- Rodrigues(Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- Rodrigues(Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- rotate(double) - Method in class edu.wpi.first.wpilibj.drive.Vector2d
-
Rotate a vector in Cartesian space.
- rotate(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- ROTATE_180 - Static variable in class org.opencv.core.Core
-
- ROTATE_90_CLOCKWISE - Static variable in class org.opencv.core.Core
-
- ROTATE_90_COUNTERCLOCKWISE - Static variable in class org.opencv.core.Core
-
- RotatedRect - Class in org.opencv.core
-
- RotatedRect() - Constructor for class org.opencv.core.RotatedRect
-
- RotatedRect(Point, Size, double) - Constructor for class org.opencv.core.RotatedRect
-
- RotatedRect(double[]) - Constructor for class org.opencv.core.RotatedRect
-
- rotatedRectangleIntersection(RotatedRect, RotatedRect, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- rotateEdge(int, int) - Method in class org.opencv.imgproc.Subdiv2D
-
- rotateVector(double, double, double) - Static method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Rotate a vector in Cartesian space.
- row(int) - Method in class org.opencv.core.Mat
-
- ROW_SAMPLE - Static variable in class org.opencv.ml.Ml
-
- rowRange(int, int) - Method in class org.opencv.core.Mat
-
- rowRange(Range) - Method in class org.opencv.core.Mat
-
- rows() - Method in class org.opencv.core.Mat
-
- RpcAnswer - Class in edu.wpi.first.networktables
-
NetworkTables Remote Procedure Call (Server Side).
- RpcAnswer(NetworkTableInstance, int, int, String, String, ConnectionInfo) - Constructor for class edu.wpi.first.networktables.RpcAnswer
-
Constructor.
- RpcCall - Class in edu.wpi.first.networktables
-
NetworkTables Remote Procedure Call.
- RpcCall(NetworkTableEntry, int) - Constructor for class edu.wpi.first.networktables.RpcCall
-
Constructor.
- RPROP - Static variable in class org.opencv.ml.ANN_MLP
-
- RQDecomp3x3(Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- RQDecomp3x3(Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- RTrees - Class in org.opencv.ml
-
- RTrees(long) - Constructor for class org.opencv.ml.RTrees
-
- run() - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
Runs a single iteration of the loop.
- run() - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
- runForever() - Method in class edu.wpi.first.wpilibj.vision.VisionRunner
-
- runOnce() - Method in class edu.wpi.first.wpilibj.vision.VisionRunner
-
Runs the pipeline one time, giving it the next image from the video source specified
in the constructor.
- RuntimeDetector - Class in edu.wpi.first.wpiutil
-
- RuntimeDetector() - Constructor for class edu.wpi.first.wpiutil.RuntimeDetector
-
- SafePWM - Class in edu.wpi.first.wpilibj
-
Manages a PWM object.
- SafePWM(int) - Constructor for class edu.wpi.first.wpilibj.SafePWM
-
Constructor for a SafePWM object taking a channel number.
- SAMPLE_RATE_TOO_HIGH - Static variable in class edu.wpi.first.wpilibj.hal.HALUtil
-
- SampleRobot - Class in edu.wpi.first.wpilibj
-
- SampleRobot() - Constructor for class edu.wpi.first.wpilibj.SampleRobot
-
Deprecated.
Create a new SampleRobot.
- sampsonDistance(Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- save(String) - Method in class org.opencv.core.Algorithm
-
- save(String, String) - Method in class org.opencv.objdetect.HOGDescriptor
-
- save(String) - Method in class org.opencv.objdetect.HOGDescriptor
-
- saveEntries(String) - Method in class edu.wpi.first.networktables.NetworkTable
-
Save table values to a file.
- saveEntries(String, String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Save table values to a file.
- saveEntries(int, String, String) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- savePersistent(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Saves persistent keys to a file.
- savePersistent(int, String) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- savePersistent(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- Scalar - Class in org.opencv.core
-
- Scalar(double, double, double, double) - Constructor for class org.opencv.core.Scalar
-
- Scalar(double, double, double) - Constructor for class org.opencv.core.Scalar
-
- Scalar(double, double) - Constructor for class org.opencv.core.Scalar
-
- Scalar(double) - Constructor for class org.opencv.core.Scalar
-
- Scalar(double[]) - Constructor for class org.opencv.core.Scalar
-
- scalarProject(Vector2d) - Method in class edu.wpi.first.wpilibj.drive.Vector2d
-
Returns scalar projection of this vector onto argument.
- scaleAdd(Mat, double, Mat, Mat) - Static method in class org.opencv.core.Core
-
- Scharr(Mat, Mat, int, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- Scharr(Mat, Mat, int, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- Scharr(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- Scheduler - Class in edu.wpi.first.wpilibj.command
-
The
Scheduler
is a singleton which holds the top-level running commands.
- SD540 - Class in edu.wpi.first.wpilibj
-
Mindsensors SD540 Speed Controller.
- SD540(int) - Constructor for class edu.wpi.first.wpilibj.SD540
-
Constructor.
- seamlessClone(Mat, Mat, Mat, Point, Mat, int) - Static method in class org.opencv.photo.Photo
-
- Sendable - Interface in edu.wpi.first.wpilibj
-
The base interface for objects that can be sent over the network through network tables.
- SendableBase - Class in edu.wpi.first.wpilibj
-
Base class for all sensors.
- SendableBase() - Constructor for class edu.wpi.first.wpilibj.SendableBase
-
Creates an instance of the sensor base.
- SendableBase(boolean) - Constructor for class edu.wpi.first.wpilibj.SendableBase
-
Creates an instance of the sensor base.
- SendableBuilder - Interface in edu.wpi.first.wpilibj.smartdashboard
-
- SendableBuilder.BooleanConsumer - Interface in edu.wpi.first.wpilibj.smartdashboard
-
Represents an operation that accepts a single boolean-valued argument and
returns no result.
- SendableBuilderImpl - Class in edu.wpi.first.wpilibj.smartdashboard
-
- SendableBuilderImpl() - Constructor for class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
- SendableChooser<V> - Class in edu.wpi.first.wpilibj.smartdashboard
-
- SendableChooser() - Constructor for class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
- sendError(boolean, int, boolean, String, String, String, boolean) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- SensorBase - Class in edu.wpi.first.wpilibj
-
Base class for all sensors.
- SensorBase() - Constructor for class edu.wpi.first.wpilibj.SensorBase
-
- sepFilter2D(Mat, Mat, int, Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- sepFilter2D(Mat, Mat, int, Mat, Mat, Point, double) - Static method in class org.opencv.imgproc.Imgproc
-
- sepFilter2D(Mat, Mat, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- serialClear(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialClear(byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialClose(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialClose(byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialDisableTermination(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialDisableTermination(byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialEnableTermination(byte, char) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialEnableTermination(byte, char) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialFlush(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialFlush(byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialGetBytesReceived(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialGetBytesReceived(byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialInitializePort(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialInitializePort(byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- SerialPort - Class in edu.wpi.first.wpilibj
-
Driver for the RS-232 serial port on the roboRIO.
- SerialPort(int, SerialPort.Port, int, SerialPort.Parity, SerialPort.StopBits) - Constructor for class edu.wpi.first.wpilibj.SerialPort
-
Create an instance of a Serial Port class.
- SerialPort(int, SerialPort.Port, int, SerialPort.Parity) - Constructor for class edu.wpi.first.wpilibj.SerialPort
-
Create an instance of a Serial Port class.
- SerialPort(int, SerialPort.Port, int) - Constructor for class edu.wpi.first.wpilibj.SerialPort
-
Create an instance of a Serial Port class.
- SerialPort(int, SerialPort.Port) - Constructor for class edu.wpi.first.wpilibj.SerialPort
-
Create an instance of a Serial Port class.
- SerialPort.FlowControl - Enum in edu.wpi.first.wpilibj
-
Represents what type of flow control to use for serial communication.
- SerialPort.Parity - Enum in edu.wpi.first.wpilibj
-
Represents the parity to use for serial communications.
- SerialPort.Port - Enum in edu.wpi.first.wpilibj
-
- SerialPort.StopBits - Enum in edu.wpi.first.wpilibj
-
Represents the number of stop bits to use for Serial Communication.
- SerialPort.WriteBufferMode - Enum in edu.wpi.first.wpilibj
-
Represents which type of buffer mode to use when writing to a serial m_port.
- SerialPortJNI - Class in edu.wpi.first.wpilibj.hal
-
- SerialPortJNI() - Constructor for class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialRead(byte, byte[], int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialRead(byte, byte[], int) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetBaudRate(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetBaudRate(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetDataBits(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetDataBits(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetFlowControl(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetFlowControl(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetParity(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetParity(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetReadBufferSize(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetReadBufferSize(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetStopBits(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetStopBits(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetTimeout(byte, double) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetTimeout(byte, double) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetWriteBufferSize(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetWriteBufferSize(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialSetWriteMode(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialSetWriteMode(byte, byte) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- serialVersionUID - Static variable in exception edu.wpi.first.networktables.PersistentException
-
- serialWrite(byte, byte[], int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialWrite(byte, byte[], int) - Static method in class edu.wpi.first.wpilibj.hal.SerialPortJNI
-
- Servo - Class in edu.wpi.first.wpilibj
-
Standard hobby style servo.
- Servo(int) - Constructor for class edu.wpi.first.wpilibj.Servo
-
Constructor.
- set(int) - Method in class edu.wpi.cscore.VideoProperty
-
- set(long, long) - Method in class edu.wpi.first.wpilibj.AccumulatorResult
-
Set the value and count.
- set(boolean) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
Set the value of a digital output.
- set(DoubleSolenoid.Value) - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
Set the value of a solenoid.
- set(double) - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Set the PWM value.
- set(double) - Method in class edu.wpi.first.wpilibj.PWMSpeedController
-
Set the PWM value.
- set(Relay.Value) - Method in class edu.wpi.first.wpilibj.Relay
-
Set the relay state.
- set(double) - Method in class edu.wpi.first.wpilibj.Servo
-
Set the servo position.
- set(boolean) - Method in class edu.wpi.first.wpilibj.Solenoid
-
Set the value of a solenoid.
- set(double) - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Common interface for setting the speed of a speed controller.
- set(double) - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- set(double[]) - Method in class org.opencv.core.Point
-
- set(double[]) - Method in class org.opencv.core.Point3
-
- set(double[]) - Method in class org.opencv.core.Range
-
- set(double[]) - Method in class org.opencv.core.Rect
-
- set(double[]) - Method in class org.opencv.core.RotatedRect
-
- set(double[]) - Method in class org.opencv.core.Scalar
-
- set(double[]) - Method in class org.opencv.core.Size
-
- set(double[]) - Method in class org.opencv.core.TermCriteria
-
- set(double[]) - Method in class org.opencv.imgproc.Moments
-
- set(int, double) - Method in class org.opencv.videoio.VideoCapture
-
- set(int, double) - Method in class org.opencv.videoio.VideoWriter
-
- set_controlMatrix(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_errorCovPost(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_errorCovPre(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_filterByArea(boolean) - Method in class org.opencv.features2d.Params
-
- set_filterByCircularity(boolean) - Method in class org.opencv.features2d.Params
-
- set_filterByColor(boolean) - Method in class org.opencv.features2d.Params
-
- set_filterByConvexity(boolean) - Method in class org.opencv.features2d.Params
-
- set_filterByInertia(boolean) - Method in class org.opencv.features2d.Params
-
- set_gain(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_m00(double) - Method in class org.opencv.imgproc.Moments
-
- set_m01(double) - Method in class org.opencv.imgproc.Moments
-
- set_m02(double) - Method in class org.opencv.imgproc.Moments
-
- set_m03(double) - Method in class org.opencv.imgproc.Moments
-
- set_m10(double) - Method in class org.opencv.imgproc.Moments
-
- set_m11(double) - Method in class org.opencv.imgproc.Moments
-
- set_m12(double) - Method in class org.opencv.imgproc.Moments
-
- set_m20(double) - Method in class org.opencv.imgproc.Moments
-
- set_m21(double) - Method in class org.opencv.imgproc.Moments
-
- set_m30(double) - Method in class org.opencv.imgproc.Moments
-
- set_maxArea(float) - Method in class org.opencv.features2d.Params
-
- set_maxCircularity(float) - Method in class org.opencv.features2d.Params
-
- set_maxConvexity(float) - Method in class org.opencv.features2d.Params
-
- set_maxInertiaRatio(float) - Method in class org.opencv.features2d.Params
-
- set_maxThreshold(float) - Method in class org.opencv.features2d.Params
-
- set_measurementMatrix(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_measurementNoiseCov(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_minArea(float) - Method in class org.opencv.features2d.Params
-
- set_minCircularity(float) - Method in class org.opencv.features2d.Params
-
- set_minConvexity(float) - Method in class org.opencv.features2d.Params
-
- set_minDistBetweenBlobs(float) - Method in class org.opencv.features2d.Params
-
- set_minInertiaRatio(float) - Method in class org.opencv.features2d.Params
-
- set_minRepeatability(long) - Method in class org.opencv.features2d.Params
-
- set_minThreshold(float) - Method in class org.opencv.features2d.Params
-
- set_mu02(double) - Method in class org.opencv.imgproc.Moments
-
- set_mu03(double) - Method in class org.opencv.imgproc.Moments
-
- set_mu11(double) - Method in class org.opencv.imgproc.Moments
-
- set_mu12(double) - Method in class org.opencv.imgproc.Moments
-
- set_mu20(double) - Method in class org.opencv.imgproc.Moments
-
- set_mu21(double) - Method in class org.opencv.imgproc.Moments
-
- set_mu30(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu02(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu03(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu11(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu12(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu20(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu21(double) - Method in class org.opencv.imgproc.Moments
-
- set_nu30(double) - Method in class org.opencv.imgproc.Moments
-
- set_processNoiseCov(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_statePost(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_statePre(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_thresholdStep(float) - Method in class org.opencv.features2d.Params
-
- set_transitionMatrix(Mat) - Method in class org.opencv.video.KalmanFilter
-
- setAbsoluteTolerance(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Set the absolute error which is considered tolerable for use with OnTarget.
- setAbsoluteTolerance(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the absolute error which is considered tolerable for use with OnTarget.
- setAccelerometerActive(boolean) - Static method in class edu.wpi.first.wpilibj.hal.AccelerometerJNI
-
- setAccelerometerRange(int) - Static method in class edu.wpi.first.wpilibj.hal.AccelerometerJNI
-
- setAccumulatorCenter(int) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the center value of the accumulator.
- setAccumulatorCenter(int, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAccumulatorCenter(int) - Method in class edu.wpi.first.wpilibj.SPI
-
Set the center value of the accumulator.
- setAccumulatorDeadband(int) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the accumulator's deadband.
- setAccumulatorDeadband(int, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAccumulatorDeadband(int) - Method in class edu.wpi.first.wpilibj.SPI
-
Set the accumulator's deadband.
- setAccumulatorInitialValue(long) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Set an initial value for the accumulator.
- setActivationFunction(int, double, double) - Method in class org.opencv.ml.ANN_MLP
-
- setActivationFunction(int) - Method in class org.opencv.ml.ANN_MLP
-
- setActiveVarCount(int) - Method in class org.opencv.ml.RTrees
-
- setAlgorithmType(int) - Method in class org.opencv.ml.KNearest
-
- setAnalogAverageBits(int, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogGyroDeadband(int, double) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- setAnalogGyroParameters(int, double, double, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- setAnalogGyroVoltsPerDegreePerSecond(int, double) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- setAnalogOutput(int, double) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogOversampleBits(int, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogSampleRate(double) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogTriggerAveraged(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogTriggerFiltered(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogTriggerLimitsRaw(int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAnalogTriggerLimitsVoltage(int, double, double) - Static method in class edu.wpi.first.wpilibj.hal.AnalogJNI
-
- setAngle(double) - Method in class edu.wpi.first.wpilibj.Servo
-
Set the servo angle.
- setAutomaticMode(boolean) - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Turn Automatic mode on/off.
- setAutoTransmitData(byte[], int) - Method in class edu.wpi.first.wpilibj.SPI
-
Set the data to be transmitted by the engine.
- setAverageBits(int) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the number of averaging bits.
- setAveraged(boolean) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Configure the analog trigger to use the averaged vs.
- setAxisChannel(Joystick.AxisType, int) - Method in class edu.wpi.first.wpilibj.Joystick
-
- setBackgroundRatio(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setBackpropMomentumScale(double) - Method in class org.opencv.ml.ANN_MLP
-
- setBackpropWeightScale(double) - Method in class org.opencv.ml.ANN_MLP
-
- setBias(float) - Method in class org.opencv.photo.TonemapDrago
-
- setBlockSize(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setBlockSize(int) - Method in class org.opencv.features2d.GFTTDetector
-
- setBoolean(boolean) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setBoolean(int, long, boolean, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setBooleanArray(boolean[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setBooleanArray(Boolean[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setBooleanArray(int, long, boolean[], boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setBoostType(int) - Method in class org.opencv.ml.Boost
-
- setBounds(double, double, double, double, double) - Method in class edu.wpi.first.wpilibj.PWM
-
Set the bounds on the PWM pulse widths.
- setBrightness(int) - Method in class edu.wpi.cscore.VideoCamera
-
Set the brightness, as a percentage (0-100).
- setC(double) - Method in class org.opencv.ml.SVM
-
- setCalculateVarImportance(boolean) - Method in class org.opencv.ml.RTrees
-
- setCameraBrightness(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setCameraExposureAuto(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setCameraExposureHoldCurrent(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setCameraExposureManual(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setCameraWhiteBalanceAuto(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setCameraWhiteBalanceHoldCurrent(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setCameraWhiteBalanceManual(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setChipSelectActiveHigh() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the chip select line to be active high.
- setChipSelectActiveLow() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the chip select line to be active low.
- setClassWeights(Mat) - Method in class org.opencv.ml.SVM
-
- setClientMode() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setClipLimit(double) - Method in class org.opencv.imgproc.CLAHE
-
- setClockActiveHigh() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the clock output line to be active high.
- setClockActiveLow() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the clock output line to be active low.
- setClockRate(int) - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the rate of the generated clock signal.
- setClosedLoopControl(boolean) - Method in class edu.wpi.first.wpilibj.Compressor
-
Set the PCM in closed loop control mode.
- setClustersNumber(int) - Method in class org.opencv.ml.EM
-
- setCoef0(double) - Method in class org.opencv.ml.SVM
-
- setColorAdaptation(float) - Method in class org.opencv.photo.TonemapReinhard
-
- setComplexityReductionThreshold(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setCompressorClosedLoopControl(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- setConnected(boolean) - Method in class edu.wpi.cscore.CvSource
-
Set source connection status.
- setContinuous(boolean) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the PID controller to consider the input to be continuous, Rather then using the max and
min input range as constraints, it considers them to be the same point and automatically
calculates the shortest route to the setpoint.
- setContinuous() - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the PID controller to consider the input to be continuous, Rather then using the max and
min input range as constraints, it considers them to be the same point and automatically
calculates the shortest route to the setpoint.
- setContrast(float) - Method in class org.opencv.photo.TonemapDurand
-
- setContrastWeight(float) - Method in class org.opencv.photo.MergeMertens
-
- setCounterAverageSize(int, int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterDownSource(int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterDownSourceEdge(int, boolean, boolean) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterExternalDirectionMode(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterMaxPeriod(int, double) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterPulseLengthMode(int, double) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterReverseDirection(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterSamplesToAverage(int, int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterSemiPeriodMode(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterUpdateWhenEmpty(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterUpDownMode(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterUpSource(int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCounterUpSourceEdge(int, boolean, boolean) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- setCovarianceMatrixType(int) - Method in class org.opencv.ml.EM
-
- setCurrentThreadPriority(boolean, int) - Static method in class edu.wpi.first.wpilibj.hal.ThreadsJNI
-
- setCurrentThreadPriority(boolean, int) - Static method in class edu.wpi.first.wpilibj.Threads
-
Sets the thread priority for the current thread.
- setCut(boolean) - Method in class org.opencv.photo.AlignMTB
-
- setCVFolds(int) - Method in class org.opencv.ml.DTrees
-
- setD(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the Differential coefficient of the PID controller gain.
- setData(String, String, int, int, int) - Method in class edu.wpi.first.wpilibj.hal.MatchInfoData
-
Called from JNI to set the structure data.
- setDeadband(double) - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
Change the default value for deadband scaling.
- setDefaultBoolean(boolean) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultBoolean(int, long, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultBoolean(String, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultBooleanArray(boolean[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultBooleanArray(Boolean[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultBooleanArray(int, long, boolean[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultBooleanArray(String, Boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultBooleanArray(String, boolean[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultBooleanArray(String, Boolean[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultBooleanArray(String, boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultBooleanArray(String, Boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultCommand(Command) - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Sets the default command.
- setDefaultDouble(double) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultDouble(int, long, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultDoubleArray(double[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultDoubleArray(int, long, double[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultK(int) - Method in class org.opencv.ml.KNearest
-
- setDefaultNumber(Number) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultNumber(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumber(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumber(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(Number[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(String, Double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(String, double[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(String, Double[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(String, double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(String, Double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultRaw(byte[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultRaw(int, long, byte[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultRaw(String, byte[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultRaw(String, byte[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
-
Set the default location for the Solenoid module.
- setDefaultString(String) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultString(int, long, String) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultString(String, String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultString(String, String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultString(String, String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultStringArray(String[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultStringArray(int, long, String[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDefaultStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultStringArray(String, String[]) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultStringArray(String, String[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Gets the current value in the table, setting it if it does not exist.
- setDefaultValue(Object) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value if it does not exist.
- setDefaultValue(String, NetworkTableValue) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Sets the current value in the table if it does not exist.
- setDegree(double) - Method in class org.opencv.ml.SVM
-
- setDelta(int) - Method in class org.opencv.features2d.MSER
-
- setDescription(String) - Method in class edu.wpi.cscore.CvSink
-
Set sink description.
- setDescription(String) - Method in class edu.wpi.cscore.CvSource
-
Set source description.
- setDescriptorChannels(int) - Method in class org.opencv.features2d.AKAZE
-
- setDescriptorSize(int) - Method in class org.opencv.features2d.AKAZE
-
- setDescriptorType(int) - Method in class org.opencv.features2d.AKAZE
-
- setDetectShadows(boolean) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setDetectShadows(boolean) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setDiffusivity(int) - Method in class org.opencv.features2d.AKAZE
-
- setDiffusivity(int) - Method in class org.opencv.features2d.KAZE
-
- setDigitalPWMDutyCycle(int, double) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- setDigitalPWMOutputChannel(int, int) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- setDigitalPWMRate(double) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- setDIO(int, short) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- setDirection(Relay.Direction) - Method in class edu.wpi.first.wpilibj.Relay
-
Set the Relay Direction.
- setDisabled() - Method in class edu.wpi.first.wpilibj.PWM
-
Temporarily disables the PWM output.
- setDisp12MaxDiff(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setDist2Threshold(double) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setDistancePerPulse(double) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the distance per pulse for this counter.
- setDistancePerPulse(double) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the distance per pulse for this encoder.
- setDistanceUnits(Ultrasonic.Unit) - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Set the current DistanceUnit that should be used for the PIDSource base object.
- setDouble(double) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setDouble(int, long, double, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDoubleArray(double[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setDoubleArray(int, long, double[], boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setDownSource(int) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the down counting source to be a digital input channel.
- setDownSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the source object that causes the counter to count down.
- setDownSource(AnalogTrigger, AnalogTriggerOutput.AnalogTriggerType) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the down counting source to be an analog trigger.
- setDownSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the edge sensitivity on a down counting source.
- setDSClientEnabled(boolean) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setEdgeThreshold(int) - Method in class org.opencv.features2d.ORB
-
- setEmax(int) - Method in class org.opencv.ml.KNearest
-
- setEnabled(boolean) - Method in class edu.wpi.cscore.CvSink
-
Enable or disable getting new frames.
- setEnabled(boolean) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Set the enabled state of LiveWindow.
- setEnabled(boolean) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the enabled state of the PIDController.
- setEnabled(boolean) - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Set if the ultrasonic is enabled.
- setEncoderDistancePerPulse(int, double) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- setEncoderIndexSource(int, int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- setEncoderMaxPeriod(int, double) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- setEncoderMinRate(int, double) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- setEncoderReverseDirection(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- setEncoderSamplesToAverage(int, int) - Static method in class edu.wpi.first.wpilibj.hal.EncoderJNI
-
- setEntryFlags(int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- SetEnumPropertyChoices(VideoProperty, String[]) - Method in class edu.wpi.cscore.CvSource
-
Configure enum property choices.
- setEpsilon(double) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setErrorVerbosity(boolean) - Static method in class org.opencv.core.Core
-
- setExcludeRange(int) - Method in class org.opencv.photo.AlignMTB
-
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- setExpiration(double) - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Set the expiration time for the corresponding motor safety object.
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Set the safety expiration time.
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.Relay
-
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.SafePWM
-
Set the expiration time for the PWM object.
- setExposureAuto() - Method in class edu.wpi.cscore.VideoCamera
-
Set the exposure to auto aperture.
- setExposureHoldCurrent() - Method in class edu.wpi.cscore.VideoCamera
-
Set the exposure to hold current.
- setExposureManual(int) - Method in class edu.wpi.cscore.VideoCamera
-
Set the exposure to manual, as a percentage (0-100).
- setExposureWeight(float) - Method in class org.opencv.photo.MergeMertens
-
- setExtended(boolean) - Method in class org.opencv.features2d.KAZE
-
- setExternalDirectionMode() - Method in class edu.wpi.first.wpilibj.Counter
-
Set external direction mode on this counter.
- setF(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the Feed forward coefficient of the PID controller gain.
- setFastPyramids(boolean) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setFastThreshold(int) - Method in class org.opencv.features2d.ORB
-
- setFiltered(boolean) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Configure the analog trigger to use a filtered value.
- setFilterPeriod(int, int) - Static method in class edu.wpi.first.wpilibj.hal.DigitalGlitchFilterJNI
-
- setFilterSelect(int, int) - Static method in class edu.wpi.first.wpilibj.hal.DigitalGlitchFilterJNI
-
- setFirstLevel(int) - Method in class org.opencv.features2d.ORB
-
- setFlags(int) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets flags.
- setFlags(String, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Sets flags on the specified key in this table.
- setFlags(String, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Sets flags on the specified key in this table.
- setFlags(String, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Sets flags on the specified key in this table.
- setFlags(int) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setFlags(int) - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- setFlowControl(SerialPort.FlowControl) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Set the type of flow control to enable on this port.
- setFPS(int) - Method in class edu.wpi.cscore.VideoSource
-
Set the frames per second (FPS).
- setGamma(double) - Method in class org.opencv.ml.SVM
-
- setGamma(float) - Method in class org.opencv.photo.Tonemap
-
- setGamma(double) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setGlobalSampleRate(double) - Static method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the sample rate per channel.
- setHandler(Runnable) - Method in class edu.wpi.first.wpilibj.Notifier
-
Change the handler function.
- setHarrisDetector(boolean) - Method in class org.opencv.features2d.GFTTDetector
-
- setHistory(int) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setHistory(int) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setHttpCameraUrls(int, String[]) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setI(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the Integral coefficient of the PID controller gain.
- setIdentity(Mat, Scalar) - Static method in class org.opencv.core.Core
-
- setIdentity(Mat) - Static method in class org.opencv.core.Core
-
- SetImplementation(HLUsageReporting.Interface) - Static method in class edu.wpi.first.wpilibj.HLUsageReporting
-
- SetImplementation(RobotState.Interface) - Static method in class edu.wpi.first.wpilibj.RobotState
-
- SetImplementation(Timer.StaticInterface) - Static method in class edu.wpi.first.wpilibj.Timer
-
- setIndexSource(int) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the index source for the encoder.
- setIndexSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the index source for the encoder.
- setIndexSource(int, Encoder.IndexingType) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the index source for the encoder.
- setIndexSource(DigitalSource, Encoder.IndexingType) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the index source for the encoder.
- setInitialStepSize(float) - Method in class org.opencv.ml.SVMSGD
-
- setInnerIterations(int) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setInputRange(double, double) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
Sets the maximum and minimum values expected from the input and setpoint.
- setInputRange(double, double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Sets the maximum and minimum values expected from the input.
- setInputRange(double, double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Sets the maximum and minimum values expected from the input and setpoint.
- setIntensity(float) - Method in class org.opencv.photo.TonemapReinhard
-
- setInterruptible(boolean) - Method in class edu.wpi.first.wpilibj.command.Command
-
Sets whether or not this command can be interrupted.
- setInterruptUpSourceEdge(int, boolean, boolean) - Static method in class edu.wpi.first.wpilibj.hal.InterruptJNI
-
- setInverted(boolean) - Method in class edu.wpi.first.wpilibj.buttons.InternalButton
-
- setInverted(boolean) - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
- setInverted(boolean) - Method in class edu.wpi.first.wpilibj.PWMSpeedController
-
- setInverted(boolean) - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Common interface for inverting direction of a speed controller.
- setInverted(boolean) - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- setInvertedMotor(RobotDrive.MotorType, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Invert a motor direction.
- setIPAddress(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setIPAddress(String[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setIsClassifier(boolean) - Method in class org.opencv.ml.KNearest
-
- setIterations(int) - Method in class org.opencv.ml.LogisticRegression
-
- setJoystickOutputs(byte, int, short, short) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- setK(double) - Method in class org.opencv.features2d.GFTTDetector
-
- setKernel(int) - Method in class org.opencv.ml.SVM
-
- setkNNSamples(int) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setLambda(float) - Method in class org.opencv.photo.CalibrateDebevec
-
- setLambda(double) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setLayerSizes(Mat) - Method in class org.opencv.ml.ANN_MLP
-
- setLearningRate(double) - Method in class org.opencv.ml.LogisticRegression
-
- setLeftRightMotorOutputs(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Set the speed of the right and left motors.
- setLightAdaptation(float) - Method in class org.opencv.photo.TonemapReinhard
-
- setLimitsRaw(int, int) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Set the upper and lower limits of the analog trigger.
- setLimitsVoltage(double, double) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
-
Set the upper and lower limits of the analog trigger.
- setLogger(CameraServerJNI.LoggerFunction, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setLSBFirst() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the order that bits are sent and received on the wire to be least significant bit
first.
- setMarginRegularization(float) - Method in class org.opencv.ml.SVMSGD
-
- setMarginType(int) - Method in class org.opencv.ml.SVMSGD
-
- setMaxArea(int) - Method in class org.opencv.features2d.MSER
-
- setMaxBits(int) - Method in class org.opencv.photo.AlignMTB
-
- setMaxCategories(int) - Method in class org.opencv.ml.DTrees
-
- setMaxDepth(int) - Method in class org.opencv.ml.DTrees
-
- setMaxFeatures(int) - Method in class org.opencv.features2d.GFTTDetector
-
- setMaxFeatures(int) - Method in class org.opencv.features2d.ORB
-
- setMaxIter(int) - Method in class org.opencv.photo.CalibrateRobertson
-
- setMaxLevel(int) - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- setMaxOutput(double) - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
Configure the scaling factor for using drive methods with motor controllers in a mode other
than PercentVbus or to limit the maximum output.
- setMaxOutput(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Configure the scaling factor for using RobotDrive with motor controllers in a mode other than
PercentVbus.
- setMaxPeriod(double) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the maximum period where the device is still considered "moving".
- setMaxPeriod(double) - Method in interface edu.wpi.first.wpilibj.CounterBase
-
Set the maximum time between edges to be considered stalled.
- setMaxPeriod(double) - Method in class edu.wpi.first.wpilibj.Encoder
-
Sets the maximum period for stopped detection.
- setMedianFiltering(int) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setMinArea(int) - Method in class org.opencv.features2d.MSER
-
- setMinDisparity(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setMinDistance(double) - Method in class org.opencv.features2d.GFTTDetector
-
- setMinEigThreshold(double) - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- setMiniBatchSize(int) - Method in class org.opencv.ml.LogisticRegression
-
- setMinRate(double) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the minimum rate of the device before the hardware reports it stopped.
- setMinSampleCount(int) - Method in class org.opencv.ml.DTrees
-
- setMode(int) - Method in class org.opencv.calib3d.StereoSGBM
-
- setMSBFirst() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure the order that bits are sent and received on the wire to be most significant bit
first.
- setName(String) - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
- setName(String) - Method in interface edu.wpi.first.wpilibj.NamedSendable
-
Deprecated.
- setName(String) - Method in interface edu.wpi.first.wpilibj.Sendable
-
- setName(String, String) - Method in interface edu.wpi.first.wpilibj.Sendable
-
Sets both the subsystem name and device name of this
Sendable
object.
- setName(String) - Method in class edu.wpi.first.wpilibj.SendableBase
-
- setName(String, int) - Method in class edu.wpi.first.wpilibj.SendableBase
-
Sets the name of the sensor with a channel number.
- setName(String, int, int) - Method in class edu.wpi.first.wpilibj.SendableBase
-
Sets the name of the sensor with a module and channel number.
- setNetworkIdentity(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Set the network identity of this node.
- setNetworkIdentity(int, String) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setNetworkIdentity(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setNLevels(int) - Method in class org.opencv.features2d.ORB
-
- setNMixtures(int) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setNOctaveLayers(int) - Method in class org.opencv.features2d.AKAZE
-
- setNOctaveLayers(int) - Method in class org.opencv.features2d.KAZE
-
- setNOctaves(int) - Method in class org.opencv.features2d.AKAZE
-
- setNOctaves(int) - Method in class org.opencv.features2d.KAZE
-
- setNonmaxSuppression(boolean) - Method in class org.opencv.features2d.AgastFeatureDetector
-
- setNonmaxSuppression(boolean) - Method in class org.opencv.features2d.FastFeatureDetector
-
- setNSamples(int) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setNu(double) - Method in class org.opencv.ml.SVM
-
- setNumber(Number) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setNumberArray(Number[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setNumDisparities(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setNumIters(int) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setNumLevels(int) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setNumThreads(int) - Static method in class org.opencv.core.Core
-
- setOneShotDuration(int, long) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- setOptimalParameters(int, int) - Method in class org.opencv.ml.SVMSGD
-
- setOptimalParameters() - Method in class org.opencv.ml.SVMSGD
-
- setOuterIterations(int) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Set a single HID output value for the HID.
- setOutputRange(double, double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Sets the maximum and minimum values to write.
- setOutputRange(double, double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Sets the minimum and maximum values to write.
- setOutputs(int) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- setOutputs(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Set all HID output values for the HID.
- setOversampleBits(int) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the number of oversample bits.
- setP(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the Proportional coefficient of the PID controller gain.
- setP(double) - Method in class org.opencv.ml.SVM
-
- setP1(int) - Method in class org.opencv.calib3d.StereoSGBM
-
- setP2(int) - Method in class org.opencv.calib3d.StereoSGBM
-
- setPass2Only(boolean) - Method in class org.opencv.features2d.MSER
-
- setPatchSize(int) - Method in class org.opencv.features2d.ORB
-
- setPercentTolerance(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Set the percentage error which is considered tolerable for use with OnTarget.
- setPercentTolerance(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the percentage error which is considered tolerable for use with OnTarget.
- setPeriod(double) - Method in class edu.wpi.first.wpilibj.TimedRobot
-
Set time period between calls to Periodic() functions.
- setPeriodCycles(int) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Sets the number of FPGA cycles that the input must hold steady to pass through this glitch
filter.
- setPeriodMultiplier(PWM.PeriodMultiplier) - Method in class edu.wpi.first.wpilibj.PWM
-
Slow down the PWM signal for old devices.
- setPeriodNanoSeconds(long) - Method in class edu.wpi.first.wpilibj.DigitalGlitchFilter
-
Sets the number of nanoseconds that the input must hold steady to pass through this glitch
filter.
- setPersistent() - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Make value persistent through program restarts.
- setPersistent(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deprecated.
Makes a key's value persistent through program restarts.
- setPersistent(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Makes a key's value persistent through program restarts.
- setPersistent(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Deprecated.
Makes a key's value persistent through program restarts.
- setPersistentFilename(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setPID(double, double, double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the PID Controller gain parameters.
- setPID(double, double, double, double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the PID Controller gain parameters.
- setPID(double, double, double) - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.Counter
-
Set which parameter of the encoder you are using as a process control variable.
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set which parameter of the encoder you are using as a process control variable.
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.filters.Filter
-
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.GyroBase
-
Set which parameter of the gyro you are using as a process control variable.
- setPIDSourceType(PIDSourceType) - Method in interface edu.wpi.first.wpilibj.PIDSource
-
Set which parameter of the device you are using as a process control variable.
- setPIDSourceType(PIDSourceType) - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- setPixelFormat(VideoMode.PixelFormat) - Method in class edu.wpi.cscore.VideoSource
-
Set the pixel format.
- setPolyN(int) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setPolySigma(double) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setPort(int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setPosition(double) - Method in class edu.wpi.first.wpilibj.PWM
-
Set the PWM value based on a position.
- setPreFilterCap(int) - Method in class org.opencv.calib3d.StereoBM
-
- setPreFilterCap(int) - Method in class org.opencv.calib3d.StereoSGBM
-
- setPreFilterSize(int) - Method in class org.opencv.calib3d.StereoBM
-
- setPreFilterType(int) - Method in class org.opencv.calib3d.StereoBM
-
- setPressed(boolean) - Method in class edu.wpi.first.wpilibj.buttons.InternalButton
-
- setPriors(Mat) - Method in class org.opencv.ml.DTrees
-
- setProperty(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setPulseDuration(double) - Method in class edu.wpi.first.wpilibj.Solenoid
-
Set the pulse duration in the PCM.
- setPulseLengthMode(double) - Method in class edu.wpi.first.wpilibj.Counter
-
Configure the counter to count in up or down based on the length of the input pulse.
- setPWMConfig(int, double, double, double, double, double) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMConfigRaw(int, int, int, int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMDisabled(int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMEliminateDeadband(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMPeriodScale(int, int) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMPosition(int, double) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMRate(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
Change the PWM frequency of the PWM output on a Digital Output line.
- setPWMRaw(int, short) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPWMSpeed(int, double) - Static method in class edu.wpi.first.wpilibj.hal.PWMJNI
-
- setPyrScale(double) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setQualityLevel(double) - Method in class org.opencv.features2d.GFTTDetector
-
- setQuickStopAlpha(double) - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
Sets the low-pass filter gain for QuickStop in curvature drive.
- setQuickStopThreshold(double) - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
Sets the QuickStop speed threshold in curvature drive.
- setRandom(boolean) - Method in class org.opencv.photo.CalibrateDebevec
-
- setRange(Accelerometer.Range) - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- setRange(Accelerometer.Range) - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- setRange(Accelerometer.Range) - Method in class edu.wpi.first.wpilibj.ADXL362
-
- setRange(Accelerometer.Range) - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- setRange(Accelerometer.Range) - Method in interface edu.wpi.first.wpilibj.interfaces.Accelerometer
-
Common interface for setting the measuring range of an accelerometer.
- setRaw(byte[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setRaw(ByteBuffer, int) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setRaw(int, long, byte[], boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setRaw(int, long, ByteBuffer, int, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setRaw(int) - Method in class edu.wpi.first.wpilibj.PWM
-
Set the PWM value directly to the hardware.
- setReadBufferSize(int) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Specify the size of the input buffer.
- setRegressionAccuracy(float) - Method in class org.opencv.ml.DTrees
-
- setRegularization(int) - Method in class org.opencv.ml.LogisticRegression
-
- setRelay(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.RelayJNI
-
- setResolution(int, int) - Method in class edu.wpi.cscore.VideoSource
-
Set the resolution.
- setReverseDirection(boolean) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the Counter to return reversed sensing on the direction.
- setReverseDirection(boolean) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the direction sensing for this encoder.
- setRNGSeed(int) - Static method in class org.opencv.core.Core
-
- setROI1(Rect) - Method in class org.opencv.calib3d.StereoBM
-
- setROI2(Rect) - Method in class org.opencv.calib3d.StereoBM
-
- setRpropDW0(double) - Method in class org.opencv.ml.ANN_MLP
-
- setRpropDWMax(double) - Method in class org.opencv.ml.ANN_MLP
-
- setRpropDWMin(double) - Method in class org.opencv.ml.ANN_MLP
-
- setRpropDWMinus(double) - Method in class org.opencv.ml.ANN_MLP
-
- setRpropDWPlus(double) - Method in class org.opencv.ml.ANN_MLP
-
- setRumble(GenericHID.RumbleType, double) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Deprecated.
- setRumble(GenericHID.RumbleType, double) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Set the rumble output for the HID.
- setRunWhenDisabled(boolean) - Method in class edu.wpi.first.wpilibj.command.Command
-
Sets whether or not this
Command
should run when the robot is disabled.
- setSafeState(Runnable) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Set the function that should be called to set the Sendable into a safe
state.
- setSafeState(Runnable) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Set the function that should be called to set the Sendable into a safe
state.
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- setSafetyEnabled(boolean) - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
-
Enable/disable motor safety for this device Turn on and off the motor safety option for this
PWM object.
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.Relay
-
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.SafePWM
-
- setSampleDataOnFalling() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure that the data is stable on the falling edge and the data changes on the rising edge.
- setSampleDataOnRising() - Method in class edu.wpi.first.wpilibj.SPI
-
Configure that the data is stable on the rising edge and the data changes on the falling edge.
- setSamples(int) - Method in class org.opencv.photo.CalibrateDebevec
-
- setSamplesToAverage(int) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the Samples to Average which specifies the number of samples of the timer to average when
calculating the period.
- setSamplesToAverage(int) - Method in class edu.wpi.first.wpilibj.Encoder
-
Set the Samples to Average which specifies the number of samples of the timer to average when
calculating the period.
- setSaturation(float) - Method in class org.opencv.photo.TonemapDrago
-
- setSaturation(float) - Method in class org.opencv.photo.TonemapDurand
-
- setSaturation(float) - Method in class org.opencv.photo.TonemapMantiuk
-
- setSaturationWeight(float) - Method in class org.opencv.photo.MergeMertens
-
- setScale(float) - Method in class org.opencv.photo.TonemapMantiuk
-
- setScaleFactor(double) - Method in class org.opencv.features2d.ORB
-
- setScalesNumber(int) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setScaleStep(double) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setScoreType(int) - Method in class org.opencv.features2d.ORB
-
- setSemiPeriodMode(boolean) - Method in class edu.wpi.first.wpilibj.Counter
-
Set Semi-period mode on this counter.
- setSensitivity(double) - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Set the accelerometer sensitivity.
- setSensitivity(double) - Method in class edu.wpi.first.wpilibj.AnalogGyro
-
Set the gyro sensitivity.
- setSensitivity(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
Set the turning sensitivity.
- setServer(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server address and port for client (without restarting client).
- setServer(String, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server address and port for client (without restarting client).
- setServer(String[]) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server addresses and port for client (without restarting client).
- setServer(String[], int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server addresses and port for client (without restarting client).
- setServer(String[], int[]) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server addresses and ports for client (without restarting client).
- setServer(int, String, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setServer(int, String[], int[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setServerMode() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setServerTeam(int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server addresses and port for client (without restarting client).
- setServerTeam(int, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Sets server addresses and port for client (without restarting client).
- setServerTeam(int, int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setSetpoint(double) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
Sets the setpoint to the given value.
- setSetpoint(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Sets the setpoint to the given value.
- setSetpoint(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the setpoint for the PIDController.
- setSetpoint(double) - Method in interface edu.wpi.first.wpilibj.PIDInterface
-
- setSetpointRelative(double) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
Adds the given value to the setpoint.
- setSetpointRelative(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
Adds the given value to the setpoint.
- setShadowThreshold(double) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setShadowThreshold(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setShadowValue(int) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setShadowValue(int) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setSigmaColor(float) - Method in class org.opencv.photo.TonemapDurand
-
- setSigmaSpace(float) - Method in class org.opencv.photo.TonemapDurand
-
- setSinkDescription(int, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSinkEnabled(int, boolean) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSinkSource(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSmallerBlockSize(int) - Method in class org.opencv.calib3d.StereoBM
-
- setSmartDashboardType(String) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Set the string representation of the named data type that will be used
by the smart dashboard for this sendable.
- setSmartDashboardType(String) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Set the string representation of the named data type that will be used
by the smart dashboard for this sendable.
- setSolenoid(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- setSource(VideoSource) - Method in class edu.wpi.cscore.VideoSink
-
Configure which source should provide frames to this sink.
- setSourceConnected(int, boolean) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSourceDescription(int, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSourceEnumPropertyChoices(int, int, String[]) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSourceFPS(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSourcePixelFormat(int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSourceResolution(int, int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSourceVideoMode(int, int, int, int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSpeckleRange(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setSpeckleWindowSize(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setSpeed(double) - Method in class edu.wpi.first.wpilibj.PWM
-
Set the PWM value based on a speed.
- setStatus(double, int, int, int, int) - Method in class edu.wpi.first.wpilibj.can.CANStatus
-
- setStepDecreasingPower(float) - Method in class org.opencv.ml.SVMSGD
-
- setString(String) - Method in class edu.wpi.cscore.VideoProperty
-
- setString(String) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setString(int, long, String, boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setStringArray(String[]) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value.
- setStringArray(int, long, String[], boolean) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setStringProperty(int, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSubsystem(String) - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
- setSubsystem(String) - Method in interface edu.wpi.first.wpilibj.NamedSendable
-
Deprecated.
- setSubsystem(String) - Method in interface edu.wpi.first.wpilibj.Sendable
-
Sets the subsystem name of this
Sendable
object.
- setSubsystem(String) - Method in class edu.wpi.first.wpilibj.SendableBase
-
- setSVMDetector(Mat) - Method in class org.opencv.objdetect.HOGDescriptor
-
- setSvmsgdType(int) - Method in class org.opencv.ml.SVMSGD
-
- setTable(NetworkTable) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Set the network table.
- setTau(double) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setTeam(int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.ml.ANN_MLP
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.ml.EM
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.ml.LogisticRegression
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.ml.RTrees
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.ml.SVM
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.ml.SVMSGD
-
- setTermCriteria(TermCriteria) - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- setTextureThreshold(int) - Method in class org.opencv.calib3d.StereoBM
-
- setTheta(double) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setThreshold(int) - Method in class org.opencv.features2d.AgastFeatureDetector
-
- setThreshold(double) - Method in class org.opencv.features2d.AKAZE
-
- setThreshold(int) - Method in class org.opencv.features2d.FastFeatureDetector
-
- setThreshold(double) - Method in class org.opencv.features2d.KAZE
-
- setThreshold(float) - Method in class org.opencv.photo.CalibrateRobertson
-
- setThrottleChannel(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Set the channel associated with the throttle axis.
- setTilesGridSize(Size) - Method in class org.opencv.imgproc.CLAHE
-
- setTimeout(double) - Method in class edu.wpi.first.wpilibj.command.Command
-
Sets the timeout of this command.
- setTimeout(double) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Configure the timeout of the serial m_port.
- setTo(Scalar) - Method in class org.opencv.core.Mat
-
- setTo(Scalar, Mat) - Method in class org.opencv.core.Mat
-
- setTo(Mat, Mat) - Method in class org.opencv.core.Mat
-
- setTo(Mat) - Method in class org.opencv.core.Mat
-
- setTolerance(PIDController.Tolerance) - Method in class edu.wpi.first.wpilibj.PIDController
-
- setToleranceBuffer(int) - Method in class edu.wpi.first.wpilibj.PIDController
-
- setTrainMethod(int, double, double) - Method in class org.opencv.ml.ANN_MLP
-
- setTrainMethod(int) - Method in class org.opencv.ml.ANN_MLP
-
- setTrainMethod(int) - Method in class org.opencv.ml.LogisticRegression
-
- setTrainTestSplit(int, boolean) - Method in class org.opencv.ml.TrainData
-
- setTrainTestSplit(int) - Method in class org.opencv.ml.TrainData
-
- setTrainTestSplitRatio(double, boolean) - Method in class org.opencv.ml.TrainData
-
- setTrainTestSplitRatio(double) - Method in class org.opencv.ml.TrainData
-
- setTruncatePrunedTree(boolean) - Method in class org.opencv.ml.DTrees
-
- setTwistChannel(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Set the channel associated with the twist axis.
- setType(int) - Method in class org.opencv.features2d.AgastFeatureDetector
-
- setType(int) - Method in class org.opencv.features2d.FastFeatureDetector
-
- setType(int) - Method in class org.opencv.ml.SVM
-
- setUniquenessRatio(int) - Method in class org.opencv.calib3d.StereoBM
-
- setUniquenessRatio(int) - Method in class org.opencv.calib3d.StereoSGBM
-
- setupAnalogGyro(int) - Static method in class edu.wpi.first.wpilibj.hal.AnalogGyroJNI
-
- setUpdateRate(double) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Set the periodic update rate.
- setUpdateRate(int, double) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- setUpdateRate(double) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- setUpdateTable(Runnable) - Method in interface edu.wpi.first.wpilibj.smartdashboard.SendableBuilder
-
Set the function that should be called to update the network table
for things other than properties.
- setUpdateTable(Runnable) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Set the function that should be called to update the network table
for things other than properties.
- setUpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.Counter
-
Select whether you want to continue updating the event timer output when there are no samples
captured.
- setUpDownCounterMode() - Method in class edu.wpi.first.wpilibj.Counter
-
Set standard up / down counting mode on this counter.
- setUpright(boolean) - Method in class org.opencv.features2d.KAZE
-
- setUpSource(int) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the upsource for the counter as a digital input channel.
- setUpSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the source object that causes the counter to count up.
- setUpSource(AnalogTrigger, AnalogTriggerOutput.AnalogTriggerType) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the up counting source to be an analog trigger.
- setUpSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.Counter
-
Set the edge sensitivity on an up counting source.
- setUpSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
-
Set which edge to trigger interrupts on.
- setUrls(String[]) - Method in class edu.wpi.cscore.HttpCamera
-
Change the URLs used to connect to the camera.
- setUse1SERule(boolean) - Method in class org.opencv.ml.DTrees
-
- setUseInitialFlow(boolean) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setUseSurrogates(boolean) - Method in class org.opencv.ml.DTrees
-
- setValue(Object) - Method in class edu.wpi.first.networktables.NetworkTableEntry
-
Sets the entry's value
- setVarInit(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setVarMax(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setVarMin(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setVarThreshold(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setVarThresholdGen(double) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setVideoMode(VideoMode) - Method in class edu.wpi.cscore.VideoSource
-
Set the video mode.
- setVideoMode(VideoMode.PixelFormat, int, int, int) - Method in class edu.wpi.cscore.VideoSource
-
Set the video mode.
- setVocabulary(Mat) - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
-
- setVoltage(double) - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- setWarpingsNumber(int) - Method in class org.opencv.video.DualTVL1OpticalFlow
-
- setWeakCount(int) - Method in class org.opencv.ml.Boost
-
- setWeightTrimRate(double) - Method in class org.opencv.ml.Boost
-
- setWhiteBalanceAuto() - Method in class edu.wpi.cscore.VideoCamera
-
Set the white balance to auto.
- setWhiteBalanceHoldCurrent() - Method in class edu.wpi.cscore.VideoCamera
-
Set the white balance to hold current.
- setWhiteBalanceManual(int) - Method in class edu.wpi.cscore.VideoCamera
-
Set the white balance to manual, with specified color temperature.
- setWinSize(int) - Method in class org.opencv.video.FarnebackOpticalFlow
-
- setWinSize(Size) - Method in class org.opencv.video.SparsePyrLKOpticalFlow
-
- setWriteBufferMode(SerialPort.WriteBufferMode) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Specify the flushing behavior of the output buffer.
- setWriteBufferSize(int) - Method in class edu.wpi.first.wpilibj.SerialPort
-
Specify the size of the output buffer.
- setWTA_K(int) - Method in class org.opencv.features2d.ORB
-
- setXChannel(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Set the channel associated with the X axis.
- setYChannel(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Set the channel associated with the Y axis.
- setZChannel(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Set the channel associated with the Z axis.
- setZero(double) - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Set the voltage that corresponds to 0 G.
- setZeroLatch() - Method in class edu.wpi.first.wpilibj.PWM
-
- SGD - Static variable in class org.opencv.ml.SVMSGD
-
- shift(int) - Method in class org.opencv.core.Range
-
- shiftMat(Mat, Mat, Point) - Method in class org.opencv.photo.AlignMTB
-
- shuffleTrainTest() - Method in class org.opencv.ml.TrainData
-
- shutdown() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- SIFT - Static variable in class org.opencv.features2d.DescriptorExtractor
-
- SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
- SIGMOID - Static variable in class org.opencv.ml.SVM
-
- SIGMOID_SYM - Static variable in class org.opencv.ml.ANN_MLP
-
- SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
- singlePoleIIR(PIDSource, double, double) - Static method in class edu.wpi.first.wpilibj.filters.LinearDigitalFilter
-
Creates a one-pole IIR low-pass filter of the form: y[n] = (1-gain)*x[n] + gain*y[n-1] where
gain = e^(-dt / T), T is the time constant in seconds.
- sinkHandle - Variable in class edu.wpi.cscore.VideoEvent
-
- size - Variable in class org.opencv.core.KeyPoint
-
Diameter of the useful keypoint adjacent area.
- size() - Method in class org.opencv.core.Mat
-
- size() - Method in class org.opencv.core.Range
-
- size() - Method in class org.opencv.core.Rect
-
- size - Variable in class org.opencv.core.RotatedRect
-
- Size - Class in org.opencv.core
-
- Size(double, double) - Constructor for class org.opencv.core.Size
-
- Size() - Constructor for class org.opencv.core.Size
-
- Size(Point) - Constructor for class org.opencv.core.Size
-
- Size(double[]) - Constructor for class org.opencv.core.Size
-
- SmartDashboard - Class in edu.wpi.first.wpilibj.smartdashboard
-
The
SmartDashboard
class is the bridge between robot programs and the SmartDashboard on
the laptop.
- SmartDashboard() - Constructor for class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- Sobel(Mat, Mat, int, int, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
- Sobel(Mat, Mat, int, int, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
-
- Sobel(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- SOFT_MARGIN - Static variable in class org.opencv.ml.SVMSGD
-
- Solenoid - Class in edu.wpi.first.wpilibj
-
Solenoid class for running high voltage Digital Output on the PCM.
- Solenoid(int) - Constructor for class edu.wpi.first.wpilibj.Solenoid
-
Constructor using the default PCM ID (defaults to 0).
- Solenoid(int, int) - Constructor for class edu.wpi.first.wpilibj.Solenoid
-
Constructor.
- SolenoidBase - Class in edu.wpi.first.wpilibj
-
- SolenoidBase(int) - Constructor for class edu.wpi.first.wpilibj.SolenoidBase
-
Constructor.
- SolenoidJNI - Class in edu.wpi.first.wpilibj.hal
-
- SolenoidJNI() - Constructor for class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- solve(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- solve(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- solveCubic(Mat, Mat) - Static method in class org.opencv.core.Core
-
- solvePnP(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat, boolean, int) - Static method in class org.opencv.calib3d.Calib3d
-
- solvePnP(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- SOLVEPNP_DLS - Static variable in class org.opencv.calib3d.Calib3d
-
- SOLVEPNP_EPNP - Static variable in class org.opencv.calib3d.Calib3d
-
- SOLVEPNP_ITERATIVE - Static variable in class org.opencv.calib3d.Calib3d
-
- SOLVEPNP_P3P - Static variable in class org.opencv.calib3d.Calib3d
-
- SOLVEPNP_UPNP - Static variable in class org.opencv.calib3d.Calib3d
-
- solvePnPRansac(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat, boolean, int, float, double, Mat, int) - Static method in class org.opencv.calib3d.Calib3d
-
- solvePnPRansac(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- solvePoly(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- solvePoly(Mat, Mat) - Static method in class org.opencv.core.Core
-
- sort() - Method in class edu.wpi.first.wpilibj.util.SortedVector
-
Sort the vector.
- sort(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- SORT_ASCENDING - Static variable in class org.opencv.core.Core
-
- SORT_DESCENDING - Static variable in class org.opencv.core.Core
-
- SORT_EVERY_COLUMN - Static variable in class org.opencv.core.Core
-
- SORT_EVERY_ROW - Static variable in class org.opencv.core.Core
-
- SortedVector<E> - Class in edu.wpi.first.wpilibj.util
-
A vector that is sorted.
- SortedVector(SortedVector.Comparator) - Constructor for class edu.wpi.first.wpilibj.util.SortedVector
-
Create a new sorted vector and use the given comparator to determine order.
- SortedVector.Comparator - Interface in edu.wpi.first.wpilibj.util
-
Interface used to determine the order to place sorted objects.
- sortIdx(Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- sourceHandle - Variable in class edu.wpi.cscore.VideoEvent
-
- Spark - Class in edu.wpi.first.wpilibj
-
REV Robotics SPARK Speed Controller.
- Spark(int) - Constructor for class edu.wpi.first.wpilibj.Spark
-
Constructor.
- SparseOpticalFlow - Class in org.opencv.video
-
- SparseOpticalFlow(long) - Constructor for class org.opencv.video.SparseOpticalFlow
-
- SparsePyrLKOpticalFlow - Class in org.opencv.video
-
- SparsePyrLKOpticalFlow(long) - Constructor for class org.opencv.video.SparsePyrLKOpticalFlow
-
- spatialGradient(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
-
- spatialGradient(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
-
- spatialGradient(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
-
- SpeedController - Interface in edu.wpi.first.wpilibj
-
Interface for speed controlling devices.
- SpeedControllerGroup - Class in edu.wpi.first.wpilibj
-
- SpeedControllerGroup(SpeedController, SpeedController...) - Constructor for class edu.wpi.first.wpilibj.SpeedControllerGroup
-
Create a new SpeedControllerGroup with the provided SpeedControllers.
- SPI - Class in edu.wpi.first.wpilibj
-
Represents a SPI bus port.
- SPI(SPI.Port) - Constructor for class edu.wpi.first.wpilibj.SPI
-
Constructor.
- SPI.Port - Enum in edu.wpi.first.wpilibj
-
- spiClose(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiForceAutoRead(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiFreeAuto(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiGetAutoDroppedCount(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiInitAuto(int, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiInitialize(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- SPIJNI - Class in edu.wpi.first.wpilibj.hal
-
- SPIJNI() - Constructor for class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiRead(int, boolean, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiReadAutoReceivedData(int, ByteBuffer, int, double) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiReadAutoReceivedData(int, byte[], int, double) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiReadB(int, boolean, byte[], byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetAutoTransmitData(int, byte[], int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetChipSelectActiveHigh(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetChipSelectActiveLow(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetOpts(int, int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetSpeed(int, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiStartAutoRate(int, double) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiStartAutoTrigger(int, int, int, boolean, boolean) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiStopAuto(int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiTransaction(int, ByteBuffer, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiTransactionB(int, byte[], byte[], byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiWrite(int, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiWriteB(int, byte[], byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- split(Mat, List<Mat>) - Static method in class org.opencv.core.Core
-
- sqrBoxFilter(Mat, Mat, int, Size, Point, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
-
- sqrBoxFilter(Mat, Mat, int, Size, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- sqrBoxFilter(Mat, Mat, int, Size) - Static method in class org.opencv.imgproc.Imgproc
-
- sqrt(Mat, Mat) - Static method in class org.opencv.core.Core
-
- STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
- start() - Method in class edu.wpi.first.wpilibj.buttons.Trigger.ButtonScheduler
-
- start() - Method in class edu.wpi.first.wpilibj.command.Command
-
Starts up the command.
- start() - Method in class edu.wpi.first.wpilibj.Compressor
-
Start the compressor running in closed loop control mode.
- start() - Method in interface edu.wpi.first.wpilibj.Timer.Interface
-
Start the timer running.
- start() - Method in class edu.wpi.first.wpilibj.Timer
-
Start the timer running.
- start - Variable in class org.opencv.core.Range
-
- start() - Method in class org.opencv.core.TickMeter
-
- START_AUTO_STEP - Static variable in class org.opencv.ml.EM
-
- START_E_STEP - Static variable in class org.opencv.ml.EM
-
- START_M_STEP - Static variable in class org.opencv.ml.EM
-
- startAutomaticCapture() - Method in class edu.wpi.first.wpilibj.CameraServer
-
Start automatically capturing images to send to the dashboard.
- startAutomaticCapture(int) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Start automatically capturing images to send to the dashboard.
- startAutomaticCapture(String, int) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Start automatically capturing images to send to the dashboard.
- startAutomaticCapture(String, String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Start automatically capturing images to send to the dashboard.
- startAutomaticCapture(VideoSource) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Start automatically capturing images to send to the dashboard from
an existing camera.
- startAutoRate(double) - Method in class edu.wpi.first.wpilibj.SPI
-
Start running the automatic SPI transfer engine at a periodic rate.
- startAutoTrigger(DigitalSource, boolean, boolean) - Method in class edu.wpi.first.wpilibj.SPI
-
Start running the automatic SPI transfer engine when a trigger occurs.
- startClient() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client.
- startClient(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using the specified server and the default port
- startClient(String, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using the specified server and port
- startClient(String[]) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using the specified servers and default port.
- startClient(String[], int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using the specified servers and port number.
- startClient(String[], int[]) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using the specified (server, port) combinations.
- startClient(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- startClient(int, String, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- startClient(int, String[], int[]) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- startClientTeam(int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using commonly known robot addresses for the specified
team using the default port number.
- startClientTeam(int, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a client using commonly known robot addresses for the specified
team.
- startClientTeam(int, int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- StartCommand - Class in edu.wpi.first.wpilibj.command
-
A
StartCommand
will call the
start()
method of another command
when it is initialized and will finish immediately.
- StartCommand(Command) - Constructor for class edu.wpi.first.wpilibj.command.StartCommand
-
- startCompetition() - Method in class edu.wpi.first.wpilibj.IterativeRobot
-
Provide an alternate "main loop" via startCompetition().
- startCompetition() - Method in class edu.wpi.first.wpilibj.IterativeRobotBase
-
Provide an alternate "main loop" via startCompetition().
- startCompetition() - Method in class edu.wpi.first.wpilibj.RobotBase
-
Provide an alternate "main loop" via startCompetition().
- startCompetition() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Deprecated.
Start a competition.
- startCompetition() - Method in class edu.wpi.first.wpilibj.TimedRobot
-
Provide an alternate "main loop" via startCompetition().
- startDSClient() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts requesting server address from Driver Station.
- startDSClient(int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts requesting server address from Driver Station.
- startDSClient(int, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- startListeners() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Hook setters for all properties.
- startLiveWindowMode() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
Start having this sendable object automatically respond to value changes reflect the value on
the table.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Start LiveWindow mode by hooking the setters for all properties.
- startPeriodic(double) - Method in class edu.wpi.first.wpilibj.Notifier
-
Register for periodic event notification.
- startPulse() - Method in class edu.wpi.first.wpilibj.Solenoid
-
Trigger the PCM to generate a pulse of the duration set in
setPulseDuration.
- startServer() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a server using the networktables.ini as the persistent file,
using the default listening address and port.
- startServer(String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a server using the specified persistent filename, using the default
listening address and port.
- startServer(String, String) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a server using the specified filename and listening address,
using the default port.
- startServer(String, String, int) - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Starts a server using the specified filename, listening address, and port.
- startServer(int, String, String, int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- startSingle(double) - Method in class edu.wpi.first.wpilibj.Notifier
-
Register for single event notification.
- StatModel - Class in org.opencv.ml
-
- StatModel(long) - Constructor for class org.opencv.ml.StatModel
-
- step1(int) - Method in class org.opencv.core.Mat
-
- step1() - Method in class org.opencv.core.Mat
-
- StereoBM - Class in org.opencv.calib3d
-
- StereoBM(long) - Constructor for class org.opencv.calib3d.StereoBM
-
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, int, TermCriteria) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, int, TermCriteria) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, int) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- StereoMatcher - Class in org.opencv.calib3d
-
- StereoMatcher(long) - Constructor for class org.opencv.calib3d.StereoMatcher
-
- stereoRectify(Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat, int, double, Size, Rect, Rect) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoRectify(Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoRectify(Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat, int, Size, double, double) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoRectify(Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoRectifyUncalibrated(Mat, Mat, Mat, Size, Mat, Mat, double) - Static method in class org.opencv.calib3d.Calib3d
-
- stereoRectifyUncalibrated(Mat, Mat, Mat, Size, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- StereoSGBM - Class in org.opencv.calib3d
-
- StereoSGBM(long) - Constructor for class org.opencv.calib3d.StereoSGBM
-
- stop() - Method in class edu.wpi.first.wpilibj.Compressor
-
Stop the compressor from running in closed loop control mode.
- stop() - Method in class edu.wpi.first.wpilibj.Notifier
-
Stop timer events from occurring.
- stop() - Method in interface edu.wpi.first.wpilibj.Timer.Interface
-
Stop the timer.
- stop() - Method in class edu.wpi.first.wpilibj.Timer
-
Stop the timer.
- stop() - Method in class edu.wpi.first.wpilibj.vision.VisionRunner
-
Stop a RunForever() loop.
- stop() - Method in class org.opencv.core.TickMeter
-
- stopAuto() - Method in class edu.wpi.first.wpilibj.SPI
-
Stop running the automatic SPI transfer engine.
- stopClient() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Stops the client if it is running.
- stopClient(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- stopDSClient() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Stops requesting server address from Driver Station.
- stopDSClient(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- stopListeners() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Unhook setters for all properties.
- stopLiveWindowMode() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Deprecated.
Stop having this sendable object automatically respond to value changes.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableBuilderImpl
-
Stop LiveWindow mode by unhooking the setters for all properties.
- stopMotor() - Method in class edu.wpi.first.wpilibj.drive.DifferentialDrive
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.drive.KilloughDrive
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.drive.MecanumDrive
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.drive.RobotDriveBase
-
- stopMotor() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.NidecBrushless
-
Stop the motor.
- stopMotor() - Method in class edu.wpi.first.wpilibj.Relay
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Deprecated.
- stopMotor() - Method in class edu.wpi.first.wpilibj.SafePWM
-
Stop the motor associated with this PWM object.
- stopMotor() - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Stops motor movement.
- stopMotor() - Method in class edu.wpi.first.wpilibj.SpeedControllerGroup
-
- stopNotifier(int) - Static method in class edu.wpi.first.wpilibj.hal.NotifierJNI
-
Wakes up the waiter with time=0.
- stopServer() - Method in class edu.wpi.first.networktables.NetworkTableInstance
-
Stops the server if it is running.
- stopServer(int) - Static method in class edu.wpi.first.networktables.NetworkTablesJNI
-
- StsAssert - Static variable in class org.opencv.core.Core
-
- StsAutoTrace - Static variable in class org.opencv.core.Core
-
- StsBackTrace - Static variable in class org.opencv.core.Core
-
- StsBadArg - Static variable in class org.opencv.core.Core
-
- StsBadFlag - Static variable in class org.opencv.core.Core
-
- StsBadFunc - Static variable in class org.opencv.core.Core
-
- StsBadMask - Static variable in class org.opencv.core.Core
-
- StsBadMemBlock - Static variable in class org.opencv.core.Core
-
- StsBadPoint - Static variable in class org.opencv.core.Core
-
- StsBadSize - Static variable in class org.opencv.core.Core
-
- StsDivByZero - Static variable in class org.opencv.core.Core
-
- StsError - Static variable in class org.opencv.core.Core
-
- StsFilterOffsetErr - Static variable in class org.opencv.core.Core
-
- StsFilterStructContentErr - Static variable in class org.opencv.core.Core
-
- StsInplaceNotSupported - Static variable in class org.opencv.core.Core
-
- StsInternal - Static variable in class org.opencv.core.Core
-
- StsKernelStructContentErr - Static variable in class org.opencv.core.Core
-
- StsNoConv - Static variable in class org.opencv.core.Core
-
- StsNoMem - Static variable in class org.opencv.core.Core
-
- StsNotImplemented - Static variable in class org.opencv.core.Core
-
- StsNullPtr - Static variable in class org.opencv.core.Core
-
- StsObjectNotFound - Static variable in class org.opencv.core.Core
-
- StsOk - Static variable in class org.opencv.core.Core
-
- StsOutOfRange - Static variable in class org.opencv.core.Core
-
- StsParseError - Static variable in class org.opencv.core.Core
-
- StsUnmatchedFormats - Static variable in class org.opencv.core.Core
-
- StsUnmatchedSizes - Static variable in class org.opencv.core.Core
-
- StsUnsupportedFormat - Static variable in class org.opencv.core.Core
-
- StsVecLengthErr - Static variable in class org.opencv.core.Core
-
- stylization(Mat, Mat, float, float) - Static method in class org.opencv.photo.Photo
-
- stylization(Mat, Mat) - Static method in class org.opencv.photo.Photo
-
- Subdiv2D - Class in org.opencv.imgproc
-
- Subdiv2D(long) - Constructor for class org.opencv.imgproc.Subdiv2D
-
- Subdiv2D(Rect) - Constructor for class org.opencv.imgproc.Subdiv2D
-
- Subdiv2D() - Constructor for class org.opencv.imgproc.Subdiv2D
-
- submat(int, int, int, int) - Method in class org.opencv.core.Mat
-
- submat(Range, Range) - Method in class org.opencv.core.Mat
-
- submat(Rect) - Method in class org.opencv.core.Mat
-
- Subsystem - Class in edu.wpi.first.wpilibj.command
-
This class defines a major component of the robot.
- Subsystem(String) - Constructor for class edu.wpi.first.wpilibj.command.Subsystem
-
Creates a subsystem with the given name.
- Subsystem() - Constructor for class edu.wpi.first.wpilibj.command.Subsystem
-
Creates a subsystem.
- subtract(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- subtract(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- subtract(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- subtract(Mat, Scalar, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- subtract(Mat, Scalar, Mat, Mat) - Static method in class org.opencv.core.Core
-
- subtract(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
-
- sumElems(Mat) - Static method in class org.opencv.core.Core
-
- SURF - Static variable in class org.opencv.features2d.DescriptorExtractor
-
- SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
- SVBackSubst(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- SVD_FULL_UV - Static variable in class org.opencv.core.Core
-
- SVD_MODIFY_A - Static variable in class org.opencv.core.Core
-
- SVD_NO_UV - Static variable in class org.opencv.core.Core
-
- SVDecomp(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
-
- SVDecomp(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
-
- SVM - Class in org.opencv.ml
-
- SVM(long) - Constructor for class org.opencv.ml.SVM
-
- SVMSGD - Class in org.opencv.ml
-
- SVMSGD(long) - Constructor for class org.opencv.ml.SVMSGD
-
- symEdge(int) - Method in class org.opencv.imgproc.Subdiv2D
-
- val - Variable in class org.opencv.core.Scalar
-
- validateDisparity(Mat, Mat, int, int, int) - Static method in class org.opencv.calib3d.Calib3d
-
- validateDisparity(Mat, Mat, int, int) - Static method in class org.opencv.calib3d.Calib3d
-
- value - Variable in class edu.wpi.cscore.VideoEvent
-
- value - Variable in class edu.wpi.first.networktables.EntryNotification
-
The new value.
- value - Variable in class edu.wpi.first.wpilibj.AccumulatorResult
-
The total value accumulated.
- value - Variable in enum edu.wpi.first.wpilibj.ADXL345_I2C.Axes
-
The integer value representing this enumeration.
- value - Variable in enum edu.wpi.first.wpilibj.ADXL345_SPI.Axes
-
The integer value representing this enumeration.
- value - Variable in enum edu.wpi.first.wpilibj.ADXL362.Axes
-
- value - Variable in enum edu.wpi.first.wpilibj.Counter.Mode
-
- value - Variable in enum edu.wpi.first.wpilibj.CounterBase.EncodingType
-
- value - Variable in enum edu.wpi.first.wpilibj.drive.RobotDriveBase.MotorType
-
- value - Variable in enum edu.wpi.first.wpilibj.Encoder.IndexingType
-
- value - Variable in enum edu.wpi.first.wpilibj.GenericHID.Hand
-
- value - Variable in enum edu.wpi.first.wpilibj.GenericHID.HIDType
-
- value - Variable in enum edu.wpi.first.wpilibj.I2C.Port
-
- value - Variable in enum edu.wpi.first.wpilibj.InterruptableSensorBase.WaitResult
-
- value - Variable in enum edu.wpi.first.wpilibj.Joystick.AxisType
-
- value - Variable in enum edu.wpi.first.wpilibj.Joystick.ButtonType
-
- value - Variable in enum edu.wpi.first.wpilibj.RobotDrive.MotorType
-
Deprecated.
- value - Variable in enum edu.wpi.first.wpilibj.SerialPort.FlowControl
-
- value - Variable in enum edu.wpi.first.wpilibj.SerialPort.Parity
-
- value - Variable in enum edu.wpi.first.wpilibj.SerialPort.Port
-
- value - Variable in enum edu.wpi.first.wpilibj.SerialPort.StopBits
-
- value - Variable in enum edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
-
- value - Variable in enum edu.wpi.first.wpilibj.SPI.Port
-
- valueChanged(NetworkTable, String, NetworkTableEntry, NetworkTableValue, int) - Method in interface edu.wpi.first.networktables.TableEntryListener
-
- valueChanged(ITable, String, Object, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITableListener
-
Deprecated.
Called when a key-value pair is changed in a
ITable
- valueChangedEx(ITable, String, Object, int) - Method in interface edu.wpi.first.wpilibj.tables.ITableListener
-
Deprecated.
Extended version of valueChanged.
- valueOf(String) - Static method in enum edu.wpi.cscore.HttpCamera.HttpCameraKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.cscore.VideoEvent.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.cscore.VideoMode.PixelFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.cscore.VideoProperty.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.cscore.VideoSink.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.cscore.VideoSource.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.networktables.NetworkTableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.ADXL345_I2C.Axes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.ADXL345_SPI.Axes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.ADXL362.Axes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.AnalogTriggerOutput.AnalogTriggerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Counter.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.CounterBase.EncodingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.DoubleSolenoid.Value
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.drive.RobotDriveBase.MotorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.DriverStation.Alliance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.DriverStation.MatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Encoder.IndexingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.GenericHID.Hand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.GenericHID.HIDType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.GenericHID.RumbleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.hal.AllianceStationID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.I2C.Port
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.interfaces.Accelerometer.Range
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.InterruptableSensorBase.WaitResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Joystick.AxisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Joystick.ButtonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.PIDSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.PWM.PeriodMultiplier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Relay.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Relay.Value
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.RobotDrive.MotorType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.SerialPort.FlowControl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.SerialPort.Parity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.SerialPort.Port
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.SerialPort.StopBits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.SPI.Port
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.wpi.first.wpilibj.Ultrasonic.Unit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum edu.wpi.cscore.HttpCamera.HttpCameraKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.cscore.VideoEvent.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.cscore.VideoMode.PixelFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.cscore.VideoProperty.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.cscore.VideoSink.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.cscore.VideoSource.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.networktables.NetworkTableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.ADXL345_I2C.Axes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.ADXL345_SPI.Axes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.ADXL362.Axes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.AnalogTriggerOutput.AnalogTriggerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Counter.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.CounterBase.EncodingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.DoubleSolenoid.Value
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.drive.RobotDriveBase.MotorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.DriverStation.Alliance
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.DriverStation.MatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Encoder.IndexingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.GenericHID.Hand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.GenericHID.HIDType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.GenericHID.RumbleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.hal.AllianceStationID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.I2C.Port
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.interfaces.Accelerometer.Range
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.InterruptableSensorBase.WaitResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Joystick.AxisType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Joystick.ButtonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.PIDSourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.PWM.PeriodMultiplier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Relay.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Relay.Value
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.RobotDrive.MotorType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.SerialPort.FlowControl
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.SerialPort.Parity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.SerialPort.Port
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.SerialPort.StopBits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.SPI.Port
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.wpi.first.wpilibj.Ultrasonic.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueStr - Variable in class edu.wpi.cscore.VideoEvent
-
- VAR_CATEGORICAL - Static variable in class org.opencv.ml.Ml
-
- VAR_NUMERICAL - Static variable in class org.opencv.ml.Ml
-
- VAR_ORDERED - Static variable in class org.opencv.ml.Ml
-
- vconcat(List<Mat>, Mat) - Static method in class org.opencv.core.Core
-
- Vector2d - Class in edu.wpi.first.wpilibj.drive
-
This is a 2D vector struct that supports basic vector operations.
- Vector2d() - Constructor for class edu.wpi.first.wpilibj.drive.Vector2d
-
- Vector2d(double, double) - Constructor for class edu.wpi.first.wpilibj.drive.Vector2d
-
- vector_char_to_Mat(List<Byte>) - Static method in class org.opencv.utils.Converters
-
- vector_DMatch_to_Mat(List<DMatch>) - Static method in class org.opencv.utils.Converters
-
- vector_double_to_Mat(List<Double>) - Static method in class org.opencv.utils.Converters
-
- vector_float_to_Mat(List<Float>) - Static method in class org.opencv.utils.Converters
-
- vector_int_to_Mat(List<Integer>) - Static method in class org.opencv.utils.Converters
-
- vector_KeyPoint_to_Mat(List<KeyPoint>) - Static method in class org.opencv.utils.Converters
-
- vector_Mat_to_Mat(List<Mat>) - Static method in class org.opencv.utils.Converters
-
- vector_Point2d_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
-
- vector_Point2f_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
-
- vector_Point3_to_Mat(List<Point3>, int) - Static method in class org.opencv.utils.Converters
-
- vector_Point3d_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
-
- vector_Point3f_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
-
- vector_Point3i_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
-
- vector_Point_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
-
- vector_Point_to_Mat(List<Point>, int) - Static method in class org.opencv.utils.Converters
-
- vector_Rect_to_Mat(List<Rect>) - Static method in class org.opencv.utils.Converters
-
- vector_uchar_to_Mat(List<Byte>) - Static method in class org.opencv.utils.Converters
-
- vector_vector_char_to_Mat(List<MatOfByte>, List<Mat>) - Static method in class org.opencv.utils.Converters
-
- vector_vector_DMatch_to_Mat(List<MatOfDMatch>, List<Mat>) - Static method in class org.opencv.utils.Converters
-
- vector_vector_KeyPoint_to_Mat(List<MatOfKeyPoint>, List<Mat>) - Static method in class org.opencv.utils.Converters
-
- vector_vector_Point2f_to_Mat(List<MatOfPoint2f>, List<Mat>) - Static method in class org.opencv.utils.Converters
-
- vector_vector_Point3f_to_Mat(List<MatOfPoint3f>, List<Mat>) - Static method in class org.opencv.utils.Converters
-
- vector_vector_Point_to_Mat(List<MatOfPoint>, List<Mat>) - Static method in class org.opencv.utils.Converters
-
- verifySensor(int, int, byte[]) - Method in class edu.wpi.first.wpilibj.I2C
-
Verify that a device's registers contain expected values.
- Version - Static variable in class edu.wpi.first.wpilibj.util.WPILibVersion
-
- VERSION - Static variable in class org.opencv.core.Core
-
- VERSION_MAJOR - Static variable in class org.opencv.core.Core
-
- VERSION_MINOR - Static variable in class org.opencv.core.Core
-
- VERSION_REVISION - Static variable in class org.opencv.core.Core
-
- VERSION_STATUS - Static variable in class org.opencv.core.Core
-
- Victor - Class in edu.wpi.first.wpilibj
-
VEX Robotics Victor 888 Speed Controller The Vex Robotics Victor 884 Speed Controller can also
be used with this class but may need to be calibrated per the Victor 884 user manual.
- Victor(int) - Constructor for class edu.wpi.first.wpilibj.Victor
-
Constructor.
- VictorSP - Class in edu.wpi.first.wpilibj
-
VEX Robotics Victor SP Speed Controller.
- VictorSP(int) - Constructor for class edu.wpi.first.wpilibj.VictorSP
-
Constructor.
- Video - Class in org.opencv.video
-
- Video() - Constructor for class org.opencv.video.Video
-
- VideoCamera - Class in edu.wpi.cscore
-
A source that represents a video camera.
- VideoCamera(int) - Constructor for class edu.wpi.cscore.VideoCamera
-
- VideoCamera.WhiteBalance - Class in edu.wpi.cscore
-
- VideoCapture - Class in org.opencv.videoio
-
- VideoCapture(long) - Constructor for class org.opencv.videoio.VideoCapture
-
- VideoCapture(String, int) - Constructor for class org.opencv.videoio.VideoCapture
-
- VideoCapture(String) - Constructor for class org.opencv.videoio.VideoCapture
-
- VideoCapture(int) - Constructor for class org.opencv.videoio.VideoCapture
-
- VideoCapture() - Constructor for class org.opencv.videoio.VideoCapture
-
- VideoEvent - Class in edu.wpi.cscore
-
Video event
- VideoEvent.Kind - Enum in edu.wpi.cscore
-
- VideoException - Exception in edu.wpi.cscore
-
An exception raised by the camera server.
- VideoException(String) - Constructor for exception edu.wpi.cscore.VideoException
-
- Videoio - Class in org.opencv.videoio
-
- Videoio() - Constructor for class org.opencv.videoio.Videoio
-
- VideoListener - Class in edu.wpi.cscore
-
An event listener.
- VideoListener(Consumer<VideoEvent>, int, boolean) - Constructor for class edu.wpi.cscore.VideoListener
-
Create an event listener.
- VideoMode - Class in edu.wpi.cscore
-
Video mode
- VideoMode(int, int, int, int) - Constructor for class edu.wpi.cscore.VideoMode
-
- VideoMode(VideoMode.PixelFormat, int, int, int) - Constructor for class edu.wpi.cscore.VideoMode
-
- VideoMode.PixelFormat - Enum in edu.wpi.cscore
-
- VideoProperty - Class in edu.wpi.cscore
-
- VideoProperty.Kind - Enum in edu.wpi.cscore
-
- VideoSink - Class in edu.wpi.cscore
-
A source for video that provides a sequence of frames.
- VideoSink(int) - Constructor for class edu.wpi.cscore.VideoSink
-
- VideoSink.Kind - Enum in edu.wpi.cscore
-
- VideoSource - Class in edu.wpi.cscore
-
A source for video that provides a sequence of frames.
- VideoSource(int) - Constructor for class edu.wpi.cscore.VideoSource
-
- VideoSource.Kind - Enum in edu.wpi.cscore
-
- VideoWriter - Class in org.opencv.videoio
-
- VideoWriter(long) - Constructor for class org.opencv.videoio.VideoWriter
-
- VideoWriter(String, int, double, Size, boolean) - Constructor for class org.opencv.videoio.VideoWriter
-
- VideoWriter(String, int, double, Size) - Constructor for class org.opencv.videoio.VideoWriter
-
- VideoWriter() - Constructor for class org.opencv.videoio.VideoWriter
-
- VIDEOWRITER_PROP_FRAMEBYTES - Static variable in class org.opencv.videoio.Videoio
-
- VIDEOWRITER_PROP_NSTRIPES - Static variable in class org.opencv.videoio.Videoio
-
- VIDEOWRITER_PROP_QUALITY - Static variable in class org.opencv.videoio.Videoio
-
- VisionPipeline - Interface in edu.wpi.first.wpilibj.vision
-
A vision pipeline is responsible for running a group of
OpenCV algorithms to extract data from an image.
- VisionRunner<P extends VisionPipeline> - Class in edu.wpi.first.wpilibj.vision
-
A vision runner is a convenient wrapper object to make it easy to run vision pipelines
from robot code.
- VisionRunner(VideoSource, P, VisionRunner.Listener<? super P>) - Constructor for class edu.wpi.first.wpilibj.vision.VisionRunner
-
Creates a new vision runner.
- VisionRunner.Listener<P extends VisionPipeline> - Interface in edu.wpi.first.wpilibj.vision
-
Listener interface for a callback that should run after a pipeline has processed its input.
- VisionThread - Class in edu.wpi.first.wpilibj.vision
-
A vision thread is a special thread that runs a vision pipeline.
- VisionThread(VisionRunner<?>) - Constructor for class edu.wpi.first.wpilibj.vision.VisionThread
-
- VisionThread(VideoSource, P, VisionRunner.Listener<? super P>) - Constructor for class edu.wpi.first.wpilibj.vision.VisionThread
-
Creates a new vision thread that continuously runs the given vision pipeline.
- VOLTAGE_OUT_OF_RANGE - Static variable in class edu.wpi.first.wpilibj.hal.HALUtil
-