public NumHSV161616Image(NumHSV161616Image image) : this(VisionLabPINVOKE.new_NumHSV161616Image__SWIG_3(NumHSV161616Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, NumHSV161616Image properties)
 {
     VisionLabPINVOKE.NumHSV161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumHSV161616Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(NumHSV161616Image image)
    {
        bool ret = VisionLabPINVOKE.NumHSV161616Image_Not(swigCPtr, NumHSV161616Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public NumHSV161616Image Assign_Op(HSV161616Pixel pixel)
    {
        NumHSV161616Image ret = new NumHSV161616Image(VisionLabPINVOKE.NumHSV161616Image_Assign_Op__SWIG_1(swigCPtr, HSV161616Pixel.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public NumHSV161616Image Assign_Op(NumHSV161616Image image)
    {
        NumHSV161616Image ret = new NumHSV161616Image(VisionLabPINVOKE.NumHSV161616Image_Assign_Op__SWIG_0(swigCPtr, NumHSV161616Image.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(NumHSV161616Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }