Class SleeveDetection
java.lang.Object
org.openftc.easyopencv.OpenCvPipeline
org.firstinspires.ftc.teamcode.subsystems.vision.SleeveDetection
public class SleeveDetection
extends org.openftc.easyopencv.OpenCvPipeline
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
(package private) org.opencv.core.Point
(package private) org.opencv.core.Point
Fields inherited from class org.openftc.easyopencv.OpenCvPipeline
MEMLEAK_DETECTION_ENABLED, MEMLEAK_DETECTION_PIPELINE_SETTLE_DELAY_SECONDS, MEMLEAK_THRESHOLD_MB
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openftc.easyopencv.OpenCvPipeline
getUserContextForDrawHook, init, onDrawFrame, onViewportTapped, requestViewportDrawHook, saveMatToDisk, saveMatToDiskFullPath
-
Field Details
-
REGION_WIDTH
public static int REGION_WIDTH -
REGION_HEIGHT
public static int REGION_HEIGHT -
sleeve_pointA
org.opencv.core.Point sleeve_pointA -
sleeve_pointB
org.opencv.core.Point sleeve_pointB
-
-
Constructor Details
-
SleeveDetection
public SleeveDetection(int i, int i1, int i2, int i3)
-
-
Method Details
-
processFrame
public org.opencv.core.Mat processFrame(org.opencv.core.Mat input) - Specified by:
processFrame
in classorg.openftc.easyopencv.OpenCvPipeline
-
getPosition
-