public __OrdInt32Image(__NumInt32Image image) : this(VisionLabPINVOKE.new___OrdInt32Image__SWIG_4(__NumInt32Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public virtual void Resize(HeightWidth hw, __NumInt32Image properties)
 {
     VisionLabPINVOKE.__NumInt32Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumInt32Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
    public bool Not(__NumInt32Image image)
    {
        bool ret = VisionLabPINVOKE.__NumInt32Image_Not(swigCPtr, __NumInt32Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #4
0
    public __NumInt32Image Assign_Op(int pixel)
    {
        __NumInt32Image ret = new __NumInt32Image(VisionLabPINVOKE.__NumInt32Image_Assign_Op__SWIG_1(swigCPtr, pixel), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #5
0
    public __NumInt32Image Assign_Op(__NumInt32Image image)
    {
        __NumInt32Image ret = new __NumInt32Image(VisionLabPINVOKE.__NumInt32Image_Assign_Op__SWIG_0(swigCPtr, __NumInt32Image.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static void Multiply(__NumInt32Image image, int pixel) {
   VisionLabPINVOKE.Multiply__SWIG_9(__NumInt32Image.getCPtr(image), pixel);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumInt32Image dest, __NumInt32Image source) {
   VisionLabPINVOKE.Multiply__SWIG_8(__NumInt32Image.getCPtr(dest), __NumInt32Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumInt32Image image, __NumInt32Image divider) {
   VisionLabPINVOKE.Divide__SWIG_8(__NumInt32Image.getCPtr(image), __NumInt32Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __OrdInt32Image(__NumInt32Image image) : this(VisionLabPINVOKE.new___OrdInt32Image__SWIG_4(__NumInt32Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Example #10
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumInt32Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void Resize(HeightWidth hw, __NumInt32Image properties) {
   VisionLabPINVOKE.__NumInt32Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumInt32Image.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumInt32Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumInt32Image image) {
   bool ret = VisionLabPINVOKE.__NumInt32Image_Not(swigCPtr, __NumInt32Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumInt32Image Assign_Op(int pixel) {
   __NumInt32Image ret = new __NumInt32Image(VisionLabPINVOKE.__NumInt32Image_Assign_Op__SWIG_1(swigCPtr, pixel), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumInt32Image Assign_Op(__NumInt32Image image) {
   __NumInt32Image ret = new __NumInt32Image(VisionLabPINVOKE.__NumInt32Image_Assign_Op__SWIG_0(swigCPtr, __NumInt32Image.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(__NumInt32Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }