public Mask_ComplexDouble(int height, int width, int orgX, int orgY, SWIGTYPE_p_std__complexT_double_t v) : this(VisionLabPINVOKE.new_Mask_ComplexDouble__SWIG_4(height, width, orgX, orgY, SWIGTYPE_p_std__complexT_double_t.getCPtr(v)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetMaskValue(int x, int y, SWIGTYPE_p_std__complexT_double_t v)
 {
     VisionLabPINVOKE.Mask_ComplexDouble_SetMaskValue(swigCPtr, x, y, SWIGTYPE_p_std__complexT_double_t.getCPtr(v));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetPixel(int x, int y, SWIGTYPE_p_std__complexT_double_t value)
 {
     VisionLabPINVOKE.__NumComplexDoubleImage_SetPixel(swigCPtr, x, y, SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public XYCoord GetXYCoord(SWIGTYPE_p_std__complexT_double_t ptr)
    {
        XYCoord ret = new XYCoord(VisionLabPINVOKE.__NumComplexDoubleImage_GetXYCoord(swigCPtr, SWIGTYPE_p_std__complexT_double_t.getCPtr(ptr)), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public __NumComplexDoubleImage Assign_Op(SWIGTYPE_p_std__complexT_double_t pixel)
    {
        __NumComplexDoubleImage ret = new __NumComplexDoubleImage(VisionLabPINVOKE.__NumComplexDoubleImage_Assign_Op__SWIG_1(swigCPtr, SWIGTYPE_p_std__complexT_double_t.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public SWIGTYPE_p_std__complexT_double_t GetMaskValue(int x, int y)
    {
        SWIGTYPE_p_std__complexT_double_t ret = new SWIGTYPE_p_std__complexT_double_t(VisionLabPINVOKE.Mask_ComplexDouble_GetMaskValue(swigCPtr, x, y), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public SWIGTYPE_p_std__complexT_double_t GetPixelPtr(XYCoord xy)
    {
        IntPtr cPtr = VisionLabPINVOKE.__NumComplexDoubleImage_GetPixelPtr__SWIG_1(swigCPtr, XYCoord.getCPtr(xy));
        SWIGTYPE_p_std__complexT_double_t ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_std__complexT_double_t(cPtr, false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #8
0
    public SWIGTYPE_p_std__complexT_double_t GetPixelPtr(int x, int y)
    {
        global::System.IntPtr             cPtr = VisionLabPINVOKE.__NumComplexDoubleImage_GetPixelPtr__SWIG_0(swigCPtr, x, y);
        SWIGTYPE_p_std__complexT_double_t ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_std__complexT_double_t(cPtr, false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #9
0
    public SWIGTYPE_p_std__complexT_double_t GetLastPixelPtr()
    {
        IntPtr cPtr = VisionLabPINVOKE.NumComplexDoubleImage_GetLastPixelPtr(swigCPtr);
        SWIGTYPE_p_std__complexT_double_t ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_std__complexT_double_t(cPtr, false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #10
0
 public static void FishEye(ComplexDoubleImage src, ComplexDoubleImage dest, int height, int width, double omega, double scale, SWIGTYPE_p_std__complexT_double_t border, PixelInterpolation pi) {
   VisionLabPINVOKE.FishEye__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), height, width, omega, scale, SWIGTYPE_p_std__complexT_double_t.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #11
0
 public static void DrawPolygon(ComplexDoubleImage image, vector_XYCoord tab, SWIGTYPE_p_std__complexT_double_t value) {
   VisionLabPINVOKE.DrawPolygon__SWIG_29(ComplexDoubleImage.getCPtr(image), vector_XYCoord.getCPtr(tab), SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #12
0
 public static void CircleShape(ComplexDoubleImage image, XYCoord centre, int r, SWIGTYPE_p_std__complexT_double_t value) {
   VisionLabPINVOKE.CircleShape__SWIG_29(ComplexDoubleImage.getCPtr(image), XYCoord.getCPtr(centre), r, SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public XYCoord GetXYCoord(SWIGTYPE_p_std__complexT_double_t ptr) {
   XYCoord ret = new XYCoord(VisionLabPINVOKE.__NumComplexDoubleImage_GetXYCoord(swigCPtr, SWIGTYPE_p_std__complexT_double_t.getCPtr(ptr)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #14
0
 public static XYCoord RotateFull(ComplexDoubleImage src, ComplexDoubleImage dest, double phi, SWIGTYPE_p_std__complexT_double_t borderValue, PixelInterpolation pi) {
   XYCoord ret = new XYCoord(VisionLabPINVOKE.RotateFull__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), phi, SWIGTYPE_p_std__complexT_double_t.getCPtr(borderValue), (int)pi), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #15
0
 public static int PixelPtrTabFromImage(ComplexDoubleImage image, SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t tab, SWIGTYPE_p_std__complexT_double_t pixel) {
   int ret = VisionLabPINVOKE.PixelPtrTabFromImage__SWIG_28(ComplexDoubleImage.getCPtr(image), SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t.getCPtr(tab), SWIGTYPE_p_std__complexT_double_t.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__complexT_double_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public void SetPixel(int x, int y, SWIGTYPE_p_std__complexT_double_t value) {
   VisionLabPINVOKE.__NumComplexDoubleImage_SetPixel(swigCPtr, x, y, SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #18
0
 public static void LinePattern(ComplexDoubleImage image, int startx, int starty, SWIGTYPE_p_std__complexT_double_t value, int repeatx, int repeaty) {
   VisionLabPINVOKE.LinePattern__SWIG_29(ComplexDoubleImage.getCPtr(image), startx, starty, SWIGTYPE_p_std__complexT_double_t.getCPtr(value), repeatx, repeaty);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #19
0
 public static void Warp(ComplexDoubleImage src, ComplexDoubleImage dest, TransformDirection dir, Coord2D leftTop, Coord2D rightTop, Coord2D leftBottom, Coord2D rightBottom, int height, int width, SWIGTYPE_p_std__complexT_double_t border, PixelInterpolation pi) {
   VisionLabPINVOKE.Warp__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), (int)dir, Coord2D.getCPtr(leftTop), Coord2D.getCPtr(rightTop), Coord2D.getCPtr(leftBottom), Coord2D.getCPtr(rightBottom), height, width, SWIGTYPE_p_std__complexT_double_t.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #20
0
 public static void OpticalCorrection(ComplexDoubleImage src, ComplexDoubleImage dest, double k1, double k2, double k3, SWIGTYPE_p_std__complexT_double_t borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.OpticalCorrection__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), k1, k2, k3, SWIGTYPE_p_std__complexT_double_t.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #21
0
 public static void Multiply(__NumComplexDoubleImage image, SWIGTYPE_p_std__complexT_double_t pixel) {
   VisionLabPINVOKE.Multiply__SWIG_29(__NumComplexDoubleImage.getCPtr(image), SWIGTYPE_p_std__complexT_double_t.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #22
0
 public static void Rotate(ComplexDoubleImage src, ComplexDoubleImage dest, XYCoord centre, double phi, SWIGTYPE_p_std__complexT_double_t borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.Rotate__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), XYCoord.getCPtr(centre), phi, SWIGTYPE_p_std__complexT_double_t.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #23
0
 public static void AddBorder(ComplexDoubleImage src, ComplexDoubleImage dest, int top, int left, int right, int bottom, SWIGTYPE_p_std__complexT_double_t value) {
   VisionLabPINVOKE.AddBorder__SWIG_14(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), top, left, right, bottom, SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #24
0
 public static void SetBorders(ComplexDoubleImage image, SWIGTYPE_p_std__complexT_double_t value) {
   VisionLabPINVOKE.SetBorders__SWIG_29(ComplexDoubleImage.getCPtr(image), SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __NumComplexDoubleImage Assign_Op(SWIGTYPE_p_std__complexT_double_t pixel) {
   __NumComplexDoubleImage ret = new __NumComplexDoubleImage(VisionLabPINVOKE.__NumComplexDoubleImage_Assign_Op__SWIG_1(swigCPtr, SWIGTYPE_p_std__complexT_double_t.getCPtr(pixel)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #26
0
 public static int XYCoordTabFromImage(ComplexDoubleImage image, vector_XYCoord tab, SWIGTYPE_p_std__complexT_double_t low, SWIGTYPE_p_std__complexT_double_t high) {
   int ret = VisionLabPINVOKE.XYCoordTabFromImage__SWIG_29(ComplexDoubleImage.getCPtr(image), vector_XYCoord.getCPtr(tab), SWIGTYPE_p_std__complexT_double_t.getCPtr(low), SWIGTYPE_p_std__complexT_double_t.getCPtr(high));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__complexT_double_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #28
0
 public static void FFT1d(int N, SWIGTYPE_p_std__complexT_double_t tab, TransformDirection dir) {
   VisionLabPINVOKE.FFT1d__SWIG_2(N, SWIGTYPE_p_std__complexT_double_t.getCPtr(tab), (int)dir);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #29
0
 public static void DiskShape(ComplexDoubleImage image, XYCoord centre, double r, SWIGTYPE_p_std__complexT_double_t value, ZeroOrOriginal zorg) {
   VisionLabPINVOKE.DiskShape__SWIG_28(ComplexDoubleImage.getCPtr(image), XYCoord.getCPtr(centre), r, SWIGTYPE_p_std__complexT_double_t.getCPtr(value), (int)zorg);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #30
0
 public static void BlockPattern(ComplexDoubleImage image, XYCoord leftTop, int height, int width, SWIGTYPE_p_std__complexT_double_t value, int repeatx, int repeaty) {
   VisionLabPINVOKE.BlockPattern__SWIG_29(ComplexDoubleImage.getCPtr(image), XYCoord.getCPtr(leftTop), height, width, SWIGTYPE_p_std__complexT_double_t.getCPtr(value), repeatx, repeaty);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #31
0
 public static void DrawLines(ComplexDoubleImage image, vector_LineXY tab, SWIGTYPE_p_std__complexT_double_t value, ZeroOrOriginal zorg) {
   VisionLabPINVOKE.DrawLines__SWIG_28(ComplexDoubleImage.getCPtr(image), vector_LineXY.getCPtr(tab), SWIGTYPE_p_std__complexT_double_t.getCPtr(value), (int)zorg);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #32
0
 public static int CountPixel(ComplexDoubleImage image, SWIGTYPE_p_std__complexT_double_t value) {
   int ret = VisionLabPINVOKE.CountPixel__SWIG_14(ComplexDoubleImage.getCPtr(image), SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__complexT_double_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }