Package frclib.vision

Class FrcOpenCvAprilTagPipeline

java.lang.Object
frclib.vision.FrcOpenCvAprilTagPipeline
All Implemented Interfaces:
TrcOpenCvPipeline<TrcOpenCvDetector.DetectedObject<?>>

public class FrcOpenCvAprilTagPipeline extends Object implements TrcOpenCvPipeline<TrcOpenCvDetector.DetectedObject<?>>
This class implements an AprilTag pipeline using OpenCV.
  • Constructor Details

    • FrcOpenCvAprilTagPipeline

      public FrcOpenCvAprilTagPipeline(String tagFamily, edu.wpi.first.apriltag.AprilTagDetector.Config detectorConfig, edu.wpi.first.apriltag.AprilTagPoseEstimator.Config poseEstConfig)
      Constructor: Create an instance of the object.
      Parameters:
      tagFamily - specifies the tag family.
      detectorConfig - specifies the detector configuration.
      poseEstConfig - specifies the pose estimator configuration (tagSize unit is in meter).
  • Method Details