Package yarp

Class PixelHsv


  • public class PixelHsv
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        PixelHsv()  
      protected PixelHsv​(long cPtr, boolean cMemoryOwn)  
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • PixelHsv

        protected PixelHsv​(long cPtr,
                           boolean cMemoryOwn)
      • PixelHsv

        public PixelHsv()
    • Method Detail

      • getCPtr

        protected static long getCPtr​(PixelHsv obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • setH

        public void setH​(short value)
      • getH

        public short getH()
      • setS

        public void setS​(short value)
      • getS

        public short getS()
      • setV

        public void setV​(short value)
      • getV

        public short getV()