public NumYUV888Image(NumYUV888Image image) : this(VisionLabPINVOKE.new_NumYUV888Image__SWIG_3(NumYUV888Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, NumYUV888Image properties)
 {
     VisionLabPINVOKE.NumYUV888Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumYUV888Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(NumYUV888Image image)
    {
        bool ret = VisionLabPINVOKE.NumYUV888Image_Not(swigCPtr, NumYUV888Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public NumYUV888Image Assign_Op(YUV888Pixel pixel)
    {
        NumYUV888Image ret = new NumYUV888Image(VisionLabPINVOKE.NumYUV888Image_Assign_Op__SWIG_1(swigCPtr, YUV888Pixel.getCPtr(pixel)), false);

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

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