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

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

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 6
0
 public static void Multiply(__NumRGB888Image image, RGB888Pixel pixel) {
   VisionLabPINVOKE.Multiply__SWIG_11(__NumRGB888Image.getCPtr(image), RGB888Pixel.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 7
0
 public static void Multiply(__NumRGB888Image dest, __NumRGB888Image source) {
   VisionLabPINVOKE.Multiply__SWIG_10(__NumRGB888Image.getCPtr(dest), __NumRGB888Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 8
0
 public static void Divide(__NumRGB888Image image, __NumRGB888Image divider) {
   VisionLabPINVOKE.Divide__SWIG_10(__NumRGB888Image.getCPtr(image), __NumRGB888Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumRGB888Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public __NumRGB888Image(__NumRGB888Image image) : this(VisionLabPINVOKE.new___NumRGB888Image__SWIG_3(__NumRGB888Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public virtual void Resize(HeightWidth hw, __NumRGB888Image properties) {
   VisionLabPINVOKE.__NumRGB888Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumRGB888Image.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumRGB888Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumRGB888Image image) {
   bool ret = VisionLabPINVOKE.__NumRGB888Image_Not(swigCPtr, __NumRGB888Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumRGB888Image Assign_Op(RGB888Pixel pixel) {
   __NumRGB888Image ret = new __NumRGB888Image(VisionLabPINVOKE.__NumRGB888Image_Assign_Op__SWIG_1(swigCPtr, RGB888Pixel.getCPtr(pixel)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumRGB888Image Assign_Op(__NumRGB888Image image) {
   __NumRGB888Image ret = new __NumRGB888Image(VisionLabPINVOKE.__NumRGB888Image_Assign_Op__SWIG_0(swigCPtr, __NumRGB888Image.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(__NumRGB888Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }