Beispiel #1
0
 public __NumYUV888Image(__NumYUV888Image image) : this(VisionLabPINVOKE.new___NumYUV888Image__SWIG_3(__NumYUV888Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 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();
     }
 }
Beispiel #3
0
    public bool Not(__NumYUV888Image image)
    {
        bool ret = VisionLabPINVOKE.__NumYUV888Image_Not(swigCPtr, __NumYUV888Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #4
0
    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);
    }
Beispiel #5
0
    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);
    }
 public static void Multiply(__NumYUV888Image image, YUV888Pixel pixel) {
   VisionLabPINVOKE.Multiply__SWIG_19(__NumYUV888Image.getCPtr(image), YUV888Pixel.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumYUV888Image dest, __NumYUV888Image source) {
   VisionLabPINVOKE.Multiply__SWIG_18(__NumYUV888Image.getCPtr(dest), __NumYUV888Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumYUV888Image image, __NumYUV888Image divider) {
   VisionLabPINVOKE.Divide__SWIG_18(__NumYUV888Image.getCPtr(image), __NumYUV888Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Beispiel #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumYUV888Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 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();
 }
 internal static HandleRef getCPtr(__NumYUV888Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public __NumYUV888Image(__NumYUV888Image image) : this(VisionLabPINVOKE.new___NumYUV888Image__SWIG_3(__NumYUV888Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumYUV888Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 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;
 }