Class HSVPipe.HSVParams
java.lang.Object
org.photonvision.vision.pipe.impl.HSVPipe.HSVParams
- Enclosing class:
- HSVPipe
-
Constructor Summary
ConstructorDescriptionHSVParams
(IntegerCouple hue, IntegerCouple saturation, IntegerCouple value, boolean hueInverted) -
Method Summary
Modifier and TypeMethodDescriptionorg.opencv.core.Scalar
org.opencv.core.Scalar
boolean
-
Constructor Details
-
HSVParams
public HSVParams(IntegerCouple hue, IntegerCouple saturation, IntegerCouple value, boolean hueInverted)
-
-
Method Details
-
getHsvLower
public org.opencv.core.Scalar getHsvLower() -
getHsvUpper
public org.opencv.core.Scalar getHsvUpper() -
getHueInverted
public boolean getHueInverted()
-