コード例 #1
0
 public __NumHSV161616Image(__NumHSV161616Image image) : this(VisionLabPINVOKE.new___NumHSV161616Image__SWIG_3(__NumHSV161616Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public virtual void Resize(HeightWidth hw, __NumHSV161616Image properties)
 {
     VisionLabPINVOKE.__NumHSV161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumHSV161616Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
    public bool Not(__NumHSV161616Image image)
    {
        bool ret = VisionLabPINVOKE.__NumHSV161616Image_Not(swigCPtr, __NumHSV161616Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #4
0
    public __NumHSV161616Image Assign_Op(HSV161616Pixel pixel)
    {
        __NumHSV161616Image ret = new __NumHSV161616Image(VisionLabPINVOKE.__NumHSV161616Image_Assign_Op__SWIG_1(swigCPtr, HSV161616Pixel.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #5
0
    public __NumHSV161616Image Assign_Op(__NumHSV161616Image image)
    {
        __NumHSV161616Image ret = new __NumHSV161616Image(VisionLabPINVOKE.__NumHSV161616Image_Assign_Op__SWIG_0(swigCPtr, __NumHSV161616Image.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #6
0
 public virtual void Resize(HeightWidth hw, __NumHSV161616Image properties) {
   VisionLabPINVOKE.__NumHSV161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumHSV161616Image.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #7
0
 public __NumHSV161616Image(__NumHSV161616Image image) : this(VisionLabPINVOKE.new___NumHSV161616Image__SWIG_3(__NumHSV161616Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #8
0
 internal static HandleRef getCPtr(__NumHSV161616Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #9
0
 public bool Not(__NumHSV161616Image image) {
   bool ret = VisionLabPINVOKE.__NumHSV161616Image_Not(swigCPtr, __NumHSV161616Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #10
0
 public __NumHSV161616Image Assign_Op(HSV161616Pixel pixel) {
   __NumHSV161616Image ret = new __NumHSV161616Image(VisionLabPINVOKE.__NumHSV161616Image_Assign_Op__SWIG_1(swigCPtr, HSV161616Pixel.getCPtr(pixel)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #11
0
 public __NumHSV161616Image Assign_Op(__NumHSV161616Image image) {
   __NumHSV161616Image ret = new __NumHSV161616Image(VisionLabPINVOKE.__NumHSV161616Image_Assign_Op__SWIG_0(swigCPtr, __NumHSV161616Image.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #12
0
 public static void Multiply(__NumHSV161616Image image, HSV161616Pixel pixel) {
   VisionLabPINVOKE.Multiply__SWIG_17(__NumHSV161616Image.getCPtr(image), HSV161616Pixel.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #13
0
 public static void Multiply(__NumHSV161616Image dest, __NumHSV161616Image source) {
   VisionLabPINVOKE.Multiply__SWIG_16(__NumHSV161616Image.getCPtr(dest), __NumHSV161616Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #14
0
 public static void Divide(__NumHSV161616Image image, __NumHSV161616Image divider) {
   VisionLabPINVOKE.Divide__SWIG_16(__NumHSV161616Image.getCPtr(image), __NumHSV161616Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #15
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumHSV161616Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #16
0
 internal static HandleRef getCPtr(__NumHSV161616Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }