Ejemplo n.º 1
0
 public DoubleImage(__NumDoubleImage image) : this(VisionLabPINVOKE.new_DoubleImage__SWIG_4(__NumDoubleImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
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();
     }
 }
Ejemplo n.º 3
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);
    }
Ejemplo n.º 4
0
    public __NumDoubleImage Assign_Op(double pixel)
    {
        __NumDoubleImage ret = new __NumDoubleImage(VisionLabPINVOKE.__NumDoubleImage_Assign_Op__SWIG_1(swigCPtr, pixel), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 5
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);
    }
Ejemplo n.º 6
0
 public static void Multiply(__NumDoubleImage image, double pixel) {
   VisionLabPINVOKE.Multiply__SWIG_25(__NumDoubleImage.getCPtr(image), pixel);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 7
0
 public static void Multiply(__NumDoubleImage dest, __NumDoubleImage source) {
   VisionLabPINVOKE.Multiply__SWIG_24(__NumDoubleImage.getCPtr(dest), __NumDoubleImage.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 8
0
 public static void Divide(__NumDoubleImage image, __NumDoubleImage divider) {
   VisionLabPINVOKE.Divide__SWIG_24(__NumDoubleImage.getCPtr(image), __NumDoubleImage.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public DoubleImage(__NumDoubleImage image) : this(VisionLabPINVOKE.new_DoubleImage__SWIG_4(__NumDoubleImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 10
0
 internal static HandleRef getCPtr(__NumDoubleImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 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();
 }
 internal static HandleRef getCPtr(__NumDoubleImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumDoubleImage image) {
   bool ret = VisionLabPINVOKE.__NumDoubleImage_Not(swigCPtr, __NumDoubleImage.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumDoubleImage Assign_Op(double pixel) {
   __NumDoubleImage ret = new __NumDoubleImage(VisionLabPINVOKE.__NumDoubleImage_Assign_Op__SWIG_1(swigCPtr, pixel), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 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;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumDoubleImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }