コード例 #1
0
    public bool Not(NumDoubleImage image)
    {
        bool ret = VisionLabPINVOKE.NumDoubleImage_Not(swigCPtr, NumDoubleImage.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #2
0
 public DoubleImage(NumDoubleImage image) : this(VisionLabPINVOKE.new_DoubleImage__SWIG_4(NumDoubleImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
    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);
    }
コード例 #4
0
 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();
     }
 }