Ejemplo n.º 1
0
 public NumYUV161616Image(NumYUV161616Image image) : this(VisionLabPINVOKE.new_NumYUV161616Image__SWIG_3(NumYUV161616Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public virtual void Resize(HeightWidth hw, NumYUV161616Image properties)
 {
     VisionLabPINVOKE.NumYUV161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumYUV161616Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
    public bool Not(NumYUV161616Image image)
    {
        bool ret = VisionLabPINVOKE.NumYUV161616Image_Not(swigCPtr, NumYUV161616Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 4
0
    public NumYUV161616Image Assign_Op(YUV161616Pixel pixel)
    {
        NumYUV161616Image ret = new NumYUV161616Image(VisionLabPINVOKE.NumYUV161616Image_Assign_Op__SWIG_1(swigCPtr, YUV161616Pixel.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 5
0
    public NumYUV161616Image Assign_Op(NumYUV161616Image image)
    {
        NumYUV161616Image ret = new NumYUV161616Image(VisionLabPINVOKE.NumYUV161616Image_Assign_Op__SWIG_0(swigCPtr, NumYUV161616Image.getCPtr(image)), false);

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