- 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
-
- 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(boolean) - Method in class edu.wpi.first.wpilibj.networktables2.type.BooleanArray
-
Deprecated.
- add(double) - Method in class edu.wpi.first.wpilibj.networktables2.type.NumberArray
-
Deprecated.
- add(String) - Method in class edu.wpi.first.wpilibj.networktables2.type.StringArray
-
Deprecated.
- 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(List<Mat>) - Method in class org.opencv.features2d.DescriptorMatcher
-
- addActuator(String, String, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add an Actuator associated with the subsystem and with call it by the given name.
- addActuator(String, int, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add Actuator to LiveWindow.
- addActuator(String, int, int, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add Actuator to 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.
- 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.
- addConnectionListener(IRemoteConnectionListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addConnectionListener(NetworkTablesJNI.ConnectionListenerFunction, boolean) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- addConnectionListener(IRemoteConnectionListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
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.
- addElement(Object) - Method in class edu.wpi.first.wpilibj.util.SortedVector
-
Adds an element in the Vector, sorted from greatest to least.
- addEntryListener(String, NetworkTablesJNI.EntryListenerFunction, int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- addGlobalConnectionListener(IRemoteConnectionListener, boolean) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- addListener(Consumer<VideoEvent>, int, boolean) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- 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.
- addressOnly() - Method in class edu.wpi.first.wpilibj.I2C
-
Attempt to address a device on the I2C bus.
- addSensor(String, String, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add a Sensor associated with the subsystem and with call it by the given name.
- addSensor(String, int, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
-
Add Sensor to 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.
- addSubTableListener(ITableListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
This will immediately notify the listener of all current sub tables
- addSubTableListener(ITableListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
This will immediately notify the listener of all current sub tables
- addSubTableListener(ITableListener) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
This will immediately notify the listener of all current sub tables
- addSubTableListener(ITableListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
This will immediately notify the listener of all current sub tables
- addTableListener(ITableListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Add a listener for changes to the table
- addTableListener(ITableListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Add a listener for changes to the table
- addTableListener(String, ITableListener, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Add a listener for changes to a specific key the table
- addTableListener(ITableListener) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Add a listener for changes to the table
- addTableListener(ITableListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Add a listener for changes to the table
- addTableListener(String, ITableListener, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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
-
Add a listener for changes to a specific key the table
- addTableListenerEx(ITableListener, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Add a listener for changes to the table
- addTableListenerEx(String, ITableListener, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Add a listener for changes to a specific key the table
- 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.
- 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(long) - Method in interface edu.wpi.first.wpilibj.hal.NotifierJNI.NotifierJNIHandlerFunction
-
- apply(int, boolean, ConnectionInfo) - Method in interface edu.wpi.first.wpilibj.networktables.NetworkTablesJNI.ConnectionListenerFunction
-
- apply(int, String, Object, int) - Method in interface edu.wpi.first.wpilibj.networktables.NetworkTablesJNI.EntryListenerFunction
-
- apply(int, String, int, String) - Method in interface edu.wpi.first.wpilibj.networktables.NetworkTablesJNI.LoggerFunction
-
- 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
-
- approxPolyDP(MatOfPoint2f, MatOfPoint2f, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
-
- arcadeDrive(GenericHID, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Arcade drive implements single stick driving.
- arcadeDrive(GenericHID) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Arcade drive implements single stick driving.
- arcadeDrive(GenericHID, int, GenericHID, int, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Arcade drive implements single stick driving.
- arcadeDrive(GenericHID, int, GenericHID, int) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Arcade drive implements single stick driving.
- arcadeDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
Arcade drive implements single stick driving.
- arcadeDrive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
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
-
- ArrayData - Class in edu.wpi.first.wpilibj.networktables2.type
-
- ArrayData() - Constructor for class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- 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
-
- 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
-
Autonomous should go here.
- autonomousInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
-
Initialization code for autonomous mode should go here.
- autonomousPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
-
Periodic code for autonomous mode should go here.
- AxisCamera - Class in edu.wpi.cscore
-
- AxisCamera(String, String) - Constructor for class edu.wpi.cscore.AxisCamera
-
- AxisCamera(String, String[]) - Constructor for class edu.wpi.cscore.AxisCamera
-
- 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
-
- 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
-
- 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_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
-
- 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
-
- callRpc(String, byte[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- callRpc(String, ByteBuffer, int) - Static method in class edu.wpi.first.wpilibj.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.
- 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, 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
-
- CANSpeedController - Interface in edu.wpi.first.wpilibj
-
- CANSpeedController.ControlMode - Interface in edu.wpi.first.wpilibj
-
Mode determines how the motor is controlled, used internally.
- CAP_ANDROID - Static variable in class org.opencv.videoio.Videoio
-
- CAP_ANY - 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_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_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_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_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_AG_MAX_LIMIT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_AUTO_WB - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DATA_FORMAT - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_DOWNSAMPLING - Static variable in class org.opencv.videoio.Videoio
-
- CAP_PROP_XI_EXP_PRIORITY - 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_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_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_TIMEOUT - 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_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
-
- 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
-
- 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 org.opencv.core.Algorithm
-
- 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(byte) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- 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(String, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Clears flags on the specified key in this table.
- clearFlags(String, int) - 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
-
Clears flags on the specified key in this table.
- clearPDPStickyFaults(int) - Static method in class edu.wpi.first.wpilibj.hal.PDPJNI
-
- clearPersistent(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Stop making a key's value persistent through program restarts.
- clearPersistent(String) - 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
-
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
-
- 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.DescriptorExtractor
-
- compute(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.DescriptorExtractor
-
- 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
-
- connected(IRemote) - Method in interface edu.wpi.first.wpilibj.tables.IRemoteConnectionListener
-
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
-
- 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
-
- connectedEx(IRemote, ConnectionInfo) - Method in interface edu.wpi.first.wpilibj.tables.IRemoteConnectionListener
-
Extended version of connected called when an IRemote is connected.
- ConnectionInfo - Class in edu.wpi.first.wpilibj.networktables
-
- 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.wpilibj.networktables.NetworkTable
-
Checks the table and tells if it contains the specified key
- containsKey(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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
-
Checks the table and tells if it contains the specified key
- containsSubTable(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- containsSubTable(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- 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
-
- 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
-
- 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 vaule 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(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) - Static method in class org.opencv.features2d.DescriptorExtractor
-
- create(int) - Static method in class org.opencv.features2d.DescriptorMatcher
-
- create(int) - Static method in class org.opencv.features2d.FeatureDetector
-
- 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
-
- 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
-
- 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
-
- createCvSink(String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createCvSource(String, int, int, int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- 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
-
- 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
-
- 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.
- createProperty(String, VideoProperty.Kind, int, int, int, int, int) - Method in class edu.wpi.cscore.CvSource
-
- createSourceProperty(int, String, int, int, int, int, int, int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- createTableListener() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Creates an ITableListener for the LiveWindow table for this CAN speed controller.
- 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
-
- 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_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_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_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_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_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_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_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
-
- CvSink(String) - Constructor for class edu.wpi.cscore.CvSink
-
- CvSource - Class in edu.wpi.cscore
-
- CvSource(String, VideoMode) - Constructor for class edu.wpi.cscore.CvSource
-
- CvSource(String, VideoMode.PixelFormat, int, int, int) - Constructor for class edu.wpi.cscore.CvSource
-
- 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
-
Gamepad Interface.
- GamepadBase(int) - Constructor for class edu.wpi.first.wpilibj.GamepadBase
-
- 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() - 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(int) - Method in class edu.wpi.first.wpilibj.networktables2.type.BooleanArray
-
Deprecated.
- get(int) - Method in class edu.wpi.first.wpilibj.networktables2.type.NumberArray
-
Deprecated.
- get(int) - Method in class edu.wpi.first.wpilibj.networktables2.type.StringArray
-
Deprecated.
- 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.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_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_measurementMatrix() - Method in class org.opencv.video.KalmanFilter
-
- get_measurementNoiseCov() - Method in class org.opencv.video.KalmanFilter
-
- 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_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.
- 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, LongBuffer, LongBuffer) - 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() - 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(byte) - 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.DigitalOutput
-
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.
- getAsObject(int) - Method in class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- 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
-
Returns the current difference of the error over the past few iterations.
- getAxis(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
-
For the current joystick, return the axis determined by the argument.
- getAxisChannel(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the channel currently associated with the specified axis.
- getAxisCount() - Method in class edu.wpi.first.wpilibj.Joystick
-
For the current joystick, return the number of axis.
- getAxisType(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
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.
- 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
-
Read the battery voltage.
- getBButton() - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the B button on the controller.
- getBias() - Method in class org.opencv.photo.TonemapDrago
-
- getBlockSize() - Method in class org.opencv.calib3d.StereoMatcher
-
- getBoolean(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the boolean the key maps to.
- getBoolean(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the boolean at the given key.
- getBoolean(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the boolean the key maps to.
- getBoolean(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getBoolean(String, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the boolean the key maps to.
- getBooleanArray(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the boolean array the key maps to.
- getBooleanArray(String, Boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the boolean array the key maps to.
- getBooleanArray(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getBooleanArray(String, boolean[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getBooleanArray(String) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the boolean array the key maps to.
- getBooleanArray(String, Boolean[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the boolean array the key maps to.
- getBooleanArray(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getBooleanArray(String, boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the boolean array the key maps to.
- getBooleanArray(String, Boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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
-
- 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
-
Is the bumper pressed.
- getBumper() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
Is the bumper pressed.
- getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
-
This is not supported for the Joystick.
- getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Read the value of the bumper button on the controller.
- getBusVoltage() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Get the current input (battery) voltage.
- getButton(Joystick.ButtonType) - Method in class edu.wpi.first.wpilibj.Joystick
-
Get buttons based on an enumerated type.
- getButtonCount() - Method in class edu.wpi.first.wpilibj.Joystick
-
For the current joystick, 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
-
- getCameraBrightness(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- 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
-
- getChannel() - Method in class edu.wpi.first.wpilibj.DigitalSource
-
- 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
-
- getCompressorShortedFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getCompressorShortedStickyFault() - Method in class edu.wpi.first.wpilibj.Compressor
-
- getCompressorShortedStickyFault(int) - Static method in class edu.wpi.first.wpilibj.hal.CompressorJNI
-
- getConnections() - Static method in class edu.wpi.first.wpilibj.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
-
- getControlMode() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Gets the current control mode.
- getControlWord(ControlWord) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getCounter(int) - Static method in class edu.wpi.first.wpilibj.hal.CounterJNI
-
- 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
-
Get the current output of the 3.3V rail.
- getCurrent5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Get the current output of the 5V rail.
- getCurrent6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
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.
- 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.
- getDataArray() - Method in class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- getDecisionFunction(int, Mat, Mat) - Method in class org.opencv.ml.SVM
-
- getDefault() - Method in class edu.wpi.cscore.VideoProperty
-
- getDefaultCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Returns the default command (or null if there is none).
- 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
-
- 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
-
- getDescription() - Method in class edu.wpi.cscore.VideoSource
-
- getDescription() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- getDescription() - Method in class edu.wpi.first.wpilibj.Relay
-
- getDescription() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- getDescription() - Method in class edu.wpi.first.wpilibj.SafePWM
-
- getDescriptorSize() - Method in class org.opencv.objdetect.HOGDescriptor
-
- getDetectShadows() - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- getDetectShadows() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- 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
-
- getDistanceUnits() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Get the current DistanceUnit that is used for the PIDSource base object.
- getDouble(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getDouble(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getDouble(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getDouble(String, double) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getDouble(String, double) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the double at the given key.
- getDouble(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getDouble(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getDouble(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getDouble(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getDoubleArray(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getDoubleArray(String, double[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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
-
- 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
-
Get the enabled state of the 3.3V rail.
- getEnabled5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Get the enabled state of the 5V rail.
- getEnabled6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
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) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getEntryFlags(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getEnumPropertyChoices(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getError() - Method in class edu.wpi.cscore.CvSink
-
- 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
-
- getExcludeRange() - Method in class org.opencv.photo.AlignMTB
-
- 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.Relay
-
- getExpiration() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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
-
- getF() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Gets the feed-forward PID constant.
- getF() - Method in class edu.wpi.first.wpilibj.PIDController
-
Get the Feed forward coefficient.
- getFaultCount3V3() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
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
-
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
-
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
-
- getFilterPeriod(int) - Static method in class edu.wpi.first.wpilibj.hal.DigitalGlitchFilterJNI
-
- getFilterSelect(int) - Static method in class edu.wpi.first.wpilibj.hal.DigitalGlitchFilterJNI
-
- getFlags(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the flags for the specified key.
- getFlags(String) - 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
-
Returns the flags for the specified key.
- 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
-
- getFPGARevision() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getFPGATime() - Static method in class edu.wpi.first.wpilibj.hal.HALUtil
-
- getFPGATime() - Static method in class edu.wpi.first.wpilibj.Utility
-
Read the microsecond timer from the FPGA.
- 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
-
- 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
-
- getGamma() - Method in class org.opencv.ml.SVM
-
- getGamma() - Method in class org.opencv.photo.Tonemap
-
- 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
-
- 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
-
- 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.
- getInputCurrent() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Get the input current to the robot controller.
- getInputVoltage() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Get the input voltage to the robot controller.
- 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.
- getInt(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getInt(String, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getInt(String, int) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the int at the given key.
- getInt(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getInt(String, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getInt(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getInt(String, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getIntensity() - Method in class org.opencv.photo.TonemapReinhard
-
- getInverted() - Method in class edu.wpi.first.wpilibj.PWMSpeedController
-
Common interface for the inverting direction of a speed controller.
- getInverted() - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Common interface for returning if a speed controller is in the inverted state or not.
- 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
-
- getIsXbox() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the value of isXbox for the current joystick.
- 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
-
- getKernelType() - Method in class org.opencv.ml.SVM
-
- getKeys(int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getKeys() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
- getKeys() - Method in class edu.wpi.first.wpilibj.Preferences
-
Gets the vector of keys.
- getKeys(int) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getKeys() - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getKeys(int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getKeys() - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getKind() - Method in class edu.wpi.cscore.VideoProperty
-
- getKind() - Method in class edu.wpi.cscore.VideoSink
-
- getKind() - Method in class edu.wpi.cscore.VideoSource
-
- 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
-
- getLastFrameTime() - Method in class edu.wpi.cscore.VideoSource
-
- getLayerSizes() - Method in class org.opencv.ml.ANN_MLP
-
- getLayout() - Method in class org.opencv.ml.TrainData
-
- getLearningRate() - Method in class org.opencv.ml.LogisticRegression
-
- getLightAdaptation() - Method in class org.opencv.photo.TonemapReinhard
-
- getListenAddress() - Method in class edu.wpi.cscore.MjpegServer
-
- 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.
- getMatchTime() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Return the approximate match time The FMS does not send an official match time to the robots,
but does send an 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 The FMS does not currently send the official match time to
the robots This returns the time since the enable signal sent from the Driver Station At the
beginning of autonomous, the time is reset to 0.0 seconds At the beginning of teleop, the time
is reset to +15.0 seconds If the robot is disabled, this returns 0.0 seconds Warning: This is
not an official time (so it cannot be used to argue with referees).
- getMatchTime() - Method in interface edu.wpi.first.wpilibj.Timer.StaticInterface
-
- getMax() - Method in class edu.wpi.cscore.VideoProperty
-
- getMaxBits() - Method in class org.opencv.photo.AlignMTB
-
- getMaxCategories() - Method in class org.opencv.ml.DTrees
-
- getMaxDepth() - Method in class org.opencv.ml.DTrees
-
- getMaxIter() - Method in class org.opencv.photo.CalibrateRobertson
-
- getMeans() - Method in class org.opencv.ml.EM
-
- 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
-
- getMinDisparity() - Method in class org.opencv.calib3d.StereoMatcher
-
- 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
-
- getName() - Method in class edu.wpi.cscore.VideoSource
-
- getName() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns the name of this command.
- getName() - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- getName() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
Returns the name of this subsystem, which is by default the class name.
- getName() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
- getName() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the name of the HID.
- getName() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the name of the HID.
- getName() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- getName() - Method in interface edu.wpi.first.wpilibj.NamedSendable
-
The name of the subtable.
- getName() - Method in class edu.wpi.first.wpilibj.XboxController
-
- getNativeObjAddr() - Method in class org.opencv.core.Mat
-
- getNetworkInterfaces() - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getNMixtures() - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- 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(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getNumber(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the number the key maps to.
- getNumber(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getNumber(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the number the key maps to.
- getNumber(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getNumber(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the number the key maps to.
- getNumberArray(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the number array the key maps to.
- getNumberArray(String, Double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the number array the key maps to.
- getNumberArray(String) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the number array the key maps to.
- getNumberArray(String, Double[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the number array the key maps to.
- getNumberArray(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getNumberArray(String, double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the number array the key maps to.
- getNumberArray(String, Double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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
-
- getNumMotors() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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
-
- getOutputCurrent() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Get the current being applied to the motor.
- getOutputVoltage() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Get the current output voltage.
- 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
-
- getPath() - Method in class edu.wpi.cscore.UsbCamera
-
- getPCMSolenoidBlackList(byte) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- getPCMSolenoidBlackList() - Method in class edu.wpi.first.wpilibj.SolenoidBase
-
Reads complete solenoid blacklist for all 8 solenoids as a single byte.
- getPCMSolenoidVoltageFault(byte) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- 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(byte) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- 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
-
- getPort() - Method in class edu.wpi.cscore.MjpegServer
-
- 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.DigitalOutput
-
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 interface edu.wpi.first.wpilibj.CANSpeedController
-
Return the current position of whatever the current selected sensor is.
- 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
-
- 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
-
- getPOV(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
- getPOV(int) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- getPOV(int) - Method in class edu.wpi.first.wpilibj.XboxController
-
- getPOVCount() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
- getPOVCount() - Method in class edu.wpi.first.wpilibj.GenericHID
-
For the current HID, return the number of POVs.
- getPOVCount() - Method in class edu.wpi.first.wpilibj.Joystick
-
- getPOVCount() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- getPOVCount() - Method in class edu.wpi.first.wpilibj.XboxController
-
- 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.
- 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
-
- 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
-
- 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() - Method in class edu.wpi.first.wpilibj.Encoder
-
Gets the raw value from the encoder.
- getRaw(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the raw value (byte array) the key maps to.
- getRaw(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getRaw(String, byte[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getRaw() - Method in class edu.wpi.first.wpilibj.PWM
-
Get the PWM value directly from the hardware.
- getRaw(String) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the raw value (byte array) the key maps to.
- getRaw(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getRaw(String, byte[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the raw value (byte array) the key maps to.
- getRawAxis(int) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
- getRawAxis(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the raw axis.
- getRawAxis(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the value of the axis.
- getRawAxis(int) - Method in class edu.wpi.first.wpilibj.XboxController
-
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
-
- getRawButton(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Is the given button pressed.
- getRawButton(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the button value (starting at button 1).
- getRawButton(int) - Method in class edu.wpi.first.wpilibj.XboxController
-
Get the button value (starting at button 1).
- 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
-
- getResponses() - Method in class org.opencv.ml.TrainData
-
- getResponseType() - Method in class org.opencv.ml.TrainData
-
- 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(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getRpc(String, byte[]) - Static method in class edu.wpi.first.wpilibj.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
-
- 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
-
- 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
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Live Window code, only does anything if live window is activated.
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
Live Window code, only does anything if live window is activated.
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.buttons.Trigger
-
These methods continue to return the "Button" SmartDashboard type until we decided to create a
Trigger widget type for the dashboard.
- getSmartDashboardType() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.Command
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Compressor
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Counter
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Encoder
-
Live Window code, only does anything if live window is activated.
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.GearTooth
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.GyroBase
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.PIDController
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.PWM
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Relay
-
- getSmartDashboardType() - Method in interface edu.wpi.first.wpilibj.Sendable
-
The string representation of the named data type that will be used by the smart dashboard for
this
Sendable
.
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Servo
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Solenoid
-
- getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Live Window code, only does anything if live window is activated.
- 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
-
- 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
-
- 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 interface edu.wpi.first.wpilibj.CANSpeedController
-
Return the current velocity of whatever the current selected sensor is.
- 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.
- getStatus() - Method in exception edu.wpi.first.wpilibj.util.UncleanStatusException
-
Create a new UncleanStatusException.
- getStep() - Method in class edu.wpi.cscore.VideoProperty
-
- 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, byte) - 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
-
- getStickButton() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
- 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.
- 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.wpilibj.networktables.NetworkTable
-
- getString(String, String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the string the key maps to.
- getString(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getString(String, String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getString(String, String) - Method in class edu.wpi.first.wpilibj.Preferences
-
Returns the string at the given key.
- getString(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getString(String, String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the string the key maps to.
- getString(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getString(String, String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the string the key maps to.
- getStringArray(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the string array the key maps to.
- getStringArray(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getStringArray(String, String[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getStringArray(String) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- getStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Returns the string array the key maps to.
- getStringArray(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getStringArray(String, String[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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
-
- getSubTable(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns the table at the specified key.
- getSubTable(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Returns the table at the specified key.
- getSubTables() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
- getSubTables() - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getSubVector(Mat, Mat) - Static method in class org.opencv.ml.TrainData
-
- getSupportVectors() - Method in class org.opencv.ml.SVM
-
- getSystemActive() - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- getSystemClockTicksPerMicrosecond() - Static method in class edu.wpi.first.wpilibj.hal.ConstantsJNI
-
- getTable() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- getTable() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- getTable() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- getTable() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
- getTable() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
- getTable() - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- getTable() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
- getTable() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- getTable() - Method in class edu.wpi.first.wpilibj.buttons.Trigger
-
- getTable() - Method in class edu.wpi.first.wpilibj.command.Command
-
- getTable() - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- getTable() - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
- getTable() - Method in class edu.wpi.first.wpilibj.Compressor
-
- getTable() - Method in class edu.wpi.first.wpilibj.Counter
-
- getTable() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
- getTable() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- getTable() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
- getTable() - Method in class edu.wpi.first.wpilibj.Encoder
-
- getTable() - Method in class edu.wpi.first.wpilibj.GyroBase
-
- getTable(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Gets the table with the specified key.
- getTable() - Method in class edu.wpi.first.wpilibj.PIDController
-
- getTable() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
- getTable() - Method in class edu.wpi.first.wpilibj.PWM
-
- getTable() - Method in class edu.wpi.first.wpilibj.Relay
-
- getTable() - Method in interface edu.wpi.first.wpilibj.Sendable
-
The table that is associated with this
Sendable
.
- getTable() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
- getTable() - Method in class edu.wpi.first.wpilibj.Solenoid
-
- getTable() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- getTemperature() - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Get the current temperature of the controller.
- 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
-
- 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
-
- 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
-
- getThreadNum() - Static method in class org.opencv.core.Core
-
- 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
-
Get the throttle.
- 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
-
- getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
-
Read the state of the top button on the joystick.
- getTop() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Is the top button pressed.
- getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Is the top button pressed.
- getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
This is not supported for the XboxController.
- 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(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
-
Read the state of the trigger on the joystick.
- getTrigger() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Is the trigger pressed.
- getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Is the trigger pressed.
- getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
This is not supported for the XboxController.
- getTriggerAxis(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.XboxController
-
Get the trigger axis value of the controller.
- 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
-
Get the twist value.
- getType() - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- getType() - Method in class edu.wpi.first.wpilibj.GamepadBase
-
- getType() - Method in class edu.wpi.first.wpilibj.GenericHID
-
Get the type of the HID.
- getType() - Method in class edu.wpi.first.wpilibj.Joystick
-
Get the type of the HID.
- getType() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- getType(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getType() - Method in class edu.wpi.first.wpilibj.XboxController
-
- 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
-
- getUrls() - Method in class edu.wpi.cscore.HttpCamera
-
- getUsbCameraPath(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- getUse1SERule() - Method in class org.opencv.ml.DTrees
-
- 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.Utility
-
Get the state of the "USER" button on the roboRIO.
- 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.wpilibj.AnalogInput
-
Get a sample straight from this channel.
- getValue() - Method in interface edu.wpi.first.wpilibj.CANSpeedController.ControlMode
-
Gets the integer value of this control mode.
- getValue(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- getValue(String, Object) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Gets the value associated with a key as an object.
- getValue(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getValue(String, Object) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- getValue(String) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- getValue(String, Object) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Gets the value associated with a key as an object.
- 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
-
- 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
-
- getVinCurrent() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- getVinVoltage() - Static method in class edu.wpi.first.wpilibj.hal.PowerJNI
-
- 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
-
Get the voltage of the 3.3V rail.
- getVoltage5V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Get the voltage of the 5V rail.
- getVoltage6V() - Static method in class edu.wpi.first.wpilibj.ControllerPower
-
Get the voltage of the 6V rail.
- getVoronoiFacetList(MatOfInt, List<MatOfPoint2f>, MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
-
- 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
-
- getWeightTrimRate() - Method in class org.opencv.ml.Boost
-
- getWinSigma() - Method in class org.opencv.objdetect.HOGDescriptor
-
- 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.
- 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.
- 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(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
-
- getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
Get the z position of the HID.
- getZ() - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
- globalDeleteAll() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Deletes ALL keys in ALL subtables.
- 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
-
- grabSinkFrame(int, long) - 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(byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CInitialize(byte) - 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(byte, byte, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CTransaction(byte, byte, ByteBuffer, byte, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.I2CJNI
-
- i2CWrite(byte, byte, ByteBuffer, 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
-
- 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_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_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.
- 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) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- initialize() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
initializes network tables
- 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(NotifierJNI.NotifierJNIHandlerFunction) - 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.
- initSpark() - Method in class edu.wpi.first.wpilibj.Spark
-
Common initialization code called by all constructors.
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.ADXL362
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.Command
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.Scheduler
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.Subsystem
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Compressor
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Counter
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.DigitalInput
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Encoder
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.GyroBase
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.PIDController
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.PWM
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Relay
-
- initTable(ITable) - Method in interface edu.wpi.first.wpilibj.Sendable
-
Initializes a table for this
Sendable
object.
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Servo
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Solenoid
-
- initTable(ITable) - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- 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
-
- interrupted() - Method in class edu.wpi.first.wpilibj.command.ConditionalCommand
-
- 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
-
Represents an object that has a remote connection
- IRemoteConnectionListener - Interface in edu.wpi.first.wpilibj.tables
-
A listener that listens for connection changes in a
IRemote
object
- 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 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.Relay
-
- isAlive() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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.DigitalOutput
-
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
-
- 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
-
- isBrownedOut() - Method in class edu.wpi.first.wpilibj.DriverStation
-
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
-
- isConnected() - Method in class edu.wpi.cscore.VideoSource
-
- isConnected() - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- isConnected() - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
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
-
- isDSAttached() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station is attached.
- isEnable() - Method in class edu.wpi.first.wpilibj.PIDController
-
- isEnabled() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Gets a value indicating whether the Driver Station requires the robot to be enabled.
- 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
-
- 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
-
- 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.
- isMaskSupported() - Method in class org.opencv.features2d.DescriptorMatcher
-
- isNewControlData() - Method in class edu.wpi.first.wpilibj.DriverStation
-
Has a new control packet from the driver station arrived since the last time this function was
called?
- 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(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Returns whether the value is persistent through program restarts.
- isPersistent(String) - 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
-
Returns whether the value is persistent through program restarts.
- isPID() - Method in interface edu.wpi.first.wpilibj.CANSpeedController.ControlMode
-
Checks if this control mode is PID-compatible.
- 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.
- isReal() - Static method in class edu.wpi.first.wpilibj.RobotBase
-
- isReal() - Method in class org.opencv.core.Scalar
-
- isRevSolenoidBlackListed() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
Check if the reverse solenoid is blacklisted.
- isRunning() - Method in class edu.wpi.first.wpilibj.command.Command
-
Returns whether or not the command is running.
- 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 devicce.
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.Relay
-
- isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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
-
If the object is acting as a server
- isSimulation() - Static method in class edu.wpi.first.wpilibj.RobotBase
-
- isSourceConnected(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- isString() - Method in class edu.wpi.cscore.VideoProperty
-
- isSubmatrix() - Method in class org.opencv.core.Mat
-
- isSysActive() - Method in class edu.wpi.first.wpilibj.DriverStation
-
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
-
- ITable - Interface in edu.wpi.first.wpilibj.tables
-
A table whose values can be read and written to
- ITableListener - Interface in edu.wpi.first.wpilibj.tables
-
A listener that listens to changes in values in a
ITable
- IterativeRobot - Class in edu.wpi.first.wpilibj
-
IterativeRobot implements a specific type of Robot Program framework, extending the RobotBase
class.
- IterativeRobot() - Constructor for class edu.wpi.first.wpilibj.IterativeRobot
-
Constructor for RobotIterativeBase.
- P - Static variable in class org.opencv.ml.SVM
-
- PARAMETER_OUT_OF_RANGE - Static variable in class edu.wpi.first.wpilibj.hal.HALUtil
-
- 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_SEPARATOR - Static variable in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
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
-
- PERSISTENT - Static variable in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
The persistent flag value.
- PersistentException - Exception in edu.wpi.first.wpilibj.networktables
-
An exception thrown when persistent load/save fails in a
NetworkTable
- PersistentException(String) - Constructor for exception edu.wpi.first.wpilibj.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 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.
- ping() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
Single ping to ultrasonic sensor.
- pixelFormat - Variable in class edu.wpi.cscore.VideoMode
-
- 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
-
- 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
-
- popBack() - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Pop value at back of buffer.
- popFront() - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Pop value at front of buffer.
- PortsJNI - Class in edu.wpi.first.wpilibj.hal
-
- PortsJNI() - Constructor for class edu.wpi.first.wpilibj.hal.PortsJNI
-
- 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.wpilibj.networktables.ConnectionInfo
-
- 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) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- pulse(int, int) - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- pulse(int, double) - Static method in class edu.wpi.first.wpilibj.hal.DIOJNI
-
- push_back(Mat) - Method in class org.opencv.core.Mat
-
- pushBack(double) - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Push new value onto back of the buffer.
- pushFront(double) - Method in class edu.wpi.first.wpilibj.CircularBuffer
-
Push new value onto front of the buffer.
- 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
-
Put a boolean in the table
- putBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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
-
Put a boolean in the table
- putBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a boolean array in the table
- putBooleanArray(String, Boolean[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a boolean array in the table
- putBooleanArray(String, boolean[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- putBooleanArray(String, boolean[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a boolean array in the table.
- putBooleanArray(String, Boolean[]) - 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
-
Put a boolean array in the table
- putBooleanArray(String, Boolean[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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(NamedSendable) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Maps the specified key (where the key is the name of the
NamedSendable
SmartDashboardNamedData to the specified value in this table.
- putDouble(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- putDouble(String, double) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- putDouble(String, double) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given double into the preferences table.
- putDouble(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- putDouble(String, double) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- putDoubleArray(String, double[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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
-
- putInt(String, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- putInt(String, int) - Method in class edu.wpi.first.wpilibj.Preferences
-
Puts the given int into the preferences table.
- putInt(String, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
- putInt(String, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- 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
-
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
-
Put a number in the table
- putNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a number array in the table
- putNumberArray(String, Double[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a number array in the table
- putNumberArray(String, double[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a number array in the table.
- putNumberArray(String, Double[]) - 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
-
Put a number array in the table
- putNumberArray(String, Double[]) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Put a number array in the table
- putRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a raw value (byte array) in the table
- putRaw(String, ByteBuffer, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a raw value (bytes from a byte buffer) in the table
- putRaw(String, byte[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- putRaw(String, ByteBuffer, int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- putRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
-
Put a raw value (byte array) in the table.
- putRaw(String, ByteBuffer, int) - 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
-
Put a raw value (byte array) in the table
- putRaw(String, ByteBuffer, int) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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
-
Put a string in the table
- putString(String, String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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
-
Put a string in the table
- putStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a string array in the table
- putStringArray(String, String[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- putStringArray(String, String[]) - 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
-
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, Object) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Put a value in the table
- putValue(String, Object) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
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.
- 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.FeatureDetector
-
- read(Mat) - Method in class org.opencv.videoio.VideoCapture
-
- 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
-
- 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
-
- 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.wpilibj.networktables.ConnectionInfo
-
- remote_ip - Variable in class edu.wpi.first.wpilibj.networktables.ConnectionInfo
-
- remote_port - Variable in class edu.wpi.first.wpilibj.networktables.ConnectionInfo
-
- 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(int) - Method in class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- 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(IRemoteConnectionListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- removeConnectionListener(int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- removeConnectionListener(IRemoteConnectionListener) - Method in interface edu.wpi.first.wpilibj.tables.IRemote
-
Unregister a listener from connection events
- removeEntryListener(int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- removeGlobalConnectionListener(IRemoteConnectionListener) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- removeListener(int) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- removeServer(String) - Method in class edu.wpi.first.wpilibj.CameraServer
-
Removes a server by name.
- removeTableListener(ITableListener) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Remove a listener from receiving table events
- removeTableListener(ITableListener) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
Remove a listener from receiving table events
- repeat(Mat, int, int, Mat) - Static method in class org.opencv.core.Core
-
- 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.
- 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.
- 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.CircularBuffer
-
Sets internal buffer contents to zero.
- 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.
- 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
-
- retrieveValue(String, Object) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
- retrieveValue(String, Object) - Method in interface edu.wpi.first.wpilibj.tables.ITable
-
- 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.
- RobotDrive - Class in edu.wpi.first.wpilibj
-
Utility class for handling Robot drive based on a definition of the motor configuration.
- RobotDrive(int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Constructor for RobotDrive with 2 motors specified with channel numbers.
- RobotDrive(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Constructor for RobotDrive with 4 motors specified with channel numbers.
- RobotDrive(SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Constructor for RobotDrive with 2 motors specified as SpeedController objects.
- RobotDrive(SpeedController, SpeedController, SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
-
Constructor for RobotDrive with 4 motors specified as SpeedController objects.
- RobotDrive.MotorType - Enum in edu.wpi.first.wpilibj
-
The location of a motor on the robot for the purpose of driving.
- robotInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
-
Robot-wide initialization code should go here.
- robotInit() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Robot-wide initialization code should go here.
- robotMain() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Robot main program for free-form programs.
- robotPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
-
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
-
- 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
-
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
-
- 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
-
The run method is called repeatedly to keep the values refreshed on the screen in test mode.
- 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.
- 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
-
A simple robot base class that knows the standard FRC competition states (disabled, autonomous,
or operator controlled).
- SampleRobot() - Constructor for class edu.wpi.first.wpilibj.SampleRobot
-
Create a new SampleRobot.
- sampsonDistance(Mat, Mat, Mat) - Static method in class org.opencv.calib3d.Calib3d
-
- save() - Method in class edu.wpi.first.wpilibj.Preferences
-
- 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
-
- savePersistent(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Saves persistent keys to a file.
- savePersistent(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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
-
- 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.
- 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
-
Creates an instance of the sensor base and gets an FPGA handle.
- 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
-
- serialGetBytesRecieved(byte) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialGetBytesRecieved(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, ByteBuffer, int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialRead(byte, ByteBuffer, 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
-
- serialWrite(byte, ByteBuffer, int) - Static method in class edu.wpi.first.wpilibj.hal.OSSerialPortJNI
-
- serialWrite(byte, ByteBuffer, 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(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(int, boolean) - Method in class edu.wpi.first.wpilibj.networktables2.type.BooleanArray
-
Deprecated.
- set(int, double) - Method in class edu.wpi.first.wpilibj.networktables2.type.NumberArray
-
Deprecated.
- set(int, String) - Method in class edu.wpi.first.wpilibj.networktables2.type.StringArray
-
Deprecated.
- 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 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_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_measurementMatrix(Mat) - Method in class org.opencv.video.KalmanFilter
-
- set_measurementNoiseCov(Mat) - Method in class org.opencv.video.KalmanFilter
-
- 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_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.
- 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
-
Set the channel associated with a specified axis.
- 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
-
- 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
-
- 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
-
set that network tables should be a client
This must be called before initialize or getTable
- 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
-
- 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 in 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 in 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
-
- setControlMode(int) - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Sets the control mode of this speed controller.
- 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 interface edu.wpi.first.wpilibj.CANSpeedController
-
Set the derivative PID constant.
- setDataArray(Object[]) - Method in class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- setDefaultBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
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.networktables.NetworkTablesJNI
-
- setDefaultBoolean(String, boolean) - 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
-
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
-
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
-
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.networktables.NetworkTablesJNI
-
- setDefaultBooleanArray(String, boolean[]) - 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 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
-
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
-
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(String, double) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- setDefaultDoubleArray(String, double[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- setDefaultK(int) - Method in class org.opencv.ml.KNearest
-
- setDefaultNumber(String, double) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumber(String, double) - 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
-
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
-
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
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultNumberArray(String, double[]) - 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 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
-
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
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultRaw(String, byte[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
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.networktables.NetworkTablesJNI
-
- setDefaultRaw(String, byte[]) - 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
-
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, String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
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.networktables.NetworkTablesJNI
-
- setDefaultString(String, String) - 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
-
Gets the current value in the table, setting it if it does not exist.
- setDefaultStringArray(String, String[]) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
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.networktables.NetworkTablesJNI
-
- setDefaultStringArray(String, String[]) - 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
-
Gets the current value in the table, setting it if it does not exist.
- setDegree(double) - Method in class org.opencv.ml.SVM
-
- setDescription(String) - Method in class edu.wpi.cscore.CvSink
-
- setDescription(String) - Method in class edu.wpi.cscore.CvSource
-
- setDetectShadows(boolean) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setDetectShadows(boolean) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- 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.
- 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
-
- setEmax(int) - Method in class org.opencv.ml.KNearest
-
- setEnabled(boolean) - Method in class edu.wpi.cscore.CvSink
-
- 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.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(String, int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- SetEnumPropertyChoices(VideoProperty, String[]) - Method in class edu.wpi.cscore.CvSource
-
- setErrorData(String) - Static method in class edu.wpi.first.wpilibj.hal.HAL
-
- setErrorVerbosity(boolean) - Static method in class org.opencv.core.Core
-
- setExcludeRange(int) - Method in class org.opencv.photo.AlignMTB
-
- 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.Relay
-
- setExpiration(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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
-
- setExposureHoldCurrent() - Method in class edu.wpi.cscore.VideoCamera
-
- setExposureManual(int) - Method in class edu.wpi.cscore.VideoCamera
-
- setExposureWeight(float) - Method in class org.opencv.photo.MergeMertens
-
- setExternalDirectionMode() - Method in class edu.wpi.first.wpilibj.Counter
-
Set external direction mode on this counter.
- setF(double) - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Set the feed-forward PID constant.
- 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
-
- setFlags(String, int) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Sets flags on the specified key in this table.
- setFlags(String, int) - 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
-
Sets flags on the specified key in this table.
- 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
-
- setGamma(double) - Method in class org.opencv.ml.SVM
-
- setGamma(float) - Method in class org.opencv.photo.Tonemap
-
- setGlobalSampleRate(double) - Static method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the sample rate per channel.
- 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 interface edu.wpi.first.wpilibj.CANSpeedController
-
Set the integral PID constant.
- 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.
- 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.PWMSpeedController
-
Common interface for inverting direction of a speed controller.
- setInverted(boolean) - Method in interface edu.wpi.first.wpilibj.SpeedController
-
Common interface for inverting direction of a speed controller.
- setInvertedMotor(RobotDrive.MotorType, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
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
-
- 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
-
- 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
-
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
-
- setLogger(NetworkTablesJNI.LoggerFunction, int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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.
- 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
-
- setMaxIter(int) - Method in class org.opencv.photo.CalibrateRobertson
-
- setMaxOutput(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
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.
- setMinDisparity(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- 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.
- setNetworkIdentity(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Sets the network identity.
- setNetworkIdentity(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- setNMixtures(int) - Method in class org.opencv.video.BackgroundSubtractorMOG2
-
- setNSamples(int) - Method in class org.opencv.video.BackgroundSubtractorKNN
-
- setNu(double) - Method in class org.opencv.ml.SVM
-
- setNumDisparities(int) - Method in class org.opencv.calib3d.StereoMatcher
-
- setNumThreads(int) - Static method in class org.opencv.core.Core
-
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.GamepadBase
-
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Set a single HID output value for the HID.
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.Joystick
-
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- setOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.XboxController
-
- 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
-
- setOutputs(int) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Set all HID output values for the HID.
- setOutputs(int) - Method in class edu.wpi.first.wpilibj.Joystick
-
- setOutputs(int) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- setOutputs(int) - Method in class edu.wpi.first.wpilibj.XboxController
-
- setOversampleBits(int) - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Set the number of oversample bits.
- setP(double) - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Set the proportional PID constant.
- 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
-
- 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.
- 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(String) - Method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Makes a key's value persistent through program restarts.
- setPersistent(String) - 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
-
Makes a key's value persistent through program restarts.
- setPersistentFilename(String) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Sets the persistent filename.
- 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
-
- 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
-
- 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
-
- 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(int) - Method in class edu.wpi.first.wpilibj.PWM
-
Set the PWM value directly to the hardware.
- setRawBounds(int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.PWM
-
- 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
-
- 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.
- 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
-
- setRumble(GenericHID.RumbleType, double) - Method in class edu.wpi.first.wpilibj.GenericHID
-
Set the rumble output for the HID.
- setRumble(GenericHID.RumbleType, double) - Method in class edu.wpi.first.wpilibj.Joystick
-
- setRumble(GenericHID.RumbleType, double) - Method in class edu.wpi.first.wpilibj.JoystickBase
-
- setRumble(GenericHID.RumbleType, double) - Method in class edu.wpi.first.wpilibj.XboxController
-
- setRunWhenDisabled(boolean) - Method in class edu.wpi.first.wpilibj.command.Command
-
Sets whether or not this
Command
should run when the robot is disabled.
- 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.Relay
-
- setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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
-
- 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
-
Set the turning sensitivity.
- setServer(String, int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- setServer(String[], int[]) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- setServerMode() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
set that network tables should be a server
This must be called before initialize or getTable
- 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 Clears the queue for GetAvgError().
- 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
-
- setSize(int) - Method in class edu.wpi.first.wpilibj.CameraServer
-
- setSize(int) - Method in class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- setSmallerBlockSize(int) - Method in class org.opencv.calib3d.StereoBM
-
- setSolenoid(int, boolean) - Static method in class edu.wpi.first.wpilibj.hal.SolenoidJNI
-
- setSource(VideoSource) - Method in class edu.wpi.cscore.VideoSink
-
- 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.
- setString(String) - Method in class edu.wpi.cscore.VideoProperty
-
- setStringProperty(int, String) - Static method in class edu.wpi.cscore.CameraServerJNI
-
- setSVMDetector(Mat) - Method in class org.opencv.objdetect.HOGDescriptor
-
- setTeam(int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
set the team the robot is configured for (this will set the mdns address that
network tables will connect to in client mode)
This must be called before initialize or getTable
- 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
-
- setTextureThreshold(int) - Method in class org.opencv.calib3d.StereoBM
-
- setThreshold(float) - Method in class org.opencv.photo.CalibrateRobertson
-
- 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(double) - Method in class edu.wpi.first.wpilibj.PIDController
-
- setTolerance(PIDController.Tolerance) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the PID tolerance using a Tolerance object.
- setToleranceBuffer(int) - Method in class edu.wpi.first.wpilibj.PIDController
-
Set the number of previous error samples to average for tolerancing.
- 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
-
- 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) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTable
-
Set the periodic update rate.
- setUpdateRate(double) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- 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.
- 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
-
- setUse1SERule(boolean) - Method in class org.opencv.ml.DTrees
-
- setUseSurrogates(boolean) - Method in class org.opencv.ml.DTrees
-
- 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
-
- setVideoMode(VideoMode.PixelFormat, int, int, int) - Method in class edu.wpi.cscore.VideoSource
-
- setVoltage(double) - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
- setVoltageRampRate(double) - Method in interface edu.wpi.first.wpilibj.CANSpeedController
-
Set the maximum rate of change of the output voltage.
- 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
-
- setWhiteBalanceHoldCurrent() - Method in class edu.wpi.cscore.VideoCamera
-
- setWhiteBalanceManual(int) - Method in class edu.wpi.cscore.VideoCamera
-
- 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.
- 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
-
- 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
-
shuts down network tables
- 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() - Method in class edu.wpi.first.wpilibj.networktables2.type.ArrayData
-
Deprecated.
- 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
-
- SMART_DASHBOARD_TYPE - Static variable in interface edu.wpi.first.wpilibj.CANSpeedController
-
All CAN Speed Controllers have the same SmartDashboard type: "CANSpeedController".
- 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
-
- 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 - 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.
- 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.
- 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(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiFreeAccumulator(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiGetAccumulatorAverage(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiGetAccumulatorCount(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiGetAccumulatorLastValue(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiGetAccumulatorOutput(byte, LongBuffer, LongBuffer) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiGetAccumulatorValue(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiInitAccumulator(byte, int, int, byte, int, int, byte, byte, boolean, boolean) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiInitialize(byte) - 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(byte, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiResetAccumulator(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetAccumulatorCenter(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetAccumulatorDeadband(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetChipSelectActiveHigh(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetChipSelectActiveLow(byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetOpts(byte, int, int, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiSetSpeed(byte, int) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiTransaction(byte, ByteBuffer, ByteBuffer, byte) - Static method in class edu.wpi.first.wpilibj.hal.SPIJNI
-
- spiWrite(byte, ByteBuffer, 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_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.
- startClient() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- startClient(String, int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- startClient(String[], int[]) - Static method in class edu.wpi.first.wpilibj.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.RobotBase
-
Provide an alternate "main loop" via startCompetition().
- startCompetition() - Method in class edu.wpi.first.wpilibj.SampleRobot
-
Start a competition.
- startDSClient(int) - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Analog Channels don't have to do anything special when entering the LiveWindow.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Analog Channels don't have to do anything special when entering the LiveWindow.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
Analog Channels don't have to do anything special when entering the LiveWindow.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
Analog Channels don't have to do anything special when entering the LiveWindow.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Compressor
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Counter
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Encoder
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.GyroBase
-
- startLiveWindowMode() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Start having this sendable object automatically respond to value changes reflect the value on
the table.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PIDController
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
PDP doesn't have to do anything special when entering the LiveWindow.
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PWM
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Relay
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Servo
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Solenoid
-
- startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- startPeriodic(double) - Method in class edu.wpi.first.wpilibj.Notifier
-
Register for periodic event notification.
- startServer(String, String, int) - Static method in class edu.wpi.first.wpilibj.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 occuring.
- 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.
- stopClient() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- stopDSClient() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.ADXL362
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogAccelerometer
-
Analog Channels don't have to do anything special when exiting the LiveWindow.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogInput
-
Analog Channels don't have to do anything special when exiting the LiveWindow.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogOutput
-
Analog Channels don't have to do anything special when exiting the LiveWindow.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
-
Analog Channels don't have to do anything special when exiting the LiveWindow.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.BuiltInAccelerometer
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Compressor
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Counter
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalInput
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalOutput
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Encoder
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.GyroBase
-
- stopLiveWindowMode() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
-
Stop having this sendable object automatically respond to value changes.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PIDController
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PowerDistributionPanel
-
PDP doesn't have to do anything special when exiting the LiveWindow.
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PWM
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Relay
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Servo
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Solenoid
-
- stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Ultrasonic
-
- stopMotor() - Method in interface edu.wpi.first.wpilibj.MotorSafety
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.Relay
-
- stopMotor() - Method in class edu.wpi.first.wpilibj.RobotDrive
-
- 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.
- stopNotifierAlarm(int) - Static method in class edu.wpi.first.wpilibj.hal.NotifierJNI
-
Tells the notifier to stop calling the callback.
- stopServer() - Static method in class edu.wpi.first.wpilibj.networktables.NetworkTablesJNI
-
- StringArray - Class in edu.wpi.first.wpilibj.networktables2.type
-
- StringArray() - Constructor for class edu.wpi.first.wpilibj.networktables2.type.StringArray
-
Deprecated.
- 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
-
- 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.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.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.PIDSourceType
-
The integer value representing this enumeration.
- value - Variable in enum edu.wpi.first.wpilibj.RobotDrive.MotorType
-
- 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(ITable, String, Object, boolean) - Method in interface edu.wpi.first.wpilibj.tables.ITableListener
-
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
-
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.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.DriverStation.Alliance
-
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
-
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.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.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.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
-
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
-
- 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
-
- 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
-
- VideoEvent.Kind - Enum in edu.wpi.cscore
-
- VideoException - Exception in edu.wpi.cscore
-
- 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
-
- VideoListener(Consumer<VideoEvent>, int, boolean) - Constructor for class edu.wpi.cscore.VideoListener
-
- VideoMode - Class in edu.wpi.cscore
-
- 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
-
- VideoSink(int) - Constructor for class edu.wpi.cscore.VideoSink
-
- VideoSink.Kind - Enum in edu.wpi.cscore
-
- VideoSource - Class in edu.wpi.cscore
-
- 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
-