public DoubleImage(NumDoubleImage image) : this(VisionLabPINVOKE.new_DoubleImage__SWIG_4(NumDoubleImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, NumDoubleImage properties)
 {
     VisionLabPINVOKE.NumDoubleImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumDoubleImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(NumDoubleImage image)
    {
        bool ret = VisionLabPINVOKE.NumDoubleImage_Not(swigCPtr, NumDoubleImage.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public NumDoubleImage Assign_Op(double pixel)
    {
        NumDoubleImage ret = new NumDoubleImage(VisionLabPINVOKE.NumDoubleImage_Assign_Op__SWIG_1(swigCPtr, pixel), false);

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

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