Exemplo n.º 1
0
 public __OrdFloatImage(__NumFloatImage image) : this(VisionLabPINVOKE.new___OrdFloatImage__SWIG_4(__NumFloatImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, __NumFloatImage properties)
 {
     VisionLabPINVOKE.__NumFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumFloatImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(__NumFloatImage image)
    {
        bool ret = VisionLabPINVOKE.__NumFloatImage_Not(swigCPtr, __NumFloatImage.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public __NumFloatImage Assign_Op(float pixel)
    {
        __NumFloatImage ret = new __NumFloatImage(VisionLabPINVOKE.__NumFloatImage_Assign_Op__SWIG_1(swigCPtr, pixel), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public __NumFloatImage Assign_Op(__NumFloatImage image)
    {
        __NumFloatImage ret = new __NumFloatImage(VisionLabPINVOKE.__NumFloatImage_Assign_Op__SWIG_0(swigCPtr, __NumFloatImage.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static void Multiply(__NumFloatImage image, float pixel) {
   VisionLabPINVOKE.Multiply__SWIG_23(__NumFloatImage.getCPtr(image), pixel);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumFloatImage dest, __NumFloatImage source) {
   VisionLabPINVOKE.Multiply__SWIG_22(__NumFloatImage.getCPtr(dest), __NumFloatImage.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumFloatImage image, __NumFloatImage divider) {
   VisionLabPINVOKE.Divide__SWIG_22(__NumFloatImage.getCPtr(image), __NumFloatImage.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __OrdFloatImage(__NumFloatImage image) : this(VisionLabPINVOKE.new___OrdFloatImage__SWIG_4(__NumFloatImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumFloatImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 11
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumFloatImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void Resize(HeightWidth hw, __NumFloatImage properties) {
   VisionLabPINVOKE.__NumFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumFloatImage.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumFloatImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumFloatImage image) {
   bool ret = VisionLabPINVOKE.__NumFloatImage_Not(swigCPtr, __NumFloatImage.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumFloatImage Assign_Op(float pixel) {
   __NumFloatImage ret = new __NumFloatImage(VisionLabPINVOKE.__NumFloatImage_Assign_Op__SWIG_1(swigCPtr, pixel), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumFloatImage Assign_Op(__NumFloatImage image) {
   __NumFloatImage ret = new __NumFloatImage(VisionLabPINVOKE.__NumFloatImage_Assign_Op__SWIG_0(swigCPtr, __NumFloatImage.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }