Exemplo n.º 1
0
 public __NumHSV888Image(__NumHSV888Image image) : this(VisionLabPINVOKE.new___NumHSV888Image__SWIG_3(__NumHSV888Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public virtual void Resize(HeightWidth hw, __NumHSV888Image properties)
 {
     VisionLabPINVOKE.__NumHSV888Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumHSV888Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
    public bool Not(__NumHSV888Image image)
    {
        bool ret = VisionLabPINVOKE.__NumHSV888Image_Not(swigCPtr, __NumHSV888Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 4
0
    public __NumHSV888Image Assign_Op(HSV888Pixel pixel)
    {
        __NumHSV888Image ret = new __NumHSV888Image(VisionLabPINVOKE.__NumHSV888Image_Assign_Op__SWIG_1(swigCPtr, HSV888Pixel.getCPtr(pixel)), false);

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumHSV888Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static void Multiply(__NumHSV888Image image, HSV888Pixel pixel) {
   VisionLabPINVOKE.Multiply__SWIG_15(__NumHSV888Image.getCPtr(image), HSV888Pixel.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumHSV888Image image, __NumHSV888Image divider) {
   VisionLabPINVOKE.Divide__SWIG_14(__NumHSV888Image.getCPtr(image), __NumHSV888Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumHSV888Image dest, __NumHSV888Image source) {
   VisionLabPINVOKE.Multiply__SWIG_14(__NumHSV888Image.getCPtr(dest), __NumHSV888Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __NumHSV888Image(__NumHSV888Image image) : this(VisionLabPINVOKE.new___NumHSV888Image__SWIG_3(__NumHSV888Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public virtual void Resize(HeightWidth hw, __NumHSV888Image properties) {
   VisionLabPINVOKE.__NumHSV888Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumHSV888Image.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumHSV888Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumHSV888Image image) {
   bool ret = VisionLabPINVOKE.__NumHSV888Image_Not(swigCPtr, __NumHSV888Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumHSV888Image Assign_Op(HSV888Pixel pixel) {
   __NumHSV888Image ret = new __NumHSV888Image(VisionLabPINVOKE.__NumHSV888Image_Assign_Op__SWIG_1(swigCPtr, HSV888Pixel.getCPtr(pixel)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumHSV888Image Assign_Op(__NumHSV888Image image) {
   __NumHSV888Image ret = new __NumHSV888Image(VisionLabPINVOKE.__NumHSV888Image_Assign_Op__SWIG_0(swigCPtr, __NumHSV888Image.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(__NumHSV888Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }