Example #1
0
 public __NumYUV161616Image(__NumYUV161616Image image) : this(VisionLabPINVOKE.new___NumYUV161616Image__SWIG_3(__NumYUV161616Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #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();
     }
 }
Example #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);
    }
Example #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);
    }
Example #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);
    }
Example #6
0
 internal static HandleRef getCPtr(__NumYUV161616Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public static void Multiply(__NumYUV161616Image image, YUV161616Pixel pixel) {
   VisionLabPINVOKE.Multiply__SWIG_21(__NumYUV161616Image.getCPtr(image), YUV161616Pixel.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumYUV161616Image image, __NumYUV161616Image divider) {
   VisionLabPINVOKE.Divide__SWIG_20(__NumYUV161616Image.getCPtr(image), __NumYUV161616Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumYUV161616Image dest, __NumYUV161616Image source) {
   VisionLabPINVOKE.Multiply__SWIG_20(__NumYUV161616Image.getCPtr(dest), __NumYUV161616Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 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();
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumYUV161616Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public __NumYUV161616Image(__NumYUV161616Image image) : this(VisionLabPINVOKE.new___NumYUV161616Image__SWIG_3(__NumYUV161616Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumYUV161616Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumYUV161616Image image) {
   bool ret = VisionLabPINVOKE.__NumYUV161616Image_Not(swigCPtr, __NumYUV161616Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 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;
 }
 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;
 }