public Int8Image(__NumInt8Pixel image) : this(VisionLabPINVOKE.new_Int8Image__SWIG_4(__NumInt8Pixel.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, __NumInt8Pixel properties)
 {
     VisionLabPINVOKE.__NumInt8Pixel_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumInt8Pixel.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(__NumInt8Pixel image)
    {
        bool ret = VisionLabPINVOKE.__NumInt8Pixel_Not(swigCPtr, __NumInt8Pixel.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public __NumInt8Pixel Assign_Op(char pixel)
    {
        __NumInt8Pixel ret = new __NumInt8Pixel(VisionLabPINVOKE.__NumInt8Pixel_Assign_Op__SWIG_1(swigCPtr, pixel), false);

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static void Multiply(__NumInt8Pixel image, char pixel) {
   VisionLabPINVOKE.Multiply__SWIG_5(__NumInt8Pixel.getCPtr(image), pixel);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumInt8Pixel dest, __NumInt8Pixel source) {
   VisionLabPINVOKE.Multiply__SWIG_4(__NumInt8Pixel.getCPtr(dest), __NumInt8Pixel.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumInt8Pixel image, __NumInt8Pixel divider) {
   VisionLabPINVOKE.Divide__SWIG_4(__NumInt8Pixel.getCPtr(image), __NumInt8Pixel.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumInt8Pixel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 10
0
 internal static HandleRef getCPtr(__NumInt8Pixel obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public __OrdInt8Pixel(__NumInt8Pixel image) : this(VisionLabPINVOKE.new___OrdInt8Pixel__SWIG_4(__NumInt8Pixel.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public virtual void Resize(HeightWidth hw, __NumInt8Pixel properties) {
   VisionLabPINVOKE.__NumInt8Pixel_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumInt8Pixel.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumInt8Pixel obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumInt8Pixel image) {
   bool ret = VisionLabPINVOKE.__NumInt8Pixel_Not(swigCPtr, __NumInt8Pixel.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumInt8Pixel Assign_Op(char pixel) {
   __NumInt8Pixel ret = new __NumInt8Pixel(VisionLabPINVOKE.__NumInt8Pixel_Assign_Op__SWIG_1(swigCPtr, pixel), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public __NumInt8Pixel Assign_Op(__NumInt8Pixel image) {
   __NumInt8Pixel ret = new __NumInt8Pixel(VisionLabPINVOKE.__NumInt8Pixel_Assign_Op__SWIG_0(swigCPtr, __NumInt8Pixel.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }