Class AdvancedPipelineSettings

java.lang.Object
org.photonvision.vision.pipeline.CVPipelineSettings
org.photonvision.vision.pipeline.AdvancedPipelineSettings
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AprilTagPipelineSettings, ArucoPipelineSettings, Calibration3dPipelineSettings, ColoredShapePipelineSettings, ObjectDetectionPipelineSettings, ReflectivePipelineSettings

public class AdvancedPipelineSettings extends CVPipelineSettings
  • Field Details

    • hsvHue

      public IntegerCouple hsvHue
    • hsvSaturation

      public IntegerCouple hsvSaturation
    • hsvValue

      public IntegerCouple hsvValue
    • hueInverted

      public boolean hueInverted
    • outputShouldDraw

      public boolean outputShouldDraw
    • outputShowMultipleTargets

      public boolean outputShowMultipleTargets
    • contourArea

      public DoubleCouple contourArea
    • contourRatio

      public DoubleCouple contourRatio
    • contourFullness

      public DoubleCouple contourFullness
    • contourSpecklePercentage

      public int contourSpecklePercentage
    • contourSortMode

      public ContourSortMode contourSortMode
    • contourTargetOffsetPointEdge

      public TargetOffsetPointEdge contourTargetOffsetPointEdge
    • contourTargetOrientation

      public TargetOrientation contourTargetOrientation
    • offsetRobotOffsetMode

      public RobotOffsetPointMode offsetRobotOffsetMode
    • offsetSinglePoint

      public org.opencv.core.Point offsetSinglePoint
    • offsetDualPointA

      public org.opencv.core.Point offsetDualPointA
    • offsetDualPointAArea

      public double offsetDualPointAArea
    • offsetDualPointB

      public org.opencv.core.Point offsetDualPointB
    • offsetDualPointBArea

      public double offsetDualPointBArea
    • contourGroupingMode

      public ContourGroupingMode contourGroupingMode
    • contourIntersection

      public ContourIntersectionDirection contourIntersection
    • solvePNPEnabled

      public boolean solvePNPEnabled
    • targetModel

      public TargetModel targetModel
    • cornerDetectionStrategy

      public CornerDetectionPipe.DetectionStrategy cornerDetectionStrategy
    • cornerDetectionUseConvexHulls

      public boolean cornerDetectionUseConvexHulls
    • cornerDetectionExactSideCount

      public boolean cornerDetectionExactSideCount
    • cornerDetectionSideCount

      public int cornerDetectionSideCount
    • cornerDetectionAccuracyPercentage

      public double cornerDetectionAccuracyPercentage
  • Constructor Details

    • AdvancedPipelineSettings

      public AdvancedPipelineSettings()
  • Method Details